Shades of Forest Green #209512
Tints of Forest Green #209512
RGB
CMYK
RGB Variations
Color information
#209512 (or 0x209512) is known color: Forest Green. HEX triplet: 20, 95 and 12. RGB value is (32,149,18). Sum of RGB (Red+Green+Blue) = 32+149+18=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #209512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209512 is #DF6AED. Grayscale: #636363. Windows color (decimal): -14641902 or 1217824. OLE color: 1217824.
HSL color Cylindrical-coordinate representation of color #209512: hue angle of 113.59º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #209512 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 18 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.42 |
| HSL | 113.59º | 0.78% | 0.33% | - |
| HSV(B) | 113.59º | 0.88% | 0.58% | - |
| XYZ | 11.45 | 21.85 | 4.19 | - |
| YUV | 99.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 18 | 0.79 | 0 | 0.88 | 0.42 | 113.59 | 0.78 | 0.33 |
| Hex | 20 | 95 | 12 | 4F | 0 | 58 | 2A | 72 | 4E | 21 |
| Octal | 40 | 225 | 22 | 117 | 0 | 130 | 52 | 162 | 116 | 41 |
| Binary | 100000 | 10010101 | 10010 | 1001111 | 0 | 1011000 | 101010 | 1110010 | 1001110 | 100001 |
Color Harmonies of #209512
Complementary color
Monochromatic Colors of #209512
Black with #209512
Text Example
Text Example
White with #209512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209512; }
p { color: rgb(32,149,18); }
H1.HeaderClassName
{
color: #209512;
}
.AnyTagClassName
{
color: #209512;
}
</style>
background-color css
<style>
a { background-color: #209512; }
a { background-color: rgb(32,149,18); }
div.DivClassName
{
background-color: #209512;
}
.BgClassName
{
background-color: #209512;
}
</style>
border-color css
<style>
span { border-color: #209512; }
span { border-color: rgb(32,149,18); }
td.TdClassName
{
border-color: #209512;
}
.TagClassName
{
border-color: #209512;
}
</style>