Shades of Forest Green #21A03B
Tints of Forest Green #21A03B
RGB
CMYK
RGB Variations
Color information
#21A03B (or 0x21A03B) is known color: Forest Green. HEX triplet: 21, A0 and 3B. RGB value is (33,160,59). Sum of RGB (Red+Green+Blue) = 33+160+59=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #21A03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A03B is #DE5FC4. Grayscale: #6E6E6E. Windows color (decimal): -14573509 or 3907617. OLE color: 3907617.
HSL color Cylindrical-coordinate representation of color #21A03B: hue angle of 132.28º 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 #21A03B is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 59 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.37 |
| HSL | 132.28º | 0.66% | 0.38% | - |
| HSV(B) | 132.28º | 0.79% | 0.63% | - |
| XYZ | 13.99 | 25.78 | 8.38 | - |
| YUV | 110.51 | 98.92 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 59 | 0.79 | 0 | 0.63 | 0.37 | 132.28 | 0.66 | 0.38 |
| Hex | 21 | A0 | 3B | 4F | 0 | 3F | 25 | 84 | 42 | 26 |
| Octal | 41 | 240 | 73 | 117 | 0 | 77 | 45 | 204 | 102 | 46 |
| Binary | 100001 | 10100000 | 111011 | 1001111 | 0 | 111111 | 100101 | 10000100 | 1000010 | 100110 |
Color Harmonies of #21A03B
Complementary color
Monochromatic Colors of #21A03B
Black with #21A03B
Text Example
Text Example
White with #21A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A03B; }
p { color: rgb(33,160,59); }
H1.HeaderClassName
{
color: #21A03B;
}
.AnyTagClassName
{
color: #21A03B;
}
</style>
background-color css
<style>
a { background-color: #21A03B; }
a { background-color: rgb(33,160,59); }
div.DivClassName
{
background-color: #21A03B;
}
.BgClassName
{
background-color: #21A03B;
}
</style>
border-color css
<style>
span { border-color: #21A03B; }
span { border-color: rgb(33,160,59); }
td.TdClassName
{
border-color: #21A03B;
}
.TagClassName
{
border-color: #21A03B;
}
</style>