Shades of Forest Green #20A60B
Tints of Forest Green #20A60B
RGB
CMYK
RGB Variations
Color information
#20A60B (or 0x20A60B) is known color: Forest Green. HEX triplet: 20, A6 and 0B. RGB value is (32,166,11). Sum of RGB (Red+Green+Blue) = 32+166+11=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 166 (65.23% from 255 or 79.43% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 166 - color contains mainly: green. Hex color #20A60B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A60B is #DF59F4. Grayscale: #6C6C6C. Windows color (decimal): -14637557 or 763424. OLE color: 763424.
HSL color Cylindrical-coordinate representation of color #20A60B: hue angle of 111.87º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20A60B is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 166 | 11 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.35 |
| HSL | 111.87º | 0.88% | 0.35% | - |
| HSV(B) | 111.87º | 0.93% | 0.65% | - |
| XYZ | 14.29 | 27.6 | 4.89 | - |
| YUV | 108.26 | 73.11 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 166 | 11 | 0.81 | 0 | 0.93 | 0.35 | 111.87 | 0.88 | 0.35 |
| Hex | 20 | A6 | B | 51 | 0 | 5D | 23 | 70 | 58 | 23 |
| Octal | 40 | 246 | 13 | 121 | 0 | 135 | 43 | 160 | 130 | 43 |
| Binary | 100000 | 10100110 | 1011 | 1010001 | 0 | 1011101 | 100011 | 1110000 | 1011000 | 100011 |
Color Harmonies of #20A60B
Complementary color
Monochromatic Colors of #20A60B
Black with #20A60B
Text Example
Text Example
White with #20A60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A60B; }
p { color: rgb(32,166,11); }
H1.HeaderClassName
{
color: #20A60B;
}
.AnyTagClassName
{
color: #20A60B;
}
</style>
background-color css
<style>
a { background-color: #20A60B; }
a { background-color: rgb(32,166,11); }
div.DivClassName
{
background-color: #20A60B;
}
.BgClassName
{
background-color: #20A60B;
}
</style>
border-color css
<style>
span { border-color: #20A60B; }
span { border-color: rgb(32,166,11); }
td.TdClassName
{
border-color: #20A60B;
}
.TagClassName
{
border-color: #20A60B;
}
</style>