Shades of Dark Pastel Green #0EAE2D
Tints of Dark Pastel Green #0EAE2D
RGB
CMYK
RGB Variations
Color information
#0EAE2D (or 0x0EAE2D) is known color: Dark Pastel Green. HEX triplet: 0E, AE and 2D. RGB value is (14,174,45). Sum of RGB (Red+Green+Blue) = 14+174+45=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAE2D is #F151D2. Grayscale: #6F6F6F. Windows color (decimal): -15815123 or 2993678. OLE color: 2993678.
HSL color Cylindrical-coordinate representation of color #0EAE2D: hue angle of 131.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAE2D is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 174 | 45 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.32 |
| HSL | 131.63º | 0.85% | 0.37% | - |
| HSV(B) | 131.63º | 0.92% | 0.68% | - |
| XYZ | 15.79 | 30.55 | 7.55 | - |
| YUV | 111.45 | 90.49 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 45 | 0.92 | 0 | 0.74 | 0.32 | 131.63 | 0.85 | 0.37 |
| Hex | E | AE | 2D | 5C | 0 | 4A | 20 | 84 | 55 | 25 |
| Octal | 16 | 256 | 55 | 134 | 0 | 112 | 40 | 204 | 125 | 45 |
| Binary | 1110 | 10101110 | 101101 | 1011100 | 0 | 1001010 | 100000 | 10000100 | 1010101 | 100101 |
Color Harmonies of #0EAE2D
Complementary color
Monochromatic Colors of #0EAE2D
Black with #0EAE2D
Text Example
Text Example
White with #0EAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAE2D; }
p { color: rgb(14,174,45); }
H1.HeaderClassName
{
color: #0EAE2D;
}
.AnyTagClassName
{
color: #0EAE2D;
}
</style>
background-color css
<style>
a { background-color: #0EAE2D; }
a { background-color: rgb(14,174,45); }
div.DivClassName
{
background-color: #0EAE2D;
}
.BgClassName
{
background-color: #0EAE2D;
}
</style>
border-color css
<style>
span { border-color: #0EAE2D; }
span { border-color: rgb(14,174,45); }
td.TdClassName
{
border-color: #0EAE2D;
}
.TagClassName
{
border-color: #0EAE2D;
}
</style>