Shades of Forest Green #20AD21
Tints of Forest Green #20AD21
RGB
CMYK
RGB Variations
Color information
#20AD21 (or 0x20AD21) is known color: Forest Green. HEX triplet: 20, AD and 21. RGB value is (32,173,33). Sum of RGB (Red+Green+Blue) = 32+173+33=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 173 (67.97% from 255 or 72.69% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD21 is #DF52DE. Grayscale: #737373. Windows color (decimal): -14635743 or 2207008. OLE color: 2207008.
HSL color Cylindrical-coordinate representation of color #20AD21: hue angle of 120.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD21 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 33 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.32 |
| HSL | 120.43º | 0.69% | 0.4% | - |
| HSV(B) | 120.43º | 0.82% | 0.68% | - |
| XYZ | 15.81 | 30.3 | 6.45 | - |
| YUV | 114.88 | 81.79 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 33 | 0.82 | 0 | 0.81 | 0.32 | 120.43 | 0.69 | 0.4 |
| Hex | 20 | AD | 21 | 52 | 0 | 51 | 20 | 78 | 45 | 28 |
| Octal | 40 | 255 | 41 | 122 | 0 | 121 | 40 | 170 | 105 | 50 |
| Binary | 100000 | 10101101 | 100001 | 1010010 | 0 | 1010001 | 100000 | 1111000 | 1000101 | 101000 |
Color Harmonies of #20AD21
Complementary color
Monochromatic Colors of #20AD21
Black with #20AD21
Text Example
Text Example
White with #20AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD21; }
p { color: rgb(32,173,33); }
H1.HeaderClassName
{
color: #20AD21;
}
.AnyTagClassName
{
color: #20AD21;
}
</style>
background-color css
<style>
a { background-color: #20AD21; }
a { background-color: rgb(32,173,33); }
div.DivClassName
{
background-color: #20AD21;
}
.BgClassName
{
background-color: #20AD21;
}
</style>
border-color css
<style>
span { border-color: #20AD21; }
span { border-color: rgb(32,173,33); }
td.TdClassName
{
border-color: #20AD21;
}
.TagClassName
{
border-color: #20AD21;
}
</style>