Shades of Forest Green #209F2F
Tints of Forest Green #209F2F
RGB
CMYK
RGB Variations
Color information
#209F2F (or 0x209F2F) is known color: Forest Green. HEX triplet: 20, 9F and 2F. RGB value is (32,159,47). Sum of RGB (Red+Green+Blue) = 32+159+47=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 159 (62.5% from 255 or 66.81% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 159 - color contains mainly: green. Hex color #209F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209F2F is #DF60D0. Grayscale: #6C6C6C. Windows color (decimal): -14639313 or 3120928. OLE color: 3120928.
HSL color Cylindrical-coordinate representation of color #209F2F: hue angle of 127.09º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F2F is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 47 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.38 |
| HSL | 127.09º | 0.66% | 0.37% | - |
| HSV(B) | 127.09º | 0.8% | 0.62% | - |
| XYZ | 13.51 | 25.31 | 6.86 | - |
| YUV | 108.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 47 | 0.80 | 0 | 0.70 | 0.38 | 127.09 | 0.66 | 0.37 |
| Hex | 20 | 9F | 2F | 50 | 0 | 46 | 26 | 7F | 42 | 25 |
| Octal | 40 | 237 | 57 | 120 | 0 | 106 | 46 | 177 | 102 | 45 |
| Binary | 100000 | 10011111 | 101111 | 1010000 | 0 | 1000110 | 100110 | 1111111 | 1000010 | 100101 |
Color Harmonies of #209F2F
Complementary color
Monochromatic Colors of #209F2F
Black with #209F2F
Text Example
Text Example
White with #209F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F2F; }
p { color: rgb(32,159,47); }
H1.HeaderClassName
{
color: #209F2F;
}
.AnyTagClassName
{
color: #209F2F;
}
</style>
background-color css
<style>
a { background-color: #209F2F; }
a { background-color: rgb(32,159,47); }
div.DivClassName
{
background-color: #209F2F;
}
.BgClassName
{
background-color: #209F2F;
}
</style>
border-color css
<style>
span { border-color: #209F2F; }
span { border-color: rgb(32,159,47); }
td.TdClassName
{
border-color: #209F2F;
}
.TagClassName
{
border-color: #209F2F;
}
</style>