Shades of Forest Green #21A10D
Tints of Forest Green #21A10D
RGB
CMYK
RGB Variations
Color information
#21A10D (or 0x21A10D) is known color: Forest Green. HEX triplet: 21, A1 and 0D. RGB value is (33,161,13). Sum of RGB (Red+Green+Blue) = 33+161+13=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 161 (63.28% from 255 or 77.78% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 161 - color contains mainly: green. Hex color #21A10D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A10D is #DE5EF2. Grayscale: #6A6A6A. Windows color (decimal): -14573299 or 893217. OLE color: 893217.
HSL color Cylindrical-coordinate representation of color #21A10D: hue angle of 111.89º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21A10D is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 13 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.37 |
| HSL | 111.89º | 0.85% | 0.34% | - |
| HSV(B) | 111.89º | 0.92% | 0.63% | - |
| XYZ | 13.44 | 25.84 | 4.66 | - |
| YUV | 105.86 | 75.59 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 13 | 0.80 | 0 | 0.92 | 0.37 | 111.89 | 0.85 | 0.34 |
| Hex | 21 | A1 | D | 50 | 0 | 5C | 25 | 70 | 55 | 22 |
| Octal | 41 | 241 | 15 | 120 | 0 | 134 | 45 | 160 | 125 | 42 |
| Binary | 100001 | 10100001 | 1101 | 1010000 | 0 | 1011100 | 100101 | 1110000 | 1010101 | 100010 |
Color Harmonies of #21A10D
Complementary color
Monochromatic Colors of #21A10D
Black with #21A10D
Text Example
Text Example
White with #21A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A10D; }
p { color: rgb(33,161,13); }
H1.HeaderClassName
{
color: #21A10D;
}
.AnyTagClassName
{
color: #21A10D;
}
</style>
background-color css
<style>
a { background-color: #21A10D; }
a { background-color: rgb(33,161,13); }
div.DivClassName
{
background-color: #21A10D;
}
.BgClassName
{
background-color: #21A10D;
}
</style>
border-color css
<style>
span { border-color: #21A10D; }
span { border-color: rgb(33,161,13); }
td.TdClassName
{
border-color: #21A10D;
}
.TagClassName
{
border-color: #21A10D;
}
</style>