Shades of Forest Green #0E751F
Tints of Forest Green #0E751F
RGB
CMYK
RGB Variations
Color information
#0E751F (or 0x0E751F) is known color: Forest Green. HEX triplet: 0E, 75 and 1F. RGB value is (14,117,31). Sum of RGB (Red+Green+Blue) = 14+117+31=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #0E751F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E751F is #F18AE0. Grayscale: #4C4C4C. Windows color (decimal): -15829729 or 2061582. OLE color: 2061582.
HSL color Cylindrical-coordinate representation of color #0E751F: hue angle of 129.9º 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 #0E751F is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 31 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.54 |
| HSL | 129.9º | 0.79% | 0.26% | - |
| HSV(B) | 129.9º | 0.88% | 0.46% | - |
| XYZ | 6.79 | 12.91 | 3.43 | - |
| YUV | 76.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 31 | 0.88 | 0 | 0.74 | 0.54 | 129.9 | 0.79 | 0.26 |
| Hex | E | 75 | 1F | 58 | 0 | 4A | 36 | 82 | 4F | 1A |
| Octal | 16 | 165 | 37 | 130 | 0 | 112 | 66 | 202 | 117 | 32 |
| Binary | 1110 | 1110101 | 11111 | 1011000 | 0 | 1001010 | 110110 | 10000010 | 1001111 | 11010 |
Color Harmonies of #0E751F
Complementary color
Monochromatic Colors of #0E751F
Black with #0E751F
Text Example
Text Example
White with #0E751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E751F; }
p { color: rgb(14,117,31); }
H1.HeaderClassName
{
color: #0E751F;
}
.AnyTagClassName
{
color: #0E751F;
}
</style>
background-color css
<style>
a { background-color: #0E751F; }
a { background-color: rgb(14,117,31); }
div.DivClassName
{
background-color: #0E751F;
}
.BgClassName
{
background-color: #0E751F;
}
</style>
border-color css
<style>
span { border-color: #0E751F; }
span { border-color: rgb(14,117,31); }
td.TdClassName
{
border-color: #0E751F;
}
.TagClassName
{
border-color: #0E751F;
}
</style>