Shades of Forest Green #209010
Tints of Forest Green #209010
RGB
CMYK
RGB Variations
Color information
#209010 (or 0x209010) is known color: Forest Green. HEX triplet: 20, 90 and 10. RGB value is (32,144,16). Sum of RGB (Red+Green+Blue) = 32+144+16=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 144 (56.64% from 255 or 75% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 144 - color contains mainly: green. Hex color #209010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209010 is #DF6FEF. Grayscale: #606060. Windows color (decimal): -14643184 or 1085472. OLE color: 1085472.
HSL color Cylindrical-coordinate representation of color #209010: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #209010 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 16 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.44 |
| HSL | 112.5º | 0.8% | 0.31% | - |
| HSV(B) | 112.5º | 0.89% | 0.56% | - |
| XYZ | 10.66 | 20.29 | 3.84 | - |
| YUV | 95.92 | 82.89 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 16 | 0.78 | 0 | 0.89 | 0.44 | 112.5 | 0.8 | 0.31 |
| Hex | 20 | 90 | 10 | 4E | 0 | 59 | 2C | 70 | 50 | 1F |
| Octal | 40 | 220 | 20 | 116 | 0 | 131 | 54 | 160 | 120 | 37 |
| Binary | 100000 | 10010000 | 10000 | 1001110 | 0 | 1011001 | 101100 | 1110000 | 1010000 | 11111 |
Color Harmonies of #209010
Complementary color
Monochromatic Colors of #209010
Black with #209010
Text Example
Text Example
White with #209010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209010; }
p { color: rgb(32,144,16); }
H1.HeaderClassName
{
color: #209010;
}
.AnyTagClassName
{
color: #209010;
}
</style>
background-color css
<style>
a { background-color: #209010; }
a { background-color: rgb(32,144,16); }
div.DivClassName
{
background-color: #209010;
}
.BgClassName
{
background-color: #209010;
}
</style>
border-color css
<style>
span { border-color: #209010; }
span { border-color: rgb(32,144,16); }
td.TdClassName
{
border-color: #209010;
}
.TagClassName
{
border-color: #209010;
}
</style>