Shades of Forest Green #209521
Tints of Forest Green #209521
RGB
CMYK
RGB Variations
Color information
#209521 (or 0x209521) is known color: Forest Green. HEX triplet: 20, 95 and 21. RGB value is (32,149,33). Sum of RGB (Red+Green+Blue) = 32+149+33=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #209521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209521 is #DF6ADE. Grayscale: #656565. Windows color (decimal): -14641887 or 2200864. OLE color: 2200864.
HSL color Cylindrical-coordinate representation of color #209521: hue angle of 120.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209521 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 33 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.42 |
| HSL | 120.51º | 0.65% | 0.35% | - |
| HSV(B) | 120.51º | 0.79% | 0.58% | - |
| XYZ | 11.62 | 21.91 | 5.06 | - |
| YUV | 100.79 | 89.74 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 33 | 0.79 | 0 | 0.78 | 0.42 | 120.51 | 0.65 | 0.35 |
| Hex | 20 | 95 | 21 | 4F | 0 | 4E | 2A | 79 | 41 | 23 |
| Octal | 40 | 225 | 41 | 117 | 0 | 116 | 52 | 171 | 101 | 43 |
| Binary | 100000 | 10010101 | 100001 | 1001111 | 0 | 1001110 | 101010 | 1111001 | 1000001 | 100011 |
Color Harmonies of #209521
Complementary color
Monochromatic Colors of #209521
Black with #209521
Text Example
Text Example
White with #209521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209521; }
p { color: rgb(32,149,33); }
H1.HeaderClassName
{
color: #209521;
}
.AnyTagClassName
{
color: #209521;
}
</style>
background-color css
<style>
a { background-color: #209521; }
a { background-color: rgb(32,149,33); }
div.DivClassName
{
background-color: #209521;
}
.BgClassName
{
background-color: #209521;
}
</style>
border-color css
<style>
span { border-color: #209521; }
span { border-color: rgb(32,149,33); }
td.TdClassName
{
border-color: #209521;
}
.TagClassName
{
border-color: #209521;
}
</style>