Shades of Dark Pastel Green #0EA331
Tints of Dark Pastel Green #0EA331
RGB
CMYK
RGB Variations
Color information
#0EA331 (or 0x0EA331) is known color: Dark Pastel Green. HEX triplet: 0E, A3 and 31. RGB value is (14,163,49). Sum of RGB (Red+Green+Blue) = 14+163+49=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 163 (64.06% from 255 or 72.12% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA331 is #F15CCE. Grayscale: #696969. Windows color (decimal): -15817935 or 3253006. OLE color: 3253006.
HSL color Cylindrical-coordinate representation of color #0EA331: hue angle of 134.09º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA331 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 163 | 49 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.36 |
| HSL | 134.09º | 0.84% | 0.35% | - |
| HSV(B) | 134.09º | 0.91% | 0.64% | - |
| XYZ | 13.83 | 26.51 | 7.29 | - |
| YUV | 105.45 | 96.14 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 163 | 49 | 0.91 | 0 | 0.70 | 0.36 | 134.09 | 0.84 | 0.35 |
| Hex | E | A3 | 31 | 5B | 0 | 46 | 24 | 86 | 54 | 23 |
| Octal | 16 | 243 | 61 | 133 | 0 | 106 | 44 | 206 | 124 | 43 |
| Binary | 1110 | 10100011 | 110001 | 1011011 | 0 | 1000110 | 100100 | 10000110 | 1010100 | 100011 |
Color Harmonies of #0EA331
Complementary color
Monochromatic Colors of #0EA331
Black with #0EA331
Text Example
Text Example
White with #0EA331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA331; }
p { color: rgb(14,163,49); }
H1.HeaderClassName
{
color: #0EA331;
}
.AnyTagClassName
{
color: #0EA331;
}
</style>
background-color css
<style>
a { background-color: #0EA331; }
a { background-color: rgb(14,163,49); }
div.DivClassName
{
background-color: #0EA331;
}
.BgClassName
{
background-color: #0EA331;
}
</style>
border-color css
<style>
span { border-color: #0EA331; }
span { border-color: rgb(14,163,49); }
td.TdClassName
{
border-color: #0EA331;
}
.TagClassName
{
border-color: #0EA331;
}
</style>