Shades of Dark Pastel Green #0EAB2D
Tints of Dark Pastel Green #0EAB2D
RGB
CMYK
RGB Variations
Color information
#0EAB2D (or 0x0EAB2D) is known color: Dark Pastel Green. HEX triplet: 0E, AB and 2D. RGB value is (14,171,45). Sum of RGB (Red+Green+Blue) = 14+171+45=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 171 (67.19% from 255 or 74.35% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB2D is #F154D2. Grayscale: #6E6E6E. Windows color (decimal): -15815891 or 2992910. OLE color: 2992910.
HSL color Cylindrical-coordinate representation of color #0EAB2D: hue angle of 131.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAB2D is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 45 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.33 |
| HSL | 131.85º | 0.85% | 0.36% | - |
| HSV(B) | 131.85º | 0.92% | 0.67% | - |
| XYZ | 15.22 | 29.41 | 7.36 | - |
| YUV | 109.69 | 91.49 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 45 | 0.92 | 0 | 0.74 | 0.33 | 131.85 | 0.85 | 0.36 |
| Hex | E | AB | 2D | 5C | 0 | 4A | 21 | 84 | 55 | 24 |
| Octal | 16 | 253 | 55 | 134 | 0 | 112 | 41 | 204 | 125 | 44 |
| Binary | 1110 | 10101011 | 101101 | 1011100 | 0 | 1001010 | 100001 | 10000100 | 1010101 | 100100 |
Color Harmonies of #0EAB2D
Complementary color
Monochromatic Colors of #0EAB2D
Black with #0EAB2D
Text Example
Text Example
White with #0EAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAB2D; }
p { color: rgb(14,171,45); }
H1.HeaderClassName
{
color: #0EAB2D;
}
.AnyTagClassName
{
color: #0EAB2D;
}
</style>
background-color css
<style>
a { background-color: #0EAB2D; }
a { background-color: rgb(14,171,45); }
div.DivClassName
{
background-color: #0EAB2D;
}
.BgClassName
{
background-color: #0EAB2D;
}
</style>
border-color css
<style>
span { border-color: #0EAB2D; }
span { border-color: rgb(14,171,45); }
td.TdClassName
{
border-color: #0EAB2D;
}
.TagClassName
{
border-color: #0EAB2D;
}
</style>