Shades of Dark Pastel Green #0EB829
Tints of Dark Pastel Green #0EB829
RGB
CMYK
RGB Variations
Color information
#0EB829 (or 0x0EB829) is known color: Dark Pastel Green. HEX triplet: 0E, B8 and 29. RGB value is (14,184,41). Sum of RGB (Red+Green+Blue) = 14+184+41=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 184 (72.27% from 255 or 76.99% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB829 is #F147D6. Grayscale: #757575. Windows color (decimal): -15812567 or 2734094. OLE color: 2734094.
HSL color Cylindrical-coordinate representation of color #0EB829: hue angle of 129.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB829 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 184 | 41 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.28 |
| HSL | 129.53º | 0.86% | 0.39% | - |
| HSV(B) | 129.53º | 0.92% | 0.72% | - |
| XYZ | 17.72 | 34.53 | 7.83 | - |
| YUV | 116.87 | 85.18 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 41 | 0.92 | 0 | 0.78 | 0.28 | 129.53 | 0.86 | 0.39 |
| Hex | E | B8 | 29 | 5C | 0 | 4E | 1C | 82 | 56 | 27 |
| Octal | 16 | 270 | 51 | 134 | 0 | 116 | 34 | 202 | 126 | 47 |
| Binary | 1110 | 10111000 | 101001 | 1011100 | 0 | 1001110 | 11100 | 10000010 | 1010110 | 100111 |
Color Harmonies of #0EB829
Complementary color
Monochromatic Colors of #0EB829
Black with #0EB829
Text Example
Text Example
White with #0EB829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB829; }
p { color: rgb(14,184,41); }
H1.HeaderClassName
{
color: #0EB829;
}
.AnyTagClassName
{
color: #0EB829;
}
</style>
background-color css
<style>
a { background-color: #0EB829; }
a { background-color: rgb(14,184,41); }
div.DivClassName
{
background-color: #0EB829;
}
.BgClassName
{
background-color: #0EB829;
}
</style>
border-color css
<style>
span { border-color: #0EB829; }
span { border-color: rgb(14,184,41); }
td.TdClassName
{
border-color: #0EB829;
}
.TagClassName
{
border-color: #0EB829;
}
</style>