Shades of Forest Green #21A03D
Tints of Forest Green #21A03D
RGB
CMYK
RGB Variations
Color information
#21A03D (or 0x21A03D) is known color: Forest Green. HEX triplet: 21, A0 and 3D. RGB value is (33,160,61). Sum of RGB (Red+Green+Blue) = 33+160+61=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #21A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A03D is #DE5FC2. Grayscale: #6F6F6F. Windows color (decimal): -14573507 or 4038689. OLE color: 4038689.
HSL color Cylindrical-coordinate representation of color #21A03D: hue angle of 133.23º 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 #21A03D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 61 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.37 |
| HSL | 133.23º | 0.66% | 0.38% | - |
| HSV(B) | 133.23º | 0.79% | 0.63% | - |
| XYZ | 14.04 | 25.8 | 8.66 | - |
| YUV | 110.74 | 99.92 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 61 | 0.79 | 0 | 0.62 | 0.37 | 133.23 | 0.66 | 0.38 |
| Hex | 21 | A0 | 3D | 4F | 0 | 3E | 25 | 85 | 42 | 26 |
| Octal | 41 | 240 | 75 | 117 | 0 | 76 | 45 | 205 | 102 | 46 |
| Binary | 100001 | 10100000 | 111101 | 1001111 | 0 | 111110 | 100101 | 10000101 | 1000010 | 100110 |
Color Harmonies of #21A03D
Complementary color
Monochromatic Colors of #21A03D
Black with #21A03D
Text Example
Text Example
White with #21A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A03D; }
p { color: rgb(33,160,61); }
H1.HeaderClassName
{
color: #21A03D;
}
.AnyTagClassName
{
color: #21A03D;
}
</style>
background-color css
<style>
a { background-color: #21A03D; }
a { background-color: rgb(33,160,61); }
div.DivClassName
{
background-color: #21A03D;
}
.BgClassName
{
background-color: #21A03D;
}
</style>
border-color css
<style>
span { border-color: #21A03D; }
span { border-color: rgb(33,160,61); }
td.TdClassName
{
border-color: #21A03D;
}
.TagClassName
{
border-color: #21A03D;
}
</style>