Shades of Forest Green #21AA19
Tints of Forest Green #21AA19
RGB
CMYK
RGB Variations
Color information
#21AA19 (or 0x21AA19) is known color: Forest Green. HEX triplet: 21, AA and 19. RGB value is (33,170,25). Sum of RGB (Red+Green+Blue) = 33+170+25=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AA19 is #DE55E6. Grayscale: #707070. Windows color (decimal): -14570983 or 1681953. OLE color: 1681953.
HSL color Cylindrical-coordinate representation of color #21AA19: hue angle of 116.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21AA19 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 25 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.33 |
| HSL | 116.69º | 0.74% | 0.38% | - |
| HSV(B) | 116.69º | 0.85% | 0.67% | - |
| XYZ | 15.18 | 29.14 | 5.74 | - |
| YUV | 112.51 | 78.61 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 25 | 0.81 | 0 | 0.85 | 0.33 | 116.69 | 0.74 | 0.38 |
| Hex | 21 | AA | 19 | 51 | 0 | 55 | 21 | 75 | 4A | 26 |
| Octal | 41 | 252 | 31 | 121 | 0 | 125 | 41 | 165 | 112 | 46 |
| Binary | 100001 | 10101010 | 11001 | 1010001 | 0 | 1010101 | 100001 | 1110101 | 1001010 | 100110 |
Color Harmonies of #21AA19
Complementary color
Monochromatic Colors of #21AA19
Black with #21AA19
Text Example
Text Example
White with #21AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA19; }
p { color: rgb(33,170,25); }
H1.HeaderClassName
{
color: #21AA19;
}
.AnyTagClassName
{
color: #21AA19;
}
</style>
background-color css
<style>
a { background-color: #21AA19; }
a { background-color: rgb(33,170,25); }
div.DivClassName
{
background-color: #21AA19;
}
.BgClassName
{
background-color: #21AA19;
}
</style>
border-color css
<style>
span { border-color: #21AA19; }
span { border-color: rgb(33,170,25); }
td.TdClassName
{
border-color: #21AA19;
}
.TagClassName
{
border-color: #21AA19;
}
</style>