Shades of Forest Green #21A008
Tints of Forest Green #21A008
RGB
CMYK
RGB Variations
Color information
#21A008 (or 0x21A008) is known color: Forest Green. HEX triplet: 21, A0 and 08. RGB value is (33,160,8). Sum of RGB (Red+Green+Blue) = 33+160+8=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 160 (62.89% from 255 or 79.60% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 160 - color contains mainly: green. Hex color #21A008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A008 is #DE5FF7. Grayscale: #696969. Windows color (decimal): -14573560 or 565281. OLE color: 565281.
HSL color Cylindrical-coordinate representation of color #21A008: hue angle of 110.13º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21A008 is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 8 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.37 |
| HSL | 110.13º | 0.9% | 0.33% | - |
| HSV(B) | 110.13º | 0.95% | 0.63% | - |
| XYZ | 13.24 | 25.48 | 4.45 | - |
| YUV | 104.7 | 73.42 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 8 | 0.79 | 0 | 0.95 | 0.37 | 110.13 | 0.9 | 0.33 |
| Hex | 21 | A0 | 8 | 4F | 0 | 5F | 25 | 6E | 5A | 21 |
| Octal | 41 | 240 | 10 | 117 | 0 | 137 | 45 | 156 | 132 | 41 |
| Binary | 100001 | 10100000 | 1000 | 1001111 | 0 | 1011111 | 100101 | 1101110 | 1011010 | 100001 |
Color Harmonies of #21A008
Complementary color
Monochromatic Colors of #21A008
Black with #21A008
Text Example
Text Example
White with #21A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A008; }
p { color: rgb(33,160,8); }
H1.HeaderClassName
{
color: #21A008;
}
.AnyTagClassName
{
color: #21A008;
}
</style>
background-color css
<style>
a { background-color: #21A008; }
a { background-color: rgb(33,160,8); }
div.DivClassName
{
background-color: #21A008;
}
.BgClassName
{
background-color: #21A008;
}
</style>
border-color css
<style>
span { border-color: #21A008; }
span { border-color: rgb(33,160,8); }
td.TdClassName
{
border-color: #21A008;
}
.TagClassName
{
border-color: #21A008;
}
</style>