Shades of Forest Green #0E892C
Tints of Forest Green #0E892C
RGB
CMYK
RGB Variations
Color information
#0E892C (or 0x0E892C) is known color: Forest Green. HEX triplet: 0E, 89 and 2C. RGB value is (14,137,44). Sum of RGB (Red+Green+Blue) = 14+137+44=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #0E892C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E892C is #F176D3. Grayscale: #595959. Windows color (decimal): -15824596 or 2918670. OLE color: 2918670.
HSL color Cylindrical-coordinate representation of color #0E892C: hue angle of 134.63º 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 #0E892C is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 44 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.46 |
| HSL | 134.63º | 0.81% | 0.3% | - |
| HSV(B) | 134.63º | 0.9% | 0.54% | - |
| XYZ | 9.58 | 18.17 | 5.38 | - |
| YUV | 89.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 44 | 0.90 | 0 | 0.68 | 0.46 | 134.63 | 0.81 | 0.3 |
| Hex | E | 89 | 2C | 5A | 0 | 44 | 2E | 87 | 51 | 1E |
| Octal | 16 | 211 | 54 | 132 | 0 | 104 | 56 | 207 | 121 | 36 |
| Binary | 1110 | 10001001 | 101100 | 1011010 | 0 | 1000100 | 101110 | 10000111 | 1010001 | 11110 |
Color Harmonies of #0E892C
Complementary color
Monochromatic Colors of #0E892C
Black with #0E892C
Text Example
Text Example
White with #0E892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E892C; }
p { color: rgb(14,137,44); }
H1.HeaderClassName
{
color: #0E892C;
}
.AnyTagClassName
{
color: #0E892C;
}
</style>
background-color css
<style>
a { background-color: #0E892C; }
a { background-color: rgb(14,137,44); }
div.DivClassName
{
background-color: #0E892C;
}
.BgClassName
{
background-color: #0E892C;
}
</style>
border-color css
<style>
span { border-color: #0E892C; }
span { border-color: rgb(14,137,44); }
td.TdClassName
{
border-color: #0E892C;
}
.TagClassName
{
border-color: #0E892C;
}
</style>