Shades of Forest Green #208211
Tints of Forest Green #208211
RGB
CMYK
RGB Variations
Color information
#208211 (or 0x208211) is known color: Forest Green. HEX triplet: 20, 82 and 11. RGB value is (32,130,17). Sum of RGB (Red+Green+Blue) = 32+130+17=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #208211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208211 is #DF7DEE. Grayscale: #585858. Windows color (decimal): -14646767 or 1147424. OLE color: 1147424.
HSL color Cylindrical-coordinate representation of color #208211: hue angle of 112.04º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208211 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 17 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.49 |
| HSL | 112.04º | 0.77% | 0.29% | - |
| HSV(B) | 112.04º | 0.87% | 0.51% | - |
| XYZ | 8.68 | 16.31 | 3.22 | - |
| YUV | 87.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 17 | 0.75 | 0 | 0.87 | 0.49 | 112.04 | 0.77 | 0.29 |
| Hex | 20 | 82 | 11 | 4B | 0 | 57 | 31 | 70 | 4D | 1D |
| Octal | 40 | 202 | 21 | 113 | 0 | 127 | 61 | 160 | 115 | 35 |
| Binary | 100000 | 10000010 | 10001 | 1001011 | 0 | 1010111 | 110001 | 1110000 | 1001101 | 11101 |
Color Harmonies of #208211
Complementary color
Monochromatic Colors of #208211
Black with #208211
Text Example
Text Example
White with #208211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208211; }
p { color: rgb(32,130,17); }
H1.HeaderClassName
{
color: #208211;
}
.AnyTagClassName
{
color: #208211;
}
</style>
background-color css
<style>
a { background-color: #208211; }
a { background-color: rgb(32,130,17); }
div.DivClassName
{
background-color: #208211;
}
.BgClassName
{
background-color: #208211;
}
</style>
border-color css
<style>
span { border-color: #208211; }
span { border-color: rgb(32,130,17); }
td.TdClassName
{
border-color: #208211;
}
.TagClassName
{
border-color: #208211;
}
</style>