Shades of Forest Green #0E7620
Tints of Forest Green #0E7620
RGB
CMYK
RGB Variations
Color information
#0E7620 (or 0x0E7620) is known color: Forest Green. HEX triplet: 0E, 76 and 20. RGB value is (14,118,32). Sum of RGB (Red+Green+Blue) = 14+118+32=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7620 is #F189DF. Grayscale: #4D4D4D. Windows color (decimal): -15829472 or 2127374. OLE color: 2127374.
HSL color Cylindrical-coordinate representation of color #0E7620: hue angle of 130.38º 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 #0E7620 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 118 | 32 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.54 |
| HSL | 130.38º | 0.79% | 0.26% | - |
| HSV(B) | 130.38º | 0.88% | 0.46% | - |
| XYZ | 6.92 | 13.15 | 3.54 | - |
| YUV | 77.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 32 | 0.88 | 0 | 0.73 | 0.54 | 130.38 | 0.79 | 0.26 |
| Hex | E | 76 | 20 | 58 | 0 | 49 | 36 | 82 | 4F | 1A |
| Octal | 16 | 166 | 40 | 130 | 0 | 111 | 66 | 202 | 117 | 32 |
| Binary | 1110 | 1110110 | 100000 | 1011000 | 0 | 1001001 | 110110 | 10000010 | 1001111 | 11010 |
Color Harmonies of #0E7620
Complementary color
Monochromatic Colors of #0E7620
Black with #0E7620
Text Example
Text Example
White with #0E7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7620; }
p { color: rgb(14,118,32); }
H1.HeaderClassName
{
color: #0E7620;
}
.AnyTagClassName
{
color: #0E7620;
}
</style>
background-color css
<style>
a { background-color: #0E7620; }
a { background-color: rgb(14,118,32); }
div.DivClassName
{
background-color: #0E7620;
}
.BgClassName
{
background-color: #0E7620;
}
</style>
border-color css
<style>
span { border-color: #0E7620; }
span { border-color: rgb(14,118,32); }
td.TdClassName
{
border-color: #0E7620;
}
.TagClassName
{
border-color: #0E7620;
}
</style>