class Selenium::WebDriver::Support::Color

def hex

def hex
  format '#%<red>02x%<green>02x%<blue>02x', red: red, green: green, blue: blue
end