Shades of Forest Green #20730D
Tints of Forest Green #20730D
RGB
CMYK
RGB Variations
Color information
#20730D (or 0x20730D) is known color: Forest Green. HEX triplet: 20, 73 and 0D. RGB value is (32,115,13). Sum of RGB (Red+Green+Blue) = 32+115+13=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #20730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20730D is #DF8CF2. Grayscale: #4E4E4E. Windows color (decimal): -14650611 or 881440. OLE color: 881440.
HSL color Cylindrical-coordinate representation of color #20730D: hue angle of 108.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20730D is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 13 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.55 |
| HSL | 108.82º | 0.8% | 0.25% | - |
| HSV(B) | 108.82º | 0.89% | 0.45% | - |
| XYZ | 6.8 | 12.6 | 2.45 | - |
| YUV | 78.56 | 91 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 13 | 0.72 | 0 | 0.89 | 0.55 | 108.82 | 0.8 | 0.25 |
| Hex | 20 | 73 | D | 48 | 0 | 59 | 37 | 6D | 50 | 19 |
| Octal | 40 | 163 | 15 | 110 | 0 | 131 | 67 | 155 | 120 | 31 |
| Binary | 100000 | 1110011 | 1101 | 1001000 | 0 | 1011001 | 110111 | 1101101 | 1010000 | 11001 |
Color Harmonies of #20730D
Complementary color
Monochromatic Colors of #20730D
Black with #20730D
Text Example
Text Example
White with #20730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20730D; }
p { color: rgb(32,115,13); }
H1.HeaderClassName
{
color: #20730D;
}
.AnyTagClassName
{
color: #20730D;
}
</style>
background-color css
<style>
a { background-color: #20730D; }
a { background-color: rgb(32,115,13); }
div.DivClassName
{
background-color: #20730D;
}
.BgClassName
{
background-color: #20730D;
}
</style>
border-color css
<style>
span { border-color: #20730D; }
span { border-color: rgb(32,115,13); }
td.TdClassName
{
border-color: #20730D;
}
.TagClassName
{
border-color: #20730D;
}
</style>