Shades of Forest Green #21AD22
Tints of Forest Green #21AD22
RGB
CMYK
RGB Variations
Color information
#21AD22 (or 0x21AD22) is known color: Forest Green. HEX triplet: 21, AD and 22. RGB value is (33,173,34). Sum of RGB (Red+Green+Blue) = 33+173+34=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD22 is #DE52DD. Grayscale: #737373. Windows color (decimal): -14570206 or 2272545. OLE color: 2272545.
HSL color Cylindrical-coordinate representation of color #21AD22: hue angle of 120.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD22 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 34 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.32 |
| HSL | 120.43º | 0.68% | 0.4% | - |
| HSV(B) | 120.43º | 0.81% | 0.68% | - |
| XYZ | 15.86 | 30.33 | 6.53 | - |
| YUV | 115.29 | 82.12 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 34 | 0.81 | 0 | 0.80 | 0.32 | 120.43 | 0.68 | 0.4 |
| Hex | 21 | AD | 22 | 51 | 0 | 50 | 20 | 78 | 44 | 28 |
| Octal | 41 | 255 | 42 | 121 | 0 | 120 | 40 | 170 | 104 | 50 |
| Binary | 100001 | 10101101 | 100010 | 1010001 | 0 | 1010000 | 100000 | 1111000 | 1000100 | 101000 |
Color Harmonies of #21AD22
Complementary color
Monochromatic Colors of #21AD22
Black with #21AD22
Text Example
Text Example
White with #21AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD22; }
p { color: rgb(33,173,34); }
H1.HeaderClassName
{
color: #21AD22;
}
.AnyTagClassName
{
color: #21AD22;
}
</style>
background-color css
<style>
a { background-color: #21AD22; }
a { background-color: rgb(33,173,34); }
div.DivClassName
{
background-color: #21AD22;
}
.BgClassName
{
background-color: #21AD22;
}
</style>
border-color css
<style>
span { border-color: #21AD22; }
span { border-color: rgb(33,173,34); }
td.TdClassName
{
border-color: #21AD22;
}
.TagClassName
{
border-color: #21AD22;
}
</style>