Shades of Dark Pastel Green #0EBA2D
Tints of Dark Pastel Green #0EBA2D
RGB
CMYK
RGB Variations
Color information
#0EBA2D (or 0x0EBA2D) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 2D. RGB value is (14,186,45). Sum of RGB (Red+Green+Blue) = 14+186+45=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA2D is #F145D2. Grayscale: #767676. Windows color (decimal): -15812051 or 2996750. OLE color: 2996750.
HSL color Cylindrical-coordinate representation of color #0EBA2D: hue angle of 130.81º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA2D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.27 |
| HSL | 130.81º | 0.86% | 0.39% | - |
| HSV(B) | 130.81º | 0.92% | 0.73% | - |
| XYZ | 18.21 | 35.4 | 8.36 | - |
| YUV | 118.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 45 | 0.92 | 0 | 0.76 | 0.27 | 130.81 | 0.86 | 0.39 |
| Hex | E | BA | 2D | 5C | 0 | 4C | 1B | 83 | 56 | 27 |
| Octal | 16 | 272 | 55 | 134 | 0 | 114 | 33 | 203 | 126 | 47 |
| Binary | 1110 | 10111010 | 101101 | 1011100 | 0 | 1001100 | 11011 | 10000011 | 1010110 | 100111 |
Color Harmonies of #0EBA2D
Complementary color
Monochromatic Colors of #0EBA2D
Black with #0EBA2D
Text Example
Text Example
White with #0EBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA2D; }
p { color: rgb(14,186,45); }
H1.HeaderClassName
{
color: #0EBA2D;
}
.AnyTagClassName
{
color: #0EBA2D;
}
</style>
background-color css
<style>
a { background-color: #0EBA2D; }
a { background-color: rgb(14,186,45); }
div.DivClassName
{
background-color: #0EBA2D;
}
.BgClassName
{
background-color: #0EBA2D;
}
</style>
border-color css
<style>
span { border-color: #0EBA2D; }
span { border-color: rgb(14,186,45); }
td.TdClassName
{
border-color: #0EBA2D;
}
.TagClassName
{
border-color: #0EBA2D;
}
</style>