Shades of Forest Green #20711B
Tints of Forest Green #20711B
RGB
CMYK
RGB Variations
Color information
#20711B (or 0x20711B) is known color: Forest Green. HEX triplet: 20, 71 and 1B. RGB value is (32,113,27). Sum of RGB (Red+Green+Blue) = 32+113+27=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #20711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20711B is #DF8EE4. Grayscale: #4F4F4F. Windows color (decimal): -14651109 or 1798432. OLE color: 1798432.
HSL color Cylindrical-coordinate representation of color #20711B: hue angle of 116.51º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20711B is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 27 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.56 |
| HSL | 116.51º | 0.61% | 0.27% | - |
| HSV(B) | 116.51º | 0.76% | 0.44% | - |
| XYZ | 6.7 | 12.2 | 3.04 | - |
| YUV | 78.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 27 | 0.72 | 0 | 0.76 | 0.56 | 116.51 | 0.61 | 0.27 |
| Hex | 20 | 71 | 1B | 48 | 0 | 4C | 38 | 75 | 3D | 1B |
| Octal | 40 | 161 | 33 | 110 | 0 | 114 | 70 | 165 | 75 | 33 |
| Binary | 100000 | 1110001 | 11011 | 1001000 | 0 | 1001100 | 111000 | 1110101 | 111101 | 11011 |
Color Harmonies of #20711B
Complementary color
Monochromatic Colors of #20711B
Black with #20711B
Text Example
Text Example
White with #20711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20711B; }
p { color: rgb(32,113,27); }
H1.HeaderClassName
{
color: #20711B;
}
.AnyTagClassName
{
color: #20711B;
}
</style>
background-color css
<style>
a { background-color: #20711B; }
a { background-color: rgb(32,113,27); }
div.DivClassName
{
background-color: #20711B;
}
.BgClassName
{
background-color: #20711B;
}
</style>
border-color css
<style>
span { border-color: #20711B; }
span { border-color: rgb(32,113,27); }
td.TdClassName
{
border-color: #20711B;
}
.TagClassName
{
border-color: #20711B;
}
</style>