Shades of Forest Green #0E841A
Tints of Forest Green #0E841A
RGB
CMYK
RGB Variations
Color information
#0E841A (or 0x0E841A) is known color: Forest Green. HEX triplet: 0E, 84 and 1A. RGB value is (14,132,26). Sum of RGB (Red+Green+Blue) = 14+132+26=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #0E841A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E841A is #F17BE5. Grayscale: #545454. Windows color (decimal): -15825894 or 1737742. OLE color: 1737742.
HSL color Cylindrical-coordinate representation of color #0E841A: hue angle of 126.1º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E841A is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 132 | 26 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.48 |
| HSL | 126.1º | 0.81% | 0.29% | - |
| HSV(B) | 126.1º | 0.89% | 0.52% | - |
| XYZ | 8.62 | 16.67 | 3.74 | - |
| YUV | 84.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 26 | 0.89 | 0 | 0.80 | 0.48 | 126.1 | 0.81 | 0.29 |
| Hex | E | 84 | 1A | 59 | 0 | 50 | 30 | 7E | 51 | 1D |
| Octal | 16 | 204 | 32 | 131 | 0 | 120 | 60 | 176 | 121 | 35 |
| Binary | 1110 | 10000100 | 11010 | 1011001 | 0 | 1010000 | 110000 | 1111110 | 1010001 | 11101 |
Color Harmonies of #0E841A
Complementary color
Monochromatic Colors of #0E841A
Black with #0E841A
Text Example
Text Example
White with #0E841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E841A; }
p { color: rgb(14,132,26); }
H1.HeaderClassName
{
color: #0E841A;
}
.AnyTagClassName
{
color: #0E841A;
}
</style>
background-color css
<style>
a { background-color: #0E841A; }
a { background-color: rgb(14,132,26); }
div.DivClassName
{
background-color: #0E841A;
}
.BgClassName
{
background-color: #0E841A;
}
</style>
border-color css
<style>
span { border-color: #0E841A; }
span { border-color: rgb(14,132,26); }
td.TdClassName
{
border-color: #0E841A;
}
.TagClassName
{
border-color: #0E841A;
}
</style>