Shades of Forest Green #21A10E
Tints of Forest Green #21A10E
RGB
CMYK
RGB Variations
Color information
#21A10E (or 0x21A10E) is known color: Forest Green. HEX triplet: 21, A1 and 0E. RGB value is (33,161,14). Sum of RGB (Red+Green+Blue) = 33+161+14=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #21A10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A10E is #DE5EF1. Grayscale: #6A6A6A. Windows color (decimal): -14573298 or 958753. OLE color: 958753.
HSL color Cylindrical-coordinate representation of color #21A10E: hue angle of 112.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21A10E is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 14 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.37 |
| HSL | 112.24º | 0.84% | 0.34% | - |
| HSV(B) | 112.24º | 0.91% | 0.63% | - |
| XYZ | 13.45 | 25.84 | 4.7 | - |
| YUV | 105.97 | 76.09 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 14 | 0.80 | 0 | 0.91 | 0.37 | 112.24 | 0.84 | 0.34 |
| Hex | 21 | A1 | E | 50 | 0 | 5B | 25 | 70 | 54 | 22 |
| Octal | 41 | 241 | 16 | 120 | 0 | 133 | 45 | 160 | 124 | 42 |
| Binary | 100001 | 10100001 | 1110 | 1010000 | 0 | 1011011 | 100101 | 1110000 | 1010100 | 100010 |
Color Harmonies of #21A10E
Complementary color
Monochromatic Colors of #21A10E
Black with #21A10E
Text Example
Text Example
White with #21A10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A10E; }
p { color: rgb(33,161,14); }
H1.HeaderClassName
{
color: #21A10E;
}
.AnyTagClassName
{
color: #21A10E;
}
</style>
background-color css
<style>
a { background-color: #21A10E; }
a { background-color: rgb(33,161,14); }
div.DivClassName
{
background-color: #21A10E;
}
.BgClassName
{
background-color: #21A10E;
}
</style>
border-color css
<style>
span { border-color: #21A10E; }
span { border-color: rgb(33,161,14); }
td.TdClassName
{
border-color: #21A10E;
}
.TagClassName
{
border-color: #21A10E;
}
</style>