Shades of Forest Green #208113
Tints of Forest Green #208113
RGB
CMYK
RGB Variations
Color information
#208113 (or 0x208113) is known color: Forest Green. HEX triplet: 20, 81 and 13. RGB value is (32,129,19). Sum of RGB (Red+Green+Blue) = 32+129+19=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #208113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208113 is #DF7EEC. Grayscale: #575757. Windows color (decimal): -14647021 or 1278240. OLE color: 1278240.
HSL color Cylindrical-coordinate representation of color #208113: hue angle of 112.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208113 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 19 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.49 |
| HSL | 112.91º | 0.74% | 0.29% | - |
| HSV(B) | 112.91º | 0.85% | 0.51% | - |
| XYZ | 8.56 | 16.05 | 3.26 | - |
| YUV | 87.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 19 | 0.75 | 0 | 0.85 | 0.49 | 112.91 | 0.74 | 0.29 |
| Hex | 20 | 81 | 13 | 4B | 0 | 55 | 31 | 71 | 4A | 1D |
| Octal | 40 | 201 | 23 | 113 | 0 | 125 | 61 | 161 | 112 | 35 |
| Binary | 100000 | 10000001 | 10011 | 1001011 | 0 | 1010101 | 110001 | 1110001 | 1001010 | 11101 |
Color Harmonies of #208113
Complementary color
Monochromatic Colors of #208113
Black with #208113
Text Example
Text Example
White with #208113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208113; }
p { color: rgb(32,129,19); }
H1.HeaderClassName
{
color: #208113;
}
.AnyTagClassName
{
color: #208113;
}
</style>
background-color css
<style>
a { background-color: #208113; }
a { background-color: rgb(32,129,19); }
div.DivClassName
{
background-color: #208113;
}
.BgClassName
{
background-color: #208113;
}
</style>
border-color css
<style>
span { border-color: #208113; }
span { border-color: rgb(32,129,19); }
td.TdClassName
{
border-color: #208113;
}
.TagClassName
{
border-color: #208113;
}
</style>