Shades of Forest Green #21A013
Tints of Forest Green #21A013
RGB
CMYK
RGB Variations
Color information
#21A013 (or 0x21A013) is known color: Forest Green. HEX triplet: 21, A0 and 13. RGB value is (33,160,19). Sum of RGB (Red+Green+Blue) = 33+160+19=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #21A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A013 is #DE5FEC. Grayscale: #6A6A6A. Windows color (decimal): -14573549 or 1286177. OLE color: 1286177.
HSL color Cylindrical-coordinate representation of color #21A013: hue angle of 114.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21A013 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 19 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.37 |
| HSL | 114.04º | 0.79% | 0.35% | - |
| HSV(B) | 114.04º | 0.88% | 0.63% | - |
| XYZ | 13.32 | 25.51 | 4.84 | - |
| YUV | 105.95 | 78.92 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 19 | 0.79 | 0 | 0.88 | 0.37 | 114.04 | 0.79 | 0.35 |
| Hex | 21 | A0 | 13 | 4F | 0 | 58 | 25 | 72 | 4F | 23 |
| Octal | 41 | 240 | 23 | 117 | 0 | 130 | 45 | 162 | 117 | 43 |
| Binary | 100001 | 10100000 | 10011 | 1001111 | 0 | 1011000 | 100101 | 1110010 | 1001111 | 100011 |
Color Harmonies of #21A013
Complementary color
Monochromatic Colors of #21A013
Black with #21A013
Text Example
Text Example
White with #21A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A013; }
p { color: rgb(33,160,19); }
H1.HeaderClassName
{
color: #21A013;
}
.AnyTagClassName
{
color: #21A013;
}
</style>
background-color css
<style>
a { background-color: #21A013; }
a { background-color: rgb(33,160,19); }
div.DivClassName
{
background-color: #21A013;
}
.BgClassName
{
background-color: #21A013;
}
</style>
border-color css
<style>
span { border-color: #21A013; }
span { border-color: rgb(33,160,19); }
td.TdClassName
{
border-color: #21A013;
}
.TagClassName
{
border-color: #21A013;
}
</style>