Shades of Forest Green #208512
Tints of Forest Green #208512
RGB
CMYK
RGB Variations
Color information
#208512 (or 0x208512) is known color: Forest Green. HEX triplet: 20, 85 and 12. RGB value is (32,133,18). Sum of RGB (Red+Green+Blue) = 32+133+18=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #208512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208512 is #DF7AED. Grayscale: #5A5A5A. Windows color (decimal): -14645998 or 1213728. OLE color: 1213728.
HSL color Cylindrical-coordinate representation of color #208512: hue angle of 112.7º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208512 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 18 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.48 |
| HSL | 112.7º | 0.76% | 0.3% | - |
| HSV(B) | 112.7º | 0.86% | 0.52% | - |
| XYZ | 9.09 | 17.13 | 3.4 | - |
| YUV | 89.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 18 | 0.76 | 0 | 0.86 | 0.48 | 112.7 | 0.76 | 0.3 |
| Hex | 20 | 85 | 12 | 4C | 0 | 56 | 30 | 71 | 4C | 1E |
| Octal | 40 | 205 | 22 | 114 | 0 | 126 | 60 | 161 | 114 | 36 |
| Binary | 100000 | 10000101 | 10010 | 1001100 | 0 | 1010110 | 110000 | 1110001 | 1001100 | 11110 |
Color Harmonies of #208512
Complementary color
Monochromatic Colors of #208512
Black with #208512
Text Example
Text Example
White with #208512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208512; }
p { color: rgb(32,133,18); }
H1.HeaderClassName
{
color: #208512;
}
.AnyTagClassName
{
color: #208512;
}
</style>
background-color css
<style>
a { background-color: #208512; }
a { background-color: rgb(32,133,18); }
div.DivClassName
{
background-color: #208512;
}
.BgClassName
{
background-color: #208512;
}
</style>
border-color css
<style>
span { border-color: #208512; }
span { border-color: rgb(32,133,18); }
td.TdClassName
{
border-color: #208512;
}
.TagClassName
{
border-color: #208512;
}
</style>