Shades of Forest Green #21991E
Tints of Forest Green #21991E
RGB
CMYK
RGB Variations
Color information
#21991E (or 0x21991E) is known color: Forest Green. HEX triplet: 21, 99 and 1E. RGB value is (33,153,30). Sum of RGB (Red+Green+Blue) = 33+153+30=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #21991E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21991E is #DE66E1. Grayscale: #676767. Windows color (decimal): -14575330 or 2005281. OLE color: 2005281.
HSL color Cylindrical-coordinate representation of color #21991E: hue angle of 118.54º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21991E is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 30 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.4 |
| HSL | 118.54º | 0.67% | 0.36% | - |
| HSV(B) | 118.54º | 0.8% | 0.6% | - |
| XYZ | 12.25 | 23.2 | 5.06 | - |
| YUV | 103.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 30 | 0.78 | 0 | 0.80 | 0.4 | 118.54 | 0.67 | 0.36 |
| Hex | 21 | 99 | 1E | 4E | 0 | 50 | 28 | 77 | 43 | 24 |
| Octal | 41 | 231 | 36 | 116 | 0 | 120 | 50 | 167 | 103 | 44 |
| Binary | 100001 | 10011001 | 11110 | 1001110 | 0 | 1010000 | 101000 | 1110111 | 1000011 | 100100 |
Color Harmonies of #21991E
Complementary color
Monochromatic Colors of #21991E
Black with #21991E
Text Example
Text Example
White with #21991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21991E; }
p { color: rgb(33,153,30); }
H1.HeaderClassName
{
color: #21991E;
}
.AnyTagClassName
{
color: #21991E;
}
</style>
background-color css
<style>
a { background-color: #21991E; }
a { background-color: rgb(33,153,30); }
div.DivClassName
{
background-color: #21991E;
}
.BgClassName
{
background-color: #21991E;
}
</style>
border-color css
<style>
span { border-color: #21991E; }
span { border-color: rgb(33,153,30); }
td.TdClassName
{
border-color: #21991E;
}
.TagClassName
{
border-color: #21991E;
}
</style>