Shades of Forest Green #20A81A
Tints of Forest Green #20A81A
RGB
CMYK
RGB Variations
Color information
#20A81A (or 0x20A81A) is known color: Forest Green. HEX triplet: 20, A8 and 1A. RGB value is (32,168,26). Sum of RGB (Red+Green+Blue) = 32+168+26=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 168 (66.02% from 255 or 74.34% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 168 - color contains mainly: green. Hex color #20A81A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A81A is #DF57E5. Grayscale: #6F6F6F. Windows color (decimal): -14637030 or 1746976. OLE color: 1746976.
HSL color Cylindrical-coordinate representation of color #20A81A: hue angle of 117.46º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20A81A is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 168 | 26 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.34 |
| HSL | 117.46º | 0.73% | 0.38% | - |
| HSV(B) | 117.46º | 0.85% | 0.66% | - |
| XYZ | 14.78 | 28.39 | 5.68 | - |
| YUV | 111.15 | 79.94 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 26 | 0.81 | 0 | 0.85 | 0.34 | 117.46 | 0.73 | 0.38 |
| Hex | 20 | A8 | 1A | 51 | 0 | 55 | 22 | 75 | 49 | 26 |
| Octal | 40 | 250 | 32 | 121 | 0 | 125 | 42 | 165 | 111 | 46 |
| Binary | 100000 | 10101000 | 11010 | 1010001 | 0 | 1010101 | 100010 | 1110101 | 1001001 | 100110 |
Color Harmonies of #20A81A
Complementary color
Monochromatic Colors of #20A81A
Black with #20A81A
Text Example
Text Example
White with #20A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A81A; }
p { color: rgb(32,168,26); }
H1.HeaderClassName
{
color: #20A81A;
}
.AnyTagClassName
{
color: #20A81A;
}
</style>
background-color css
<style>
a { background-color: #20A81A; }
a { background-color: rgb(32,168,26); }
div.DivClassName
{
background-color: #20A81A;
}
.BgClassName
{
background-color: #20A81A;
}
</style>
border-color css
<style>
span { border-color: #20A81A; }
span { border-color: rgb(32,168,26); }
td.TdClassName
{
border-color: #20A81A;
}
.TagClassName
{
border-color: #20A81A;
}
</style>