Shades of Forest Green #208913
Tints of Forest Green #208913
RGB
CMYK
RGB Variations
Color information
#208913 (or 0x208913) is known color: Forest Green. HEX triplet: 20, 89 and 13. RGB value is (32,137,19). Sum of RGB (Red+Green+Blue) = 32+137+19=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #208913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208913 is #DF76EC. Grayscale: #5C5C5C. Windows color (decimal): -14644973 or 1280288. OLE color: 1280288.
HSL color Cylindrical-coordinate representation of color #208913: hue angle of 113.39º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208913 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 137 | 19 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.46 |
| HSL | 113.39º | 0.76% | 0.31% | - |
| HSV(B) | 113.39º | 0.86% | 0.54% | - |
| XYZ | 9.66 | 18.25 | 3.63 | - |
| YUV | 92.15 | 86.71 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 19 | 0.77 | 0 | 0.86 | 0.46 | 113.39 | 0.76 | 0.31 |
| Hex | 20 | 89 | 13 | 4D | 0 | 56 | 2E | 71 | 4C | 1F |
| Octal | 40 | 211 | 23 | 115 | 0 | 126 | 56 | 161 | 114 | 37 |
| Binary | 100000 | 10001001 | 10011 | 1001101 | 0 | 1010110 | 101110 | 1110001 | 1001100 | 11111 |
Color Harmonies of #208913
Complementary color
Monochromatic Colors of #208913
Black with #208913
Text Example
Text Example
White with #208913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208913; }
p { color: rgb(32,137,19); }
H1.HeaderClassName
{
color: #208913;
}
.AnyTagClassName
{
color: #208913;
}
</style>
background-color css
<style>
a { background-color: #208913; }
a { background-color: rgb(32,137,19); }
div.DivClassName
{
background-color: #208913;
}
.BgClassName
{
background-color: #208913;
}
</style>
border-color css
<style>
span { border-color: #208913; }
span { border-color: rgb(32,137,19); }
td.TdClassName
{
border-color: #208913;
}
.TagClassName
{
border-color: #208913;
}
</style>