Shades of Forest Green #208A16
Tints of Forest Green #208A16
RGB
CMYK
RGB Variations
Color information
#208A16 (or 0x208A16) is known color: Forest Green. HEX triplet: 20, 8A and 16. RGB value is (32,138,22). Sum of RGB (Red+Green+Blue) = 32+138+22=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #208A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208A16 is #DF75E9. Grayscale: #5D5D5D. Windows color (decimal): -14644714 or 1477152. OLE color: 1477152.
HSL color Cylindrical-coordinate representation of color #208A16: hue angle of 114.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208A16 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 22 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.46 |
| HSL | 114.83º | 0.73% | 0.31% | - |
| HSV(B) | 114.83º | 0.84% | 0.54% | - |
| XYZ | 9.83 | 18.54 | 3.82 | - |
| YUV | 93.08 | 87.88 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 22 | 0.77 | 0 | 0.84 | 0.46 | 114.83 | 0.73 | 0.31 |
| Hex | 20 | 8A | 16 | 4D | 0 | 54 | 2E | 73 | 48 | 1F |
| Octal | 40 | 212 | 26 | 115 | 0 | 124 | 56 | 163 | 110 | 37 |
| Binary | 100000 | 10001010 | 10110 | 1001101 | 0 | 1010100 | 101110 | 1110011 | 1001000 | 11111 |
Color Harmonies of #208A16
Complementary color
Monochromatic Colors of #208A16
Black with #208A16
Text Example
Text Example
White with #208A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A16; }
p { color: rgb(32,138,22); }
H1.HeaderClassName
{
color: #208A16;
}
.AnyTagClassName
{
color: #208A16;
}
</style>
background-color css
<style>
a { background-color: #208A16; }
a { background-color: rgb(32,138,22); }
div.DivClassName
{
background-color: #208A16;
}
.BgClassName
{
background-color: #208A16;
}
</style>
border-color css
<style>
span { border-color: #208A16; }
span { border-color: rgb(32,138,22); }
td.TdClassName
{
border-color: #208A16;
}
.TagClassName
{
border-color: #208A16;
}
</style>