Shades of Dark Pastel Green #0EA034
Tints of Dark Pastel Green #0EA034
RGB
CMYK
RGB Variations
Color information
#0EA034 (or 0x0EA034) is known color: Dark Pastel Green. HEX triplet: 0E, A0 and 34. RGB value is (14,160,52). Sum of RGB (Red+Green+Blue) = 14+160+52=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA034 is #F15FCB. Grayscale: #686868. Windows color (decimal): -15818700 or 3448846. OLE color: 3448846.
HSL color Cylindrical-coordinate representation of color #0EA034: hue angle of 135.62º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA034 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 52 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.37 |
| HSL | 135.62º | 0.84% | 0.34% | - |
| HSV(B) | 135.62º | 0.91% | 0.63% | - |
| XYZ | 13.37 | 25.48 | 7.46 | - |
| YUV | 104.03 | 98.63 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 52 | 0.91 | 0 | 0.68 | 0.37 | 135.62 | 0.84 | 0.34 |
| Hex | E | A0 | 34 | 5B | 0 | 44 | 25 | 88 | 54 | 22 |
| Octal | 16 | 240 | 64 | 133 | 0 | 104 | 45 | 210 | 124 | 42 |
| Binary | 1110 | 10100000 | 110100 | 1011011 | 0 | 1000100 | 100101 | 10001000 | 1010100 | 100010 |
Color Harmonies of #0EA034
Complementary color
Monochromatic Colors of #0EA034
Black with #0EA034
Text Example
Text Example
White with #0EA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA034; }
p { color: rgb(14,160,52); }
H1.HeaderClassName
{
color: #0EA034;
}
.AnyTagClassName
{
color: #0EA034;
}
</style>
background-color css
<style>
a { background-color: #0EA034; }
a { background-color: rgb(14,160,52); }
div.DivClassName
{
background-color: #0EA034;
}
.BgClassName
{
background-color: #0EA034;
}
</style>
border-color css
<style>
span { border-color: #0EA034; }
span { border-color: rgb(14,160,52); }
td.TdClassName
{
border-color: #0EA034;
}
.TagClassName
{
border-color: #0EA034;
}
</style>