Shades of Forest Green #0E892B
Tints of Forest Green #0E892B
RGB
CMYK
RGB Variations
Color information
#0E892B (or 0x0E892B) is known color: Forest Green. HEX triplet: 0E, 89 and 2B. RGB value is (14,137,43). Sum of RGB (Red+Green+Blue) = 14+137+43=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #0E892B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E892B is #F176D4. Grayscale: #595959. Windows color (decimal): -15824597 or 2853134. OLE color: 2853134.
HSL color Cylindrical-coordinate representation of color #0E892B: hue angle of 134.15º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E892B is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 43 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.46 |
| HSL | 134.15º | 0.81% | 0.3% | - |
| HSV(B) | 134.15º | 0.9% | 0.54% | - |
| XYZ | 9.56 | 18.16 | 5.29 | - |
| YUV | 89.51 | 101.75 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 43 | 0.90 | 0 | 0.69 | 0.46 | 134.15 | 0.81 | 0.3 |
| Hex | E | 89 | 2B | 5A | 0 | 45 | 2E | 86 | 51 | 1E |
| Octal | 16 | 211 | 53 | 132 | 0 | 105 | 56 | 206 | 121 | 36 |
| Binary | 1110 | 10001001 | 101011 | 1011010 | 0 | 1000101 | 101110 | 10000110 | 1010001 | 11110 |
Color Harmonies of #0E892B
Complementary color
Monochromatic Colors of #0E892B
Black with #0E892B
Text Example
Text Example
White with #0E892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E892B; }
p { color: rgb(14,137,43); }
H1.HeaderClassName
{
color: #0E892B;
}
.AnyTagClassName
{
color: #0E892B;
}
</style>
background-color css
<style>
a { background-color: #0E892B; }
a { background-color: rgb(14,137,43); }
div.DivClassName
{
background-color: #0E892B;
}
.BgClassName
{
background-color: #0E892B;
}
</style>
border-color css
<style>
span { border-color: #0E892B; }
span { border-color: rgb(14,137,43); }
td.TdClassName
{
border-color: #0E892B;
}
.TagClassName
{
border-color: #0E892B;
}
</style>