Shades of Forest Green #21A82A
Tints of Forest Green #21A82A
RGB
CMYK
RGB Variations
Color information
#21A82A (or 0x21A82A) is known color: Forest Green. HEX triplet: 21, A8 and 2A. RGB value is (33,168,42). Sum of RGB (Red+Green+Blue) = 33+168+42=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 168 (66.02% from 255 or 69.14% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 168 - color contains mainly: green. Hex color #21A82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A82A is #DE57D5. Grayscale: #717171. Windows color (decimal): -14571478 or 2795553. OLE color: 2795553.
HSL color Cylindrical-coordinate representation of color #21A82A: hue angle of 124º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A82A is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 168 | 42 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.34 |
| HSL | 124º | 0.67% | 0.39% | - |
| HSV(B) | 124º | 0.8% | 0.66% | - |
| XYZ | 15.05 | 28.5 | 6.9 | - |
| YUV | 113.27 | 87.77 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 42 | 0.80 | 0 | 0.75 | 0.34 | 124 | 0.67 | 0.39 |
| Hex | 21 | A8 | 2A | 50 | 0 | 4B | 22 | 7C | 43 | 27 |
| Octal | 41 | 250 | 52 | 120 | 0 | 113 | 42 | 174 | 103 | 47 |
| Binary | 100001 | 10101000 | 101010 | 1010000 | 0 | 1001011 | 100010 | 1111100 | 1000011 | 100111 |
Color Harmonies of #21A82A
Complementary color
Monochromatic Colors of #21A82A
Black with #21A82A
Text Example
Text Example
White with #21A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A82A; }
p { color: rgb(33,168,42); }
H1.HeaderClassName
{
color: #21A82A;
}
.AnyTagClassName
{
color: #21A82A;
}
</style>
background-color css
<style>
a { background-color: #21A82A; }
a { background-color: rgb(33,168,42); }
div.DivClassName
{
background-color: #21A82A;
}
.BgClassName
{
background-color: #21A82A;
}
</style>
border-color css
<style>
span { border-color: #21A82A; }
span { border-color: rgb(33,168,42); }
td.TdClassName
{
border-color: #21A82A;
}
.TagClassName
{
border-color: #21A82A;
}
</style>