Shades of Forest Green #21A03A
Tints of Forest Green #21A03A
RGB
CMYK
RGB Variations
Color information
#21A03A (or 0x21A03A) is known color: Forest Green. HEX triplet: 21, A0 and 3A. RGB value is (33,160,58). Sum of RGB (Red+Green+Blue) = 33+160+58=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #21A03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A03A is #DE5FC5. Grayscale: #6E6E6E. Windows color (decimal): -14573510 or 3842081. OLE color: 3842081.
HSL color Cylindrical-coordinate representation of color #21A03A: hue angle of 131.81º 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 #21A03A is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 58 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.37 |
| HSL | 131.81º | 0.66% | 0.38% | - |
| HSV(B) | 131.81º | 0.79% | 0.63% | - |
| XYZ | 13.96 | 25.77 | 8.24 | - |
| YUV | 110.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 58 | 0.79 | 0 | 0.64 | 0.37 | 131.81 | 0.66 | 0.38 |
| Hex | 21 | A0 | 3A | 4F | 0 | 40 | 25 | 84 | 42 | 26 |
| Octal | 41 | 240 | 72 | 117 | 0 | 100 | 45 | 204 | 102 | 46 |
| Binary | 100001 | 10100000 | 111010 | 1001111 | 0 | 1000000 | 100101 | 10000100 | 1000010 | 100110 |
Color Harmonies of #21A03A
Complementary color
Monochromatic Colors of #21A03A
Black with #21A03A
Text Example
Text Example
White with #21A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A03A; }
p { color: rgb(33,160,58); }
H1.HeaderClassName
{
color: #21A03A;
}
.AnyTagClassName
{
color: #21A03A;
}
</style>
background-color css
<style>
a { background-color: #21A03A; }
a { background-color: rgb(33,160,58); }
div.DivClassName
{
background-color: #21A03A;
}
.BgClassName
{
background-color: #21A03A;
}
</style>
border-color css
<style>
span { border-color: #21A03A; }
span { border-color: rgb(33,160,58); }
td.TdClassName
{
border-color: #21A03A;
}
.TagClassName
{
border-color: #21A03A;
}
</style>