Shades of Forest Green #219121
Tints of Forest Green #219121
RGB
CMYK
RGB Variations
Color information
#219121 (or 0x219121) is known color: Forest Green. HEX triplet: 21, 91 and 21. RGB value is (33,145,33). Sum of RGB (Red+Green+Blue) = 33+145+33=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #219121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219121 is #DE6EDE. Grayscale: #636363. Windows color (decimal): -14577375 or 2199841. OLE color: 2199841.
HSL color Cylindrical-coordinate representation of color #219121: hue angle of 120º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219121 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 33 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.43 |
| HSL | 120º | 0.63% | 0.35% | - |
| HSV(B) | 120º | 0.77% | 0.57% | - |
| XYZ | 11.03 | 20.68 | 4.85 | - |
| YUV | 98.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 33 | 0.77 | 0 | 0.77 | 0.43 | 120 | 0.63 | 0.35 |
| Hex | 21 | 91 | 21 | 4D | 0 | 4D | 2B | 78 | 3F | 23 |
| Octal | 41 | 221 | 41 | 115 | 0 | 115 | 53 | 170 | 77 | 43 |
| Binary | 100001 | 10010001 | 100001 | 1001101 | 0 | 1001101 | 101011 | 1111000 | 111111 | 100011 |
Color Harmonies of #219121
Complementary color
Monochromatic Colors of #219121
Black with #219121
Text Example
Text Example
White with #219121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219121; }
p { color: rgb(33,145,33); }
H1.HeaderClassName
{
color: #219121;
}
.AnyTagClassName
{
color: #219121;
}
</style>
background-color css
<style>
a { background-color: #219121; }
a { background-color: rgb(33,145,33); }
div.DivClassName
{
background-color: #219121;
}
.BgClassName
{
background-color: #219121;
}
</style>
border-color css
<style>
span { border-color: #219121; }
span { border-color: rgb(33,145,33); }
td.TdClassName
{
border-color: #219121;
}
.TagClassName
{
border-color: #219121;
}
</style>