Shades of Forest Green #21A036
Tints of Forest Green #21A036
RGB
CMYK
RGB Variations
Color information
#21A036 (or 0x21A036) is known color: Forest Green. HEX triplet: 21, A0 and 36. RGB value is (33,160,54). Sum of RGB (Red+Green+Blue) = 33+160+54=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #21A036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A036 is #DE5FC9. Grayscale: #6E6E6E. Windows color (decimal): -14573514 or 3579937. OLE color: 3579937.
HSL color Cylindrical-coordinate representation of color #21A036: hue angle of 129.92º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A036 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 54 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.37 |
| HSL | 129.92º | 0.66% | 0.38% | - |
| HSV(B) | 129.92º | 0.79% | 0.63% | - |
| XYZ | 13.86 | 25.73 | 7.73 | - |
| YUV | 109.94 | 96.42 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 54 | 0.79 | 0 | 0.66 | 0.37 | 129.92 | 0.66 | 0.38 |
| Hex | 21 | A0 | 36 | 4F | 0 | 42 | 25 | 82 | 42 | 26 |
| Octal | 41 | 240 | 66 | 117 | 0 | 102 | 45 | 202 | 102 | 46 |
| Binary | 100001 | 10100000 | 110110 | 1001111 | 0 | 1000010 | 100101 | 10000010 | 1000010 | 100110 |
Color Harmonies of #21A036
Complementary color
Monochromatic Colors of #21A036
Black with #21A036
Text Example
Text Example
White with #21A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A036; }
p { color: rgb(33,160,54); }
H1.HeaderClassName
{
color: #21A036;
}
.AnyTagClassName
{
color: #21A036;
}
</style>
background-color css
<style>
a { background-color: #21A036; }
a { background-color: rgb(33,160,54); }
div.DivClassName
{
background-color: #21A036;
}
.BgClassName
{
background-color: #21A036;
}
</style>
border-color css
<style>
span { border-color: #21A036; }
span { border-color: rgb(33,160,54); }
td.TdClassName
{
border-color: #21A036;
}
.TagClassName
{
border-color: #21A036;
}
</style>