HEX to RGB and RGB to HEX color converter


This free color converter allows for easy and fast conversion between both red, green, blue, binary (RGB) and Hexadecimal (HEX) color codes. For example, it can be used to prepare colors for publishing on your website.

When converting HEX to RGB code do not use the '#' symbol in the converter.

Hex Code Red Green Blue

Red Green Blue Hex Code


In your css sheet you can whatever color codes however you want. Watch the folowing example that shows the usage of :


# -- style.css --
color:#999999
color:rgb(153,153,153)
color:grey




Posted by James on 2009-07-27 in the category " tools "