Shades of Green #208500
Tints of Green #208500
RGB
CMYK
RGB Variations
Color information
#208500 (or 0x208500) is known color: Green. HEX triplet: 20, 85 and 00. RGB value is (32,133,0). Sum of RGB (Red+Green+Blue) = 32+133+0=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #208500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208500 is #DF7AFF. Grayscale: #585858. Windows color (decimal): -14646016 or 34080. OLE color: 34080.
HSL color Cylindrical-coordinate representation of color #208500: hue angle of 105.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #208500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.48 |
| HSL | 105.56º | 1% | 0.26% | - |
| HSV(B) | 105.56º | 1% | 0.52% | - |
| XYZ | 8.98 | 17.08 | 2.82 | - |
| YUV | 87.64 | 78.54 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 0 | 0.76 | 0 | 1 | 0.48 | 105.56 | 1 | 0.26 |
| Hex | 20 | 85 | 0 | 4C | 0 | 64 | 30 | 6A | 64 | 1A |
| Octal | 40 | 205 | 0 | 114 | 0 | 144 | 60 | 152 | 144 | 32 |
| Binary | 100000 | 10000101 | 0 | 1001100 | 0 | 1100100 | 110000 | 1101010 | 1100100 | 11010 |
Color Harmonies of #208500
Complementary color
Monochromatic Colors of #208500
Black with #208500
Text Example
Text Example
White with #208500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208500; }
p { color: rgb(32,133,0); }
H1.HeaderClassName
{
color: #208500;
}
.AnyTagClassName
{
color: #208500;
}
</style>
background-color css
<style>
a { background-color: #208500; }
a { background-color: rgb(32,133,0); }
div.DivClassName
{
background-color: #208500;
}
.BgClassName
{
background-color: #208500;
}
</style>
border-color css
<style>
span { border-color: #208500; }
span { border-color: rgb(32,133,0); }
td.TdClassName
{
border-color: #208500;
}
.TagClassName
{
border-color: #208500;
}
</style>