Shades of Forest Green #20710B
Tints of Forest Green #20710B
RGB
CMYK
RGB Variations
Color information
#20710B (or 0x20710B) is known color: Forest Green. HEX triplet: 20, 71 and 0B. RGB value is (32,113,11). Sum of RGB (Red+Green+Blue) = 32+113+11=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #20710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20710B is #DF8EF4. Grayscale: #4D4D4D. Windows color (decimal): -14651125 or 749856. OLE color: 749856.
HSL color Cylindrical-coordinate representation of color #20710B: hue angle of 107.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20710B is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 11 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.56 |
| HSL | 107.65º | 0.82% | 0.24% | - |
| HSV(B) | 107.65º | 0.9% | 0.44% | - |
| XYZ | 6.56 | 12.14 | 2.31 | - |
| YUV | 77.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 11 | 0.72 | 0 | 0.90 | 0.56 | 107.65 | 0.82 | 0.24 |
| Hex | 20 | 71 | B | 48 | 0 | 5A | 38 | 6C | 52 | 18 |
| Octal | 40 | 161 | 13 | 110 | 0 | 132 | 70 | 154 | 122 | 30 |
| Binary | 100000 | 1110001 | 1011 | 1001000 | 0 | 1011010 | 111000 | 1101100 | 1010010 | 11000 |
Color Harmonies of #20710B
Complementary color
Monochromatic Colors of #20710B
Black with #20710B
Text Example
Text Example
White with #20710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20710B; }
p { color: rgb(32,113,11); }
H1.HeaderClassName
{
color: #20710B;
}
.AnyTagClassName
{
color: #20710B;
}
</style>
background-color css
<style>
a { background-color: #20710B; }
a { background-color: rgb(32,113,11); }
div.DivClassName
{
background-color: #20710B;
}
.BgClassName
{
background-color: #20710B;
}
</style>
border-color css
<style>
span { border-color: #20710B; }
span { border-color: rgb(32,113,11); }
td.TdClassName
{
border-color: #20710B;
}
.TagClassName
{
border-color: #20710B;
}
</style>