Shades of Forest Green #0E7A1F
Tints of Forest Green #0E7A1F
RGB
CMYK
RGB Variations
Color information
#0E7A1F (or 0x0E7A1F) is known color: Forest Green. HEX triplet: 0E, 7A and 1F. RGB value is (14,122,31). Sum of RGB (Red+Green+Blue) = 14+122+31=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 122 (48.05% from 255 or 73.05% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7A1F is #F185E0. Grayscale: #4F4F4F. Windows color (decimal): -15828449 or 2062862. OLE color: 2062862.
HSL color Cylindrical-coordinate representation of color #0E7A1F: hue angle of 129.44º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A1F is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 31 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.52 |
| HSL | 129.44º | 0.79% | 0.27% | - |
| HSV(B) | 129.44º | 0.89% | 0.48% | - |
| XYZ | 7.39 | 14.11 | 3.63 | - |
| YUV | 79.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 31 | 0.89 | 0 | 0.75 | 0.52 | 129.44 | 0.79 | 0.27 |
| Hex | E | 7A | 1F | 59 | 0 | 4B | 34 | 81 | 4F | 1B |
| Octal | 16 | 172 | 37 | 131 | 0 | 113 | 64 | 201 | 117 | 33 |
| Binary | 1110 | 1111010 | 11111 | 1011001 | 0 | 1001011 | 110100 | 10000001 | 1001111 | 11011 |
Color Harmonies of #0E7A1F
Complementary color
Monochromatic Colors of #0E7A1F
Black with #0E7A1F
Text Example
Text Example
White with #0E7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A1F; }
p { color: rgb(14,122,31); }
H1.HeaderClassName
{
color: #0E7A1F;
}
.AnyTagClassName
{
color: #0E7A1F;
}
</style>
background-color css
<style>
a { background-color: #0E7A1F; }
a { background-color: rgb(14,122,31); }
div.DivClassName
{
background-color: #0E7A1F;
}
.BgClassName
{
background-color: #0E7A1F;
}
</style>
border-color css
<style>
span { border-color: #0E7A1F; }
span { border-color: rgb(14,122,31); }
td.TdClassName
{
border-color: #0E7A1F;
}
.TagClassName
{
border-color: #0E7A1F;
}
</style>