Shades of Dark Pastel Green #0EB741
Tints of Dark Pastel Green #0EB741
RGB
CMYK
RGB Variations
Color information
#0EB741 (or 0x0EB741) is known color: Dark Pastel Green. HEX triplet: 0E, B7 and 41. RGB value is (14,183,65). Sum of RGB (Red+Green+Blue) = 14+183+65=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB741 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB741 is #F148BE. Grayscale: #777777. Windows color (decimal): -15812799 or 4306702. OLE color: 4306702.
HSL color Cylindrical-coordinate representation of color #0EB741: hue angle of 138.11º 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 #0EB741 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 183 | 65 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.28 |
| HSL | 138.11º | 0.86% | 0.39% | - |
| HSV(B) | 138.11º | 0.92% | 0.72% | - |
| XYZ | 18.07 | 34.34 | 10.68 | - |
| YUV | 119.02 | 97.51 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 65 | 0.92 | 0 | 0.64 | 0.28 | 138.11 | 0.86 | 0.39 |
| Hex | E | B7 | 41 | 5C | 0 | 40 | 1C | 8A | 56 | 27 |
| Octal | 16 | 267 | 101 | 134 | 0 | 100 | 34 | 212 | 126 | 47 |
| Binary | 1110 | 10110111 | 1000001 | 1011100 | 0 | 1000000 | 11100 | 10001010 | 1010110 | 100111 |
Color Harmonies of #0EB741
Complementary color
Monochromatic Colors of #0EB741
Black with #0EB741
Text Example
Text Example
White with #0EB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB741; }
p { color: rgb(14,183,65); }
H1.HeaderClassName
{
color: #0EB741;
}
.AnyTagClassName
{
color: #0EB741;
}
</style>
background-color css
<style>
a { background-color: #0EB741; }
a { background-color: rgb(14,183,65); }
div.DivClassName
{
background-color: #0EB741;
}
.BgClassName
{
background-color: #0EB741;
}
</style>
border-color css
<style>
span { border-color: #0EB741; }
span { border-color: rgb(14,183,65); }
td.TdClassName
{
border-color: #0EB741;
}
.TagClassName
{
border-color: #0EB741;
}
</style>