Shades of Forest Green #21A41E
Tints of Forest Green #21A41E
RGB
CMYK
RGB Variations
Color information
#21A41E (or 0x21A41E) is known color: Forest Green. HEX triplet: 21, A4 and 1E. RGB value is (33,164,30). Sum of RGB (Red+Green+Blue) = 33+164+30=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #21A41E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A41E is #DE5BE1. Grayscale: #6D6D6D. Windows color (decimal): -14572514 or 2008097. OLE color: 2008097.
HSL color Cylindrical-coordinate representation of color #21A41E: hue angle of 118.66º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21A41E is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 30 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.36 |
| HSL | 118.66º | 0.69% | 0.38% | - |
| HSV(B) | 118.66º | 0.82% | 0.64% | - |
| XYZ | 14.14 | 26.97 | 5.69 | - |
| YUV | 109.56 | 83.1 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 30 | 0.80 | 0 | 0.82 | 0.36 | 118.66 | 0.69 | 0.38 |
| Hex | 21 | A4 | 1E | 50 | 0 | 52 | 24 | 77 | 45 | 26 |
| Octal | 41 | 244 | 36 | 120 | 0 | 122 | 44 | 167 | 105 | 46 |
| Binary | 100001 | 10100100 | 11110 | 1010000 | 0 | 1010010 | 100100 | 1110111 | 1000101 | 100110 |
Color Harmonies of #21A41E
Complementary color
Monochromatic Colors of #21A41E
Black with #21A41E
Text Example
Text Example
White with #21A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A41E; }
p { color: rgb(33,164,30); }
H1.HeaderClassName
{
color: #21A41E;
}
.AnyTagClassName
{
color: #21A41E;
}
</style>
background-color css
<style>
a { background-color: #21A41E; }
a { background-color: rgb(33,164,30); }
div.DivClassName
{
background-color: #21A41E;
}
.BgClassName
{
background-color: #21A41E;
}
</style>
border-color css
<style>
span { border-color: #21A41E; }
span { border-color: rgb(33,164,30); }
td.TdClassName
{
border-color: #21A41E;
}
.TagClassName
{
border-color: #21A41E;
}
</style>