Shades of Forest Green #20740F
Tints of Forest Green #20740F
RGB
CMYK
RGB Variations
Color information
#20740F (or 0x20740F) is known color: Forest Green. HEX triplet: 20, 74 and 0F. RGB value is (32,116,15). Sum of RGB (Red+Green+Blue) = 32+116+15=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #20740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20740F is #DF8BF0. Grayscale: #4F4F4F. Windows color (decimal): -14650353 or 1012768. OLE color: 1012768.
HSL color Cylindrical-coordinate representation of color #20740F: hue angle of 109.9º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20740F is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 15 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.55 |
| HSL | 109.9º | 0.77% | 0.26% | - |
| HSV(B) | 109.9º | 0.87% | 0.45% | - |
| XYZ | 6.93 | 12.83 | 2.56 | - |
| YUV | 79.37 | 91.67 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 15 | 0.72 | 0 | 0.87 | 0.55 | 109.9 | 0.77 | 0.26 |
| Hex | 20 | 74 | F | 48 | 0 | 57 | 37 | 6E | 4D | 1A |
| Octal | 40 | 164 | 17 | 110 | 0 | 127 | 67 | 156 | 115 | 32 |
| Binary | 100000 | 1110100 | 1111 | 1001000 | 0 | 1010111 | 110111 | 1101110 | 1001101 | 11010 |
Color Harmonies of #20740F
Complementary color
Monochromatic Colors of #20740F
Black with #20740F
Text Example
Text Example
White with #20740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20740F; }
p { color: rgb(32,116,15); }
H1.HeaderClassName
{
color: #20740F;
}
.AnyTagClassName
{
color: #20740F;
}
</style>
background-color css
<style>
a { background-color: #20740F; }
a { background-color: rgb(32,116,15); }
div.DivClassName
{
background-color: #20740F;
}
.BgClassName
{
background-color: #20740F;
}
</style>
border-color css
<style>
span { border-color: #20740F; }
span { border-color: rgb(32,116,15); }
td.TdClassName
{
border-color: #20740F;
}
.TagClassName
{
border-color: #20740F;
}
</style>