Shades of Forest Green #209132
Tints of Forest Green #209132
RGB
CMYK
RGB Variations
Color information
#209132 (or 0x209132) is known color: Forest Green. HEX triplet: 20, 91 and 32. RGB value is (32,145,50). Sum of RGB (Red+Green+Blue) = 32+145+50=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #209132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209132 is #DF6ECD. Grayscale: #646464. Windows color (decimal): -14642894 or 3313952. OLE color: 3313952.
HSL color Cylindrical-coordinate representation of color #209132: hue angle of 129.56º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209132 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 50 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.43 |
| HSL | 129.56º | 0.64% | 0.35% | - |
| HSV(B) | 129.56º | 0.78% | 0.57% | - |
| XYZ | 11.3 | 20.79 | 6.43 | - |
| YUV | 100.38 | 99.56 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 50 | 0.78 | 0 | 0.66 | 0.43 | 129.56 | 0.64 | 0.35 |
| Hex | 20 | 91 | 32 | 4E | 0 | 42 | 2B | 82 | 40 | 23 |
| Octal | 40 | 221 | 62 | 116 | 0 | 102 | 53 | 202 | 100 | 43 |
| Binary | 100000 | 10010001 | 110010 | 1001110 | 0 | 1000010 | 101011 | 10000010 | 1000000 | 100011 |
Color Harmonies of #209132
Complementary color
Monochromatic Colors of #209132
Black with #209132
Text Example
Text Example
White with #209132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209132; }
p { color: rgb(32,145,50); }
H1.HeaderClassName
{
color: #209132;
}
.AnyTagClassName
{
color: #209132;
}
</style>
background-color css
<style>
a { background-color: #209132; }
a { background-color: rgb(32,145,50); }
div.DivClassName
{
background-color: #209132;
}
.BgClassName
{
background-color: #209132;
}
</style>
border-color css
<style>
span { border-color: #209132; }
span { border-color: rgb(32,145,50); }
td.TdClassName
{
border-color: #209132;
}
.TagClassName
{
border-color: #209132;
}
</style>