Shades of Forest Green #21A811
Tints of Forest Green #21A811
RGB
CMYK
RGB Variations
Color information
#21A811 (or 0x21A811) is known color: Forest Green. HEX triplet: 21, A8 and 11. RGB value is (33,168,17). Sum of RGB (Red+Green+Blue) = 33+168+17=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #21A811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A811 is #DE57EE. Grayscale: #6E6E6E. Windows color (decimal): -14571503 or 1157153. OLE color: 1157153.
HSL color Cylindrical-coordinate representation of color #21A811: hue angle of 113.64º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21A811 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 168 | 17 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.34 |
| HSL | 113.64º | 0.82% | 0.36% | - |
| HSV(B) | 113.64º | 0.9% | 0.66% | - |
| XYZ | 14.73 | 28.37 | 5.23 | - |
| YUV | 110.42 | 75.27 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 17 | 0.80 | 0 | 0.90 | 0.34 | 113.64 | 0.82 | 0.36 |
| Hex | 21 | A8 | 11 | 50 | 0 | 5A | 22 | 72 | 52 | 24 |
| Octal | 41 | 250 | 21 | 120 | 0 | 132 | 42 | 162 | 122 | 44 |
| Binary | 100001 | 10101000 | 10001 | 1010000 | 0 | 1011010 | 100010 | 1110010 | 1010010 | 100100 |
Color Harmonies of #21A811
Complementary color
Monochromatic Colors of #21A811
Black with #21A811
Text Example
Text Example
White with #21A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A811; }
p { color: rgb(33,168,17); }
H1.HeaderClassName
{
color: #21A811;
}
.AnyTagClassName
{
color: #21A811;
}
</style>
background-color css
<style>
a { background-color: #21A811; }
a { background-color: rgb(33,168,17); }
div.DivClassName
{
background-color: #21A811;
}
.BgClassName
{
background-color: #21A811;
}
</style>
border-color css
<style>
span { border-color: #21A811; }
span { border-color: rgb(33,168,17); }
td.TdClassName
{
border-color: #21A811;
}
.TagClassName
{
border-color: #21A811;
}
</style>