Shades of Forest Green #21A816
Tints of Forest Green #21A816
RGB
CMYK
RGB Variations
Color information
#21A816 (or 0x21A816) is known color: Forest Green. HEX triplet: 21, A8 and 16. RGB value is (33,168,22). Sum of RGB (Red+Green+Blue) = 33+168+22=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 168 (66.02% from 255 or 75.34% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 168 - color contains mainly: green. Hex color #21A816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A816 is #DE57E9. Grayscale: #6F6F6F. Windows color (decimal): -14571498 or 1484833. OLE color: 1484833.
HSL color Cylindrical-coordinate representation of color #21A816: hue angle of 115.48º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21A816 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 168 | 22 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.34 |
| HSL | 115.48º | 0.77% | 0.37% | - |
| HSV(B) | 115.48º | 0.87% | 0.66% | - |
| XYZ | 14.77 | 28.39 | 5.46 | - |
| YUV | 110.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 22 | 0.80 | 0 | 0.87 | 0.34 | 115.48 | 0.77 | 0.37 |
| Hex | 21 | A8 | 16 | 50 | 0 | 57 | 22 | 73 | 4D | 25 |
| Octal | 41 | 250 | 26 | 120 | 0 | 127 | 42 | 163 | 115 | 45 |
| Binary | 100001 | 10101000 | 10110 | 1010000 | 0 | 1010111 | 100010 | 1110011 | 1001101 | 100101 |
Color Harmonies of #21A816
Complementary color
Monochromatic Colors of #21A816
Black with #21A816
Text Example
Text Example
White with #21A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A816; }
p { color: rgb(33,168,22); }
H1.HeaderClassName
{
color: #21A816;
}
.AnyTagClassName
{
color: #21A816;
}
</style>
background-color css
<style>
a { background-color: #21A816; }
a { background-color: rgb(33,168,22); }
div.DivClassName
{
background-color: #21A816;
}
.BgClassName
{
background-color: #21A816;
}
</style>
border-color css
<style>
span { border-color: #21A816; }
span { border-color: rgb(33,168,22); }
td.TdClassName
{
border-color: #21A816;
}
.TagClassName
{
border-color: #21A816;
}
</style>