Shades of Forest Green #0E9D2A
Tints of Forest Green #0E9D2A
RGB
CMYK
RGB Variations
Color information
#0E9D2A (or 0x0E9D2A) is known color: Forest Green. HEX triplet: 0E, 9D and 2A. RGB value is (14,157,42). Sum of RGB (Red+Green+Blue) = 14+157+42=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 157 (61.72% from 255 or 73.71% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D2A is #F162D5. Grayscale: #656565. Windows color (decimal): -15819478 or 2792718. OLE color: 2792718.
HSL color Cylindrical-coordinate representation of color #0E9D2A: hue angle of 131.75º 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 #0E9D2A is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 42 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.38 |
| HSL | 131.75º | 0.84% | 0.34% | - |
| HSV(B) | 131.75º | 0.91% | 0.62% | - |
| XYZ | 12.66 | 24.37 | 6.23 | - |
| YUV | 101.13 | 94.62 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 42 | 0.91 | 0 | 0.73 | 0.38 | 131.75 | 0.84 | 0.34 |
| Hex | E | 9D | 2A | 5B | 0 | 49 | 26 | 84 | 54 | 22 |
| Octal | 16 | 235 | 52 | 133 | 0 | 111 | 46 | 204 | 124 | 42 |
| Binary | 1110 | 10011101 | 101010 | 1011011 | 0 | 1001001 | 100110 | 10000100 | 1010100 | 100010 |
Color Harmonies of #0E9D2A
Complementary color
Monochromatic Colors of #0E9D2A
Black with #0E9D2A
Text Example
Text Example
White with #0E9D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D2A; }
p { color: rgb(14,157,42); }
H1.HeaderClassName
{
color: #0E9D2A;
}
.AnyTagClassName
{
color: #0E9D2A;
}
</style>
background-color css
<style>
a { background-color: #0E9D2A; }
a { background-color: rgb(14,157,42); }
div.DivClassName
{
background-color: #0E9D2A;
}
.BgClassName
{
background-color: #0E9D2A;
}
</style>
border-color css
<style>
span { border-color: #0E9D2A; }
span { border-color: rgb(14,157,42); }
td.TdClassName
{
border-color: #0E9D2A;
}
.TagClassName
{
border-color: #0E9D2A;
}
</style>