Shades of Dark Pastel Green #0EB344
Tints of Dark Pastel Green #0EB344
RGB
CMYK
RGB Variations
Color information
#0EB344 (or 0x0EB344) is known color: Dark Pastel Green. HEX triplet: 0E, B3 and 44. RGB value is (14,179,68). Sum of RGB (Red+Green+Blue) = 14+179+68=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB344 is #F14CBB. Grayscale: #757575. Windows color (decimal): -15813820 or 4502286. OLE color: 4502286.
HSL color Cylindrical-coordinate representation of color #0EB344: hue angle of 139.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB344 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 68 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.30 |
| HSL | 139.64º | 0.85% | 0.38% | - |
| HSV(B) | 139.64º | 0.92% | 0.7% | - |
| XYZ | 17.34 | 32.75 | 10.88 | - |
| YUV | 117.01 | 100.34 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 68 | 0.92 | 0 | 0.62 | 0.30 | 139.64 | 0.85 | 0.38 |
| Hex | E | B3 | 44 | 5C | 0 | 3E | 1E | 8C | 55 | 26 |
| Octal | 16 | 263 | 104 | 134 | 0 | 76 | 36 | 214 | 125 | 46 |
| Binary | 1110 | 10110011 | 1000100 | 1011100 | 0 | 111110 | 11110 | 10001100 | 1010101 | 100110 |
Color Harmonies of #0EB344
Complementary color
Monochromatic Colors of #0EB344
Black with #0EB344
Text Example
Text Example
White with #0EB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB344; }
p { color: rgb(14,179,68); }
H1.HeaderClassName
{
color: #0EB344;
}
.AnyTagClassName
{
color: #0EB344;
}
</style>
background-color css
<style>
a { background-color: #0EB344; }
a { background-color: rgb(14,179,68); }
div.DivClassName
{
background-color: #0EB344;
}
.BgClassName
{
background-color: #0EB344;
}
</style>
border-color css
<style>
span { border-color: #0EB344; }
span { border-color: rgb(14,179,68); }
td.TdClassName
{
border-color: #0EB344;
}
.TagClassName
{
border-color: #0EB344;
}
</style>