Shades of Dark Pastel Green #0EBB28
Tints of Dark Pastel Green #0EBB28
RGB
CMYK
RGB Variations
Color information
#0EBB28 (or 0x0EBB28) is known color: Dark Pastel Green. HEX triplet: 0E, BB and 28. RGB value is (14,187,40). Sum of RGB (Red+Green+Blue) = 14+187+40=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 187 (73.44% from 255 or 77.59% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB28 is #F144D7. Grayscale: #767676. Windows color (decimal): -15811800 or 2669326. OLE color: 2669326.
HSL color Cylindrical-coordinate representation of color #0EBB28: hue angle of 129.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB28 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 40 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.27 |
| HSL | 129.02º | 0.86% | 0.39% | - |
| HSV(B) | 129.02º | 0.93% | 0.73% | - |
| XYZ | 18.33 | 35.79 | 7.95 | - |
| YUV | 118.52 | 83.69 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 40 | 0.93 | 0 | 0.79 | 0.27 | 129.02 | 0.86 | 0.39 |
| Hex | E | BB | 28 | 5D | 0 | 4F | 1B | 81 | 56 | 27 |
| Octal | 16 | 273 | 50 | 135 | 0 | 117 | 33 | 201 | 126 | 47 |
| Binary | 1110 | 10111011 | 101000 | 1011101 | 0 | 1001111 | 11011 | 10000001 | 1010110 | 100111 |
Color Harmonies of #0EBB28
Complementary color
Monochromatic Colors of #0EBB28
Black with #0EBB28
Text Example
Text Example
White with #0EBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB28; }
p { color: rgb(14,187,40); }
H1.HeaderClassName
{
color: #0EBB28;
}
.AnyTagClassName
{
color: #0EBB28;
}
</style>
background-color css
<style>
a { background-color: #0EBB28; }
a { background-color: rgb(14,187,40); }
div.DivClassName
{
background-color: #0EBB28;
}
.BgClassName
{
background-color: #0EBB28;
}
</style>
border-color css
<style>
span { border-color: #0EBB28; }
span { border-color: rgb(14,187,40); }
td.TdClassName
{
border-color: #0EBB28;
}
.TagClassName
{
border-color: #0EBB28;
}
</style>