Shades of Forest Green #20750E
Tints of Forest Green #20750E
RGB
CMYK
RGB Variations
Color information
#20750E (or 0x20750E) is known color: Forest Green. HEX triplet: 20, 75 and 0E. RGB value is (32,117,14). Sum of RGB (Red+Green+Blue) = 32+117+14=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #20750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20750E is #DF8AF1. Grayscale: #505050. Windows color (decimal): -14650098 or 947488. OLE color: 947488.
HSL color Cylindrical-coordinate representation of color #20750E: hue angle of 109.51º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20750E is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 14 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.54 |
| HSL | 109.51º | 0.79% | 0.26% | - |
| HSV(B) | 109.51º | 0.88% | 0.46% | - |
| XYZ | 7.04 | 13.06 | 2.57 | - |
| YUV | 79.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 14 | 0.73 | 0 | 0.88 | 0.54 | 109.51 | 0.79 | 0.26 |
| Hex | 20 | 75 | E | 49 | 0 | 58 | 36 | 6E | 4F | 1A |
| Octal | 40 | 165 | 16 | 111 | 0 | 130 | 66 | 156 | 117 | 32 |
| Binary | 100000 | 1110101 | 1110 | 1001001 | 0 | 1011000 | 110110 | 1101110 | 1001111 | 11010 |
Color Harmonies of #20750E
Complementary color
Monochromatic Colors of #20750E
Black with #20750E
Text Example
Text Example
White with #20750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20750E; }
p { color: rgb(32,117,14); }
H1.HeaderClassName
{
color: #20750E;
}
.AnyTagClassName
{
color: #20750E;
}
</style>
background-color css
<style>
a { background-color: #20750E; }
a { background-color: rgb(32,117,14); }
div.DivClassName
{
background-color: #20750E;
}
.BgClassName
{
background-color: #20750E;
}
</style>
border-color css
<style>
span { border-color: #20750E; }
span { border-color: rgb(32,117,14); }
td.TdClassName
{
border-color: #20750E;
}
.TagClassName
{
border-color: #20750E;
}
</style>