Shades of Forest Green #209121
Tints of Forest Green #209121
RGB
CMYK
RGB Variations
Color information
#209121 (or 0x209121) is known color: Forest Green. HEX triplet: 20, 91 and 21. RGB value is (32,145,33). Sum of RGB (Red+Green+Blue) = 32+145+33=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #209121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209121 is #DF6EDE. Grayscale: #626262. Windows color (decimal): -14642911 or 2199840. OLE color: 2199840.
HSL color Cylindrical-coordinate representation of color #209121: hue angle of 120.53º 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 #209121 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 33 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.43 |
| HSL | 120.53º | 0.64% | 0.35% | - |
| HSV(B) | 120.53º | 0.78% | 0.57% | - |
| XYZ | 11 | 20.67 | 4.85 | - |
| YUV | 98.45 | 91.06 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 33 | 0.78 | 0 | 0.77 | 0.43 | 120.53 | 0.64 | 0.35 |
| Hex | 20 | 91 | 21 | 4E | 0 | 4D | 2B | 79 | 40 | 23 |
| Octal | 40 | 221 | 41 | 116 | 0 | 115 | 53 | 171 | 100 | 43 |
| Binary | 100000 | 10010001 | 100001 | 1001110 | 0 | 1001101 | 101011 | 1111001 | 1000000 | 100011 |
Color Harmonies of #209121
Complementary color
Monochromatic Colors of #209121
Black with #209121
Text Example
Text Example
White with #209121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209121; }
p { color: rgb(32,145,33); }
H1.HeaderClassName
{
color: #209121;
}
.AnyTagClassName
{
color: #209121;
}
</style>
background-color css
<style>
a { background-color: #209121; }
a { background-color: rgb(32,145,33); }
div.DivClassName
{
background-color: #209121;
}
.BgClassName
{
background-color: #209121;
}
</style>
border-color css
<style>
span { border-color: #209121; }
span { border-color: rgb(32,145,33); }
td.TdClassName
{
border-color: #209121;
}
.TagClassName
{
border-color: #209121;
}
</style>