Shades of Forest Green #0E9031
Tints of Forest Green #0E9031
RGB
CMYK
RGB Variations
Color information
#0E9031 (or 0x0E9031) is known color: Forest Green. HEX triplet: 0E, 90 and 31. RGB value is (14,144,49). Sum of RGB (Red+Green+Blue) = 14+144+49=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 144 (56.64% from 255 or 69.57% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9031 is #F16FCE. Grayscale: #5E5E5E. Windows color (decimal): -15822799 or 3248142. OLE color: 3248142.
HSL color Cylindrical-coordinate representation of color #0E9031: hue angle of 136.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9031 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 49 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.44 |
| HSL | 136.15º | 0.82% | 0.31% | - |
| HSV(B) | 136.15º | 0.9% | 0.56% | - |
| XYZ | 10.71 | 20.26 | 6.25 | - |
| YUV | 94.3 | 102.43 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 49 | 0.90 | 0 | 0.66 | 0.44 | 136.15 | 0.82 | 0.31 |
| Hex | E | 90 | 31 | 5A | 0 | 42 | 2C | 88 | 52 | 1F |
| Octal | 16 | 220 | 61 | 132 | 0 | 102 | 54 | 210 | 122 | 37 |
| Binary | 1110 | 10010000 | 110001 | 1011010 | 0 | 1000010 | 101100 | 10001000 | 1010010 | 11111 |
Color Harmonies of #0E9031
Complementary color
Monochromatic Colors of #0E9031
Black with #0E9031
Text Example
Text Example
White with #0E9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9031; }
p { color: rgb(14,144,49); }
H1.HeaderClassName
{
color: #0E9031;
}
.AnyTagClassName
{
color: #0E9031;
}
</style>
background-color css
<style>
a { background-color: #0E9031; }
a { background-color: rgb(14,144,49); }
div.DivClassName
{
background-color: #0E9031;
}
.BgClassName
{
background-color: #0E9031;
}
</style>
border-color css
<style>
span { border-color: #0E9031; }
span { border-color: rgb(14,144,49); }
td.TdClassName
{
border-color: #0E9031;
}
.TagClassName
{
border-color: #0E9031;
}
</style>