Shades of Forest Green #20740D
Tints of Forest Green #20740D
RGB
CMYK
RGB Variations
Color information
#20740D (or 0x20740D) is known color: Forest Green. HEX triplet: 20, 74 and 0D. RGB value is (32,116,13). Sum of RGB (Red+Green+Blue) = 32+116+13=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #20740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20740D is #DF8BF2. Grayscale: #4F4F4F. Windows color (decimal): -14650355 or 881696. OLE color: 881696.
HSL color Cylindrical-coordinate representation of color #20740D: hue angle of 108.93º 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 #20740D is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 13 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.55 |
| HSL | 108.93º | 0.8% | 0.25% | - |
| HSV(B) | 108.93º | 0.89% | 0.45% | - |
| XYZ | 6.91 | 12.83 | 2.49 | - |
| YUV | 79.14 | 90.67 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 13 | 0.72 | 0 | 0.89 | 0.55 | 108.93 | 0.8 | 0.25 |
| Hex | 20 | 74 | D | 48 | 0 | 59 | 37 | 6D | 50 | 19 |
| Octal | 40 | 164 | 15 | 110 | 0 | 131 | 67 | 155 | 120 | 31 |
| Binary | 100000 | 1110100 | 1101 | 1001000 | 0 | 1011001 | 110111 | 1101101 | 1010000 | 11001 |
Color Harmonies of #20740D
Complementary color
Monochromatic Colors of #20740D
Black with #20740D
Text Example
Text Example
White with #20740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20740D; }
p { color: rgb(32,116,13); }
H1.HeaderClassName
{
color: #20740D;
}
.AnyTagClassName
{
color: #20740D;
}
</style>
background-color css
<style>
a { background-color: #20740D; }
a { background-color: rgb(32,116,13); }
div.DivClassName
{
background-color: #20740D;
}
.BgClassName
{
background-color: #20740D;
}
</style>
border-color css
<style>
span { border-color: #20740D; }
span { border-color: rgb(32,116,13); }
td.TdClassName
{
border-color: #20740D;
}
.TagClassName
{
border-color: #20740D;
}
</style>