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.
In your css sheet you can whatever color codes however you want. Watch the folowing example that shows the usage of :
- Hexadecimal (HEX) color code (most commonly used)
- RGB Decimal color code
- Standard true color code
# -- style.css -- color:#999999 color:rgb(153,153,153) color:grey
Posted by James on 2009-07-27 in the category " tools "
