Shades of Forest Green #21A432
Tints of Forest Green #21A432
RGB
CMYK
RGB Variations
Color information
#21A432 (or 0x21A432) is known color: Forest Green. HEX triplet: 21, A4 and 32. RGB value is (33,164,50). Sum of RGB (Red+Green+Blue) = 33+164+50=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 164 (64.45% from 255 or 66.40% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 164 - color contains mainly: green. Hex color #21A432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A432 is #DE5BCD. Grayscale: #707070. Windows color (decimal): -14572494 or 3318817. OLE color: 3318817.
HSL color Cylindrical-coordinate representation of color #21A432: hue angle of 127.79º 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 #21A432 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 50 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.36 |
| HSL | 127.79º | 0.66% | 0.39% | - |
| HSV(B) | 127.79º | 0.8% | 0.64% | - |
| XYZ | 14.48 | 27.1 | 7.49 | - |
| YUV | 111.84 | 93.1 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 50 | 0.80 | 0 | 0.70 | 0.36 | 127.79 | 0.66 | 0.39 |
| Hex | 21 | A4 | 32 | 50 | 0 | 46 | 24 | 80 | 42 | 27 |
| Octal | 41 | 244 | 62 | 120 | 0 | 106 | 44 | 200 | 102 | 47 |
| Binary | 100001 | 10100100 | 110010 | 1010000 | 0 | 1000110 | 100100 | 10000000 | 1000010 | 100111 |
Color Harmonies of #21A432
Complementary color
Monochromatic Colors of #21A432
Black with #21A432
Text Example
Text Example
White with #21A432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A432; }
p { color: rgb(33,164,50); }
H1.HeaderClassName
{
color: #21A432;
}
.AnyTagClassName
{
color: #21A432;
}
</style>
background-color css
<style>
a { background-color: #21A432; }
a { background-color: rgb(33,164,50); }
div.DivClassName
{
background-color: #21A432;
}
.BgClassName
{
background-color: #21A432;
}
</style>
border-color css
<style>
span { border-color: #21A432; }
span { border-color: rgb(33,164,50); }
td.TdClassName
{
border-color: #21A432;
}
.TagClassName
{
border-color: #21A432;
}
</style>