Shades of Forest Green #21A42F
Tints of Forest Green #21A42F
RGB
CMYK
RGB Variations
Color information
#21A42F (or 0x21A42F) is known color: Forest Green. HEX triplet: 21, A4 and 2F. RGB value is (33,164,47). Sum of RGB (Red+Green+Blue) = 33+164+47=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #21A42F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A42F is #DE5BD0. Grayscale: #6F6F6F. Windows color (decimal): -14572497 or 3122209. OLE color: 3122209.
HSL color Cylindrical-coordinate representation of color #21A42F: hue angle of 126.41º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A42F is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 47 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.36 |
| HSL | 126.41º | 0.66% | 0.39% | - |
| HSV(B) | 126.41º | 0.8% | 0.64% | - |
| XYZ | 14.42 | 27.08 | 7.16 | - |
| YUV | 111.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 47 | 0.80 | 0 | 0.71 | 0.36 | 126.41 | 0.66 | 0.39 |
| Hex | 21 | A4 | 2F | 50 | 0 | 47 | 24 | 7E | 42 | 27 |
| Octal | 41 | 244 | 57 | 120 | 0 | 107 | 44 | 176 | 102 | 47 |
| Binary | 100001 | 10100100 | 101111 | 1010000 | 0 | 1000111 | 100100 | 1111110 | 1000010 | 100111 |
Color Harmonies of #21A42F
Complementary color
Monochromatic Colors of #21A42F
Black with #21A42F
Text Example
Text Example
White with #21A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A42F; }
p { color: rgb(33,164,47); }
H1.HeaderClassName
{
color: #21A42F;
}
.AnyTagClassName
{
color: #21A42F;
}
</style>
background-color css
<style>
a { background-color: #21A42F; }
a { background-color: rgb(33,164,47); }
div.DivClassName
{
background-color: #21A42F;
}
.BgClassName
{
background-color: #21A42F;
}
</style>
border-color css
<style>
span { border-color: #21A42F; }
span { border-color: rgb(33,164,47); }
td.TdClassName
{
border-color: #21A42F;
}
.TagClassName
{
border-color: #21A42F;
}
</style>