Shades of Forest Green #21A721
Tints of Forest Green #21A721
RGB
CMYK
RGB Variations
Color information
#21A721 (or 0x21A721) is known color: Forest Green. HEX triplet: 21, A7 and 21. RGB value is (33,167,33). Sum of RGB (Red+Green+Blue) = 33+167+33=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #21A721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A721 is #DE58DE. Grayscale: #707070. Windows color (decimal): -14571743 or 2205473. OLE color: 2205473.
HSL color Cylindrical-coordinate representation of color #21A721: hue angle of 120º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A721 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 167 | 33 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.35 |
| HSL | 120º | 0.67% | 0.39% | - |
| HSV(B) | 120º | 0.8% | 0.65% | - |
| XYZ | 14.72 | 28.07 | 6.08 | - |
| YUV | 111.66 | 83.61 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 167 | 33 | 0.80 | 0 | 0.80 | 0.35 | 120 | 0.67 | 0.39 |
| Hex | 21 | A7 | 21 | 50 | 0 | 50 | 23 | 78 | 43 | 27 |
| Octal | 41 | 247 | 41 | 120 | 0 | 120 | 43 | 170 | 103 | 47 |
| Binary | 100001 | 10100111 | 100001 | 1010000 | 0 | 1010000 | 100011 | 1111000 | 1000011 | 100111 |
Color Harmonies of #21A721
Complementary color
Monochromatic Colors of #21A721
Black with #21A721
Text Example
Text Example
White with #21A721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A721; }
p { color: rgb(33,167,33); }
H1.HeaderClassName
{
color: #21A721;
}
.AnyTagClassName
{
color: #21A721;
}
</style>
background-color css
<style>
a { background-color: #21A721; }
a { background-color: rgb(33,167,33); }
div.DivClassName
{
background-color: #21A721;
}
.BgClassName
{
background-color: #21A721;
}
</style>
border-color css
<style>
span { border-color: #21A721; }
span { border-color: rgb(33,167,33); }
td.TdClassName
{
border-color: #21A721;
}
.TagClassName
{
border-color: #21A721;
}
</style>