Shades of Forest Green #209312
Tints of Forest Green #209312
RGB
CMYK
RGB Variations
Color information
#209312 (or 0x209312) is known color: Forest Green. HEX triplet: 20, 93 and 12. RGB value is (32,147,18). Sum of RGB (Red+Green+Blue) = 32+147+18=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 147 (57.81% from 255 or 74.62% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 147 - color contains mainly: green. Hex color #209312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209312 is #DF6CED. Grayscale: #626262. Windows color (decimal): -14642414 or 1217312. OLE color: 1217312.
HSL color Cylindrical-coordinate representation of color #209312: hue angle of 113.49º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #209312 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 147 | 18 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.42 |
| HSL | 113.49º | 0.78% | 0.32% | - |
| HSV(B) | 113.49º | 0.88% | 0.58% | - |
| XYZ | 11.14 | 21.22 | 4.08 | - |
| YUV | 97.91 | 82.9 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 18 | 0.78 | 0 | 0.88 | 0.42 | 113.49 | 0.78 | 0.32 |
| Hex | 20 | 93 | 12 | 4E | 0 | 58 | 2A | 71 | 4E | 20 |
| Octal | 40 | 223 | 22 | 116 | 0 | 130 | 52 | 161 | 116 | 40 |
| Binary | 100000 | 10010011 | 10010 | 1001110 | 0 | 1011000 | 101010 | 1110001 | 1001110 | 100000 |
Color Harmonies of #209312
Complementary color
Monochromatic Colors of #209312
Black with #209312
Text Example
Text Example
White with #209312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209312; }
p { color: rgb(32,147,18); }
H1.HeaderClassName
{
color: #209312;
}
.AnyTagClassName
{
color: #209312;
}
</style>
background-color css
<style>
a { background-color: #209312; }
a { background-color: rgb(32,147,18); }
div.DivClassName
{
background-color: #209312;
}
.BgClassName
{
background-color: #209312;
}
</style>
border-color css
<style>
span { border-color: #209312; }
span { border-color: rgb(32,147,18); }
td.TdClassName
{
border-color: #209312;
}
.TagClassName
{
border-color: #209312;
}
</style>