Shades of Forest Green #0E8E25
Tints of Forest Green #0E8E25
RGB
CMYK
RGB Variations
Color information
#0E8E25 (or 0x0E8E25) is known color: Forest Green. HEX triplet: 0E, 8E and 25. RGB value is (14,142,37). Sum of RGB (Red+Green+Blue) = 14+142+37=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 142 (55.86% from 255 or 73.58% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8E25 is #F171DA. Grayscale: #5C5C5C. Windows color (decimal): -15823323 or 2461198. OLE color: 2461198.
HSL color Cylindrical-coordinate representation of color #0E8E25: hue angle of 130.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8E25 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 142 | 37 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.44 |
| HSL | 130.78º | 0.82% | 0.31% | - |
| HSV(B) | 130.78º | 0.9% | 0.56% | - |
| XYZ | 10.19 | 19.57 | 4.99 | - |
| YUV | 91.76 | 97.09 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 142 | 37 | 0.90 | 0 | 0.74 | 0.44 | 130.78 | 0.82 | 0.31 |
| Hex | E | 8E | 25 | 5A | 0 | 4A | 2C | 83 | 52 | 1F |
| Octal | 16 | 216 | 45 | 132 | 0 | 112 | 54 | 203 | 122 | 37 |
| Binary | 1110 | 10001110 | 100101 | 1011010 | 0 | 1001010 | 101100 | 10000011 | 1010010 | 11111 |
Color Harmonies of #0E8E25
Complementary color
Monochromatic Colors of #0E8E25
Black with #0E8E25
Text Example
Text Example
White with #0E8E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8E25; }
p { color: rgb(14,142,37); }
H1.HeaderClassName
{
color: #0E8E25;
}
.AnyTagClassName
{
color: #0E8E25;
}
</style>
background-color css
<style>
a { background-color: #0E8E25; }
a { background-color: rgb(14,142,37); }
div.DivClassName
{
background-color: #0E8E25;
}
.BgClassName
{
background-color: #0E8E25;
}
</style>
border-color css
<style>
span { border-color: #0E8E25; }
span { border-color: rgb(14,142,37); }
td.TdClassName
{
border-color: #0E8E25;
}
.TagClassName
{
border-color: #0E8E25;
}
</style>