Shades of Forest Green #0E852E
Tints of Forest Green #0E852E
RGB
CMYK
RGB Variations
Color information
#0E852E (or 0x0E852E) is known color: Forest Green. HEX triplet: 0E, 85 and 2E. RGB value is (14,133,46). Sum of RGB (Red+Green+Blue) = 14+133+46=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #0E852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E852E is #F17AD1. Grayscale: #575757. Windows color (decimal): -15825618 or 3048718. OLE color: 3048718.
HSL color Cylindrical-coordinate representation of color #0E852E: hue angle of 136.13º 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 #0E852E is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 46 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.48 |
| HSL | 136.13º | 0.81% | 0.29% | - |
| HSV(B) | 136.13º | 0.89% | 0.52% | - |
| XYZ | 9.06 | 17.07 | 5.4 | - |
| YUV | 87.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 46 | 0.89 | 0 | 0.65 | 0.48 | 136.13 | 0.81 | 0.29 |
| Hex | E | 85 | 2E | 59 | 0 | 41 | 30 | 88 | 51 | 1D |
| Octal | 16 | 205 | 56 | 131 | 0 | 101 | 60 | 210 | 121 | 35 |
| Binary | 1110 | 10000101 | 101110 | 1011001 | 0 | 1000001 | 110000 | 10001000 | 1010001 | 11101 |
Color Harmonies of #0E852E
Complementary color
Monochromatic Colors of #0E852E
Black with #0E852E
Text Example
Text Example
White with #0E852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E852E; }
p { color: rgb(14,133,46); }
H1.HeaderClassName
{
color: #0E852E;
}
.AnyTagClassName
{
color: #0E852E;
}
</style>
background-color css
<style>
a { background-color: #0E852E; }
a { background-color: rgb(14,133,46); }
div.DivClassName
{
background-color: #0E852E;
}
.BgClassName
{
background-color: #0E852E;
}
</style>
border-color css
<style>
span { border-color: #0E852E; }
span { border-color: rgb(14,133,46); }
td.TdClassName
{
border-color: #0E852E;
}
.TagClassName
{
border-color: #0E852E;
}
</style>