Shades of Forest Green #20B210
Tints of Forest Green #20B210
RGB
CMYK
RGB Variations
Color information
#20B210 (or 0x20B210) is known color: Forest Green. HEX triplet: 20, B2 and 10. RGB value is (32,178,16). Sum of RGB (Red+Green+Blue) = 32+178+16=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #20B210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B210 is #DF4DEF. Grayscale: #747474. Windows color (decimal): -14634480 or 1094176. OLE color: 1094176.
HSL color Cylindrical-coordinate representation of color #20B210: hue angle of 114.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20B210 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 16 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.30 |
| HSL | 114.07º | 0.84% | 0.38% | - |
| HSV(B) | 114.07º | 0.91% | 0.7% | - |
| XYZ | 16.61 | 32.19 | 5.83 | - |
| YUV | 115.88 | 71.63 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 16 | 0.82 | 0 | 0.91 | 0.30 | 114.07 | 0.84 | 0.38 |
| Hex | 20 | B2 | 10 | 52 | 0 | 5B | 1E | 72 | 54 | 26 |
| Octal | 40 | 262 | 20 | 122 | 0 | 133 | 36 | 162 | 124 | 46 |
| Binary | 100000 | 10110010 | 10000 | 1010010 | 0 | 1011011 | 11110 | 1110010 | 1010100 | 100110 |
Color Harmonies of #20B210
Complementary color
Monochromatic Colors of #20B210
Black with #20B210
Text Example
Text Example
White with #20B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B210; }
p { color: rgb(32,178,16); }
H1.HeaderClassName
{
color: #20B210;
}
.AnyTagClassName
{
color: #20B210;
}
</style>
background-color css
<style>
a { background-color: #20B210; }
a { background-color: rgb(32,178,16); }
div.DivClassName
{
background-color: #20B210;
}
.BgClassName
{
background-color: #20B210;
}
</style>
border-color css
<style>
span { border-color: #20B210; }
span { border-color: rgb(32,178,16); }
td.TdClassName
{
border-color: #20B210;
}
.TagClassName
{
border-color: #20B210;
}
</style>