Shades of Forest Green #21991A
Tints of Forest Green #21991A
RGB
CMYK
RGB Variations
Color information
#21991A (or 0x21991A) is known color: Forest Green. HEX triplet: 21, 99 and 1A. RGB value is (33,153,26). Sum of RGB (Red+Green+Blue) = 33+153+26=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 153 (60.16% from 255 or 72.17% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 153 - color contains mainly: green. Hex color #21991A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21991A is #DE66E5. Grayscale: #676767. Windows color (decimal): -14575334 or 1743137. OLE color: 1743137.
HSL color Cylindrical-coordinate representation of color #21991A: hue angle of 116.69º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21991A is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 26 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.4 |
| HSL | 116.69º | 0.71% | 0.35% | - |
| HSV(B) | 116.69º | 0.83% | 0.6% | - |
| XYZ | 12.2 | 23.18 | 4.81 | - |
| YUV | 102.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 26 | 0.78 | 0 | 0.83 | 0.4 | 116.69 | 0.71 | 0.35 |
| Hex | 21 | 99 | 1A | 4E | 0 | 53 | 28 | 75 | 47 | 23 |
| Octal | 41 | 231 | 32 | 116 | 0 | 123 | 50 | 165 | 107 | 43 |
| Binary | 100001 | 10011001 | 11010 | 1001110 | 0 | 1010011 | 101000 | 1110101 | 1000111 | 100011 |
Color Harmonies of #21991A
Complementary color
Monochromatic Colors of #21991A
Black with #21991A
Text Example
Text Example
White with #21991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21991A; }
p { color: rgb(33,153,26); }
H1.HeaderClassName
{
color: #21991A;
}
.AnyTagClassName
{
color: #21991A;
}
</style>
background-color css
<style>
a { background-color: #21991A; }
a { background-color: rgb(33,153,26); }
div.DivClassName
{
background-color: #21991A;
}
.BgClassName
{
background-color: #21991A;
}
</style>
border-color css
<style>
span { border-color: #21991A; }
span { border-color: rgb(33,153,26); }
td.TdClassName
{
border-color: #21991A;
}
.TagClassName
{
border-color: #21991A;
}
</style>