Shades of Forest Green #0E9F2A
Tints of Forest Green #0E9F2A
RGB
CMYK
RGB Variations
Color information
#0E9F2A (or 0x0E9F2A) is known color: Forest Green. HEX triplet: 0E, 9F and 2A. RGB value is (14,159,42). Sum of RGB (Red+Green+Blue) = 14+159+42=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 159 (62.5% from 255 or 73.95% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F2A is #F160D5. Grayscale: #666666. Windows color (decimal): -15818966 or 2793230. OLE color: 2793230.
HSL color Cylindrical-coordinate representation of color #0E9F2A: hue angle of 131.59º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F2A is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 42 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.38 |
| HSL | 131.59º | 0.84% | 0.34% | - |
| HSV(B) | 131.59º | 0.91% | 0.62% | - |
| XYZ | 13 | 25.06 | 6.34 | - |
| YUV | 102.31 | 93.96 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 42 | 0.91 | 0 | 0.74 | 0.38 | 131.59 | 0.84 | 0.34 |
| Hex | E | 9F | 2A | 5B | 0 | 4A | 26 | 84 | 54 | 22 |
| Octal | 16 | 237 | 52 | 133 | 0 | 112 | 46 | 204 | 124 | 42 |
| Binary | 1110 | 10011111 | 101010 | 1011011 | 0 | 1001010 | 100110 | 10000100 | 1010100 | 100010 |
Color Harmonies of #0E9F2A
Complementary color
Monochromatic Colors of #0E9F2A
Black with #0E9F2A
Text Example
Text Example
White with #0E9F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F2A; }
p { color: rgb(14,159,42); }
H1.HeaderClassName
{
color: #0E9F2A;
}
.AnyTagClassName
{
color: #0E9F2A;
}
</style>
background-color css
<style>
a { background-color: #0E9F2A; }
a { background-color: rgb(14,159,42); }
div.DivClassName
{
background-color: #0E9F2A;
}
.BgClassName
{
background-color: #0E9F2A;
}
</style>
border-color css
<style>
span { border-color: #0E9F2A; }
span { border-color: rgb(14,159,42); }
td.TdClassName
{
border-color: #0E9F2A;
}
.TagClassName
{
border-color: #0E9F2A;
}
</style>