Shades of Forest Green #20710D
Tints of Forest Green #20710D
RGB
CMYK
RGB Variations
Color information
#20710D (or 0x20710D) is known color: Forest Green. HEX triplet: 20, 71 and 0D. RGB value is (32,113,13). Sum of RGB (Red+Green+Blue) = 32+113+13=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #20710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20710D is #DF8EF2. Grayscale: #4D4D4D. Windows color (decimal): -14651123 or 880928. OLE color: 880928.
HSL color Cylindrical-coordinate representation of color #20710D: hue angle of 108.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20710D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 13 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.56 |
| HSL | 108.6º | 0.79% | 0.25% | - |
| HSV(B) | 108.6º | 0.88% | 0.44% | - |
| XYZ | 6.57 | 12.15 | 2.38 | - |
| YUV | 77.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 13 | 0.72 | 0 | 0.88 | 0.56 | 108.6 | 0.79 | 0.25 |
| Hex | 20 | 71 | D | 48 | 0 | 58 | 38 | 6D | 4F | 19 |
| Octal | 40 | 161 | 15 | 110 | 0 | 130 | 70 | 155 | 117 | 31 |
| Binary | 100000 | 1110001 | 1101 | 1001000 | 0 | 1011000 | 111000 | 1101101 | 1001111 | 11001 |
Color Harmonies of #20710D
Complementary color
Monochromatic Colors of #20710D
Black with #20710D
Text Example
Text Example
White with #20710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20710D; }
p { color: rgb(32,113,13); }
H1.HeaderClassName
{
color: #20710D;
}
.AnyTagClassName
{
color: #20710D;
}
</style>
background-color css
<style>
a { background-color: #20710D; }
a { background-color: rgb(32,113,13); }
div.DivClassName
{
background-color: #20710D;
}
.BgClassName
{
background-color: #20710D;
}
</style>
border-color css
<style>
span { border-color: #20710D; }
span { border-color: rgb(32,113,13); }
td.TdClassName
{
border-color: #20710D;
}
.TagClassName
{
border-color: #20710D;
}
</style>