Shades of Dark Pastel Green #0E9F31
Tints of Dark Pastel Green #0E9F31
RGB
CMYK
RGB Variations
Color information
#0E9F31 (or 0x0E9F31) is known color: Dark Pastel Green. HEX triplet: 0E, 9F and 31. RGB value is (14,159,49). Sum of RGB (Red+Green+Blue) = 14+159+49=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 159 (62.5% from 255 or 71.62% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F31 is #F160CE. Grayscale: #676767. Windows color (decimal): -15818959 or 3251982. OLE color: 3251982.
HSL color Cylindrical-coordinate representation of color #0E9F31: hue angle of 134.48º 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 #0E9F31 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 49 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.38 |
| HSL | 134.48º | 0.84% | 0.34% | - |
| HSV(B) | 134.48º | 0.91% | 0.62% | - |
| XYZ | 13.13 | 25.11 | 7.06 | - |
| YUV | 103.11 | 97.46 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 49 | 0.91 | 0 | 0.69 | 0.38 | 134.48 | 0.84 | 0.34 |
| Hex | E | 9F | 31 | 5B | 0 | 45 | 26 | 86 | 54 | 22 |
| Octal | 16 | 237 | 61 | 133 | 0 | 105 | 46 | 206 | 124 | 42 |
| Binary | 1110 | 10011111 | 110001 | 1011011 | 0 | 1000101 | 100110 | 10000110 | 1010100 | 100010 |
Color Harmonies of #0E9F31
Complementary color
Monochromatic Colors of #0E9F31
Black with #0E9F31
Text Example
Text Example
White with #0E9F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F31; }
p { color: rgb(14,159,49); }
H1.HeaderClassName
{
color: #0E9F31;
}
.AnyTagClassName
{
color: #0E9F31;
}
</style>
background-color css
<style>
a { background-color: #0E9F31; }
a { background-color: rgb(14,159,49); }
div.DivClassName
{
background-color: #0E9F31;
}
.BgClassName
{
background-color: #0E9F31;
}
</style>
border-color css
<style>
span { border-color: #0E9F31; }
span { border-color: rgb(14,159,49); }
td.TdClassName
{
border-color: #0E9F31;
}
.TagClassName
{
border-color: #0E9F31;
}
</style>