Shades of Forest Green #0E9D31
Tints of Forest Green #0E9D31
RGB
CMYK
RGB Variations
Color information
#0E9D31 (or 0x0E9D31) is known color: Forest Green. HEX triplet: 0E, 9D and 31. RGB value is (14,157,49). Sum of RGB (Red+Green+Blue) = 14+157+49=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 157 (61.72% from 255 or 71.36% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D31 is #F162CE. Grayscale: #666666. Windows color (decimal): -15819471 or 3251470. OLE color: 3251470.
HSL color Cylindrical-coordinate representation of color #0E9D31: hue angle of 134.69º 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 #0E9D31 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 49 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.38 |
| HSL | 134.69º | 0.84% | 0.34% | - |
| HSV(B) | 134.69º | 0.91% | 0.62% | - |
| XYZ | 12.79 | 24.43 | 6.95 | - |
| YUV | 101.93 | 98.12 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 49 | 0.91 | 0 | 0.69 | 0.38 | 134.69 | 0.84 | 0.34 |
| Hex | E | 9D | 31 | 5B | 0 | 45 | 26 | 87 | 54 | 22 |
| Octal | 16 | 235 | 61 | 133 | 0 | 105 | 46 | 207 | 124 | 42 |
| Binary | 1110 | 10011101 | 110001 | 1011011 | 0 | 1000101 | 100110 | 10000111 | 1010100 | 100010 |
Color Harmonies of #0E9D31
Complementary color
Monochromatic Colors of #0E9D31
Black with #0E9D31
Text Example
Text Example
White with #0E9D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D31; }
p { color: rgb(14,157,49); }
H1.HeaderClassName
{
color: #0E9D31;
}
.AnyTagClassName
{
color: #0E9D31;
}
</style>
background-color css
<style>
a { background-color: #0E9D31; }
a { background-color: rgb(14,157,49); }
div.DivClassName
{
background-color: #0E9D31;
}
.BgClassName
{
background-color: #0E9D31;
}
</style>
border-color css
<style>
span { border-color: #0E9D31; }
span { border-color: rgb(14,157,49); }
td.TdClassName
{
border-color: #0E9D31;
}
.TagClassName
{
border-color: #0E9D31;
}
</style>