Shades of Forest Green #20AD13
Tints of Forest Green #20AD13
RGB
CMYK
RGB Variations
Color information
#20AD13 (or 0x20AD13) is known color: Forest Green. HEX triplet: 20, AD and 13. RGB value is (32,173,19). Sum of RGB (Red+Green+Blue) = 32+173+19=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 173 (67.97% from 255 or 77.23% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AD13 is #DF52EC. Grayscale: #717171. Windows color (decimal): -14635757 or 1289504. OLE color: 1289504.
HSL color Cylindrical-coordinate representation of color #20AD13: hue angle of 114.94º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20AD13 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 19 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.32 |
| HSL | 114.94º | 0.8% | 0.38% | - |
| HSV(B) | 114.94º | 0.89% | 0.68% | - |
| XYZ | 15.66 | 30.24 | 5.63 | - |
| YUV | 113.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 19 | 0.82 | 0 | 0.89 | 0.32 | 114.94 | 0.8 | 0.38 |
| Hex | 20 | AD | 13 | 52 | 0 | 59 | 20 | 73 | 50 | 26 |
| Octal | 40 | 255 | 23 | 122 | 0 | 131 | 40 | 163 | 120 | 46 |
| Binary | 100000 | 10101101 | 10011 | 1010010 | 0 | 1011001 | 100000 | 1110011 | 1010000 | 100110 |
Color Harmonies of #20AD13
Complementary color
Monochromatic Colors of #20AD13
Black with #20AD13
Text Example
Text Example
White with #20AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD13; }
p { color: rgb(32,173,19); }
H1.HeaderClassName
{
color: #20AD13;
}
.AnyTagClassName
{
color: #20AD13;
}
</style>
background-color css
<style>
a { background-color: #20AD13; }
a { background-color: rgb(32,173,19); }
div.DivClassName
{
background-color: #20AD13;
}
.BgClassName
{
background-color: #20AD13;
}
</style>
border-color css
<style>
span { border-color: #20AD13; }
span { border-color: rgb(32,173,19); }
td.TdClassName
{
border-color: #20AD13;
}
.TagClassName
{
border-color: #20AD13;
}
</style>