Shades of Forest Green #0E7E1F
Tints of Forest Green #0E7E1F
RGB
CMYK
RGB Variations
Color information
#0E7E1F (or 0x0E7E1F) is known color: Forest Green. HEX triplet: 0E, 7E and 1F. RGB value is (14,126,31). Sum of RGB (Red+Green+Blue) = 14+126+31=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 126 (49.61% from 255 or 73.68% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7E1F is #F181E0. Grayscale: #515151. Windows color (decimal): -15827425 or 2063886. OLE color: 2063886.
HSL color Cylindrical-coordinate representation of color #0E7E1F: hue angle of 129.11º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7E1F is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 126 | 31 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.51 |
| HSL | 129.11º | 0.8% | 0.27% | - |
| HSV(B) | 129.11º | 0.89% | 0.49% | - |
| XYZ | 7.89 | 15.11 | 3.8 | - |
| YUV | 81.68 | 99.39 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 31 | 0.89 | 0 | 0.75 | 0.51 | 129.11 | 0.8 | 0.27 |
| Hex | E | 7E | 1F | 59 | 0 | 4B | 33 | 81 | 50 | 1B |
| Octal | 16 | 176 | 37 | 131 | 0 | 113 | 63 | 201 | 120 | 33 |
| Binary | 1110 | 1111110 | 11111 | 1011001 | 0 | 1001011 | 110011 | 10000001 | 1010000 | 11011 |
Color Harmonies of #0E7E1F
Complementary color
Monochromatic Colors of #0E7E1F
Black with #0E7E1F
Text Example
Text Example
White with #0E7E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7E1F; }
p { color: rgb(14,126,31); }
H1.HeaderClassName
{
color: #0E7E1F;
}
.AnyTagClassName
{
color: #0E7E1F;
}
</style>
background-color css
<style>
a { background-color: #0E7E1F; }
a { background-color: rgb(14,126,31); }
div.DivClassName
{
background-color: #0E7E1F;
}
.BgClassName
{
background-color: #0E7E1F;
}
</style>
border-color css
<style>
span { border-color: #0E7E1F; }
span { border-color: rgb(14,126,31); }
td.TdClassName
{
border-color: #0E7E1F;
}
.TagClassName
{
border-color: #0E7E1F;
}
</style>