Shades of Forest Green #0E8529
Tints of Forest Green #0E8529
RGB
CMYK
RGB Variations
Color information
#0E8529 (or 0x0E8529) is known color: Forest Green. HEX triplet: 0E, 85 and 29. RGB value is (14,133,41). Sum of RGB (Red+Green+Blue) = 14+133+41=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8529 is #F17AD6. Grayscale: #575757. Windows color (decimal): -15825623 or 2721038. OLE color: 2721038.
HSL color Cylindrical-coordinate representation of color #0E8529: hue angle of 133.61º 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 #0E8529 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 41 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.48 |
| HSL | 133.61º | 0.81% | 0.29% | - |
| HSV(B) | 133.61º | 0.89% | 0.52% | - |
| XYZ | 8.97 | 17.03 | 4.91 | - |
| YUV | 86.93 | 102.08 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 41 | 0.89 | 0 | 0.69 | 0.48 | 133.61 | 0.81 | 0.29 |
| Hex | E | 85 | 29 | 59 | 0 | 45 | 30 | 86 | 51 | 1D |
| Octal | 16 | 205 | 51 | 131 | 0 | 105 | 60 | 206 | 121 | 35 |
| Binary | 1110 | 10000101 | 101001 | 1011001 | 0 | 1000101 | 110000 | 10000110 | 1010001 | 11101 |
Color Harmonies of #0E8529
Complementary color
Monochromatic Colors of #0E8529
Black with #0E8529
Text Example
Text Example
White with #0E8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8529; }
p { color: rgb(14,133,41); }
H1.HeaderClassName
{
color: #0E8529;
}
.AnyTagClassName
{
color: #0E8529;
}
</style>
background-color css
<style>
a { background-color: #0E8529; }
a { background-color: rgb(14,133,41); }
div.DivClassName
{
background-color: #0E8529;
}
.BgClassName
{
background-color: #0E8529;
}
</style>
border-color css
<style>
span { border-color: #0E8529; }
span { border-color: rgb(14,133,41); }
td.TdClassName
{
border-color: #0E8529;
}
.TagClassName
{
border-color: #0E8529;
}
</style>