Shades of Dark Pastel Green #0E9F34
Tints of Dark Pastel Green #0E9F34
RGB
CMYK
RGB Variations
Color information
#0E9F34 (or 0x0E9F34) is known color: Dark Pastel Green. HEX triplet: 0E, 9F and 34. RGB value is (14,159,52). Sum of RGB (Red+Green+Blue) = 14+159+52=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 159 (62.5% from 255 or 70.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F34 is #F160CB. Grayscale: #676767. Windows color (decimal): -15818956 or 3448590. OLE color: 3448590.
HSL color Cylindrical-coordinate representation of color #0E9F34: hue angle of 135.72º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F34 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 52 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.38 |
| HSL | 135.72º | 0.84% | 0.34% | - |
| HSV(B) | 135.72º | 0.91% | 0.62% | - |
| XYZ | 13.2 | 25.14 | 7.41 | - |
| YUV | 103.45 | 98.96 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 52 | 0.91 | 0 | 0.67 | 0.38 | 135.72 | 0.84 | 0.34 |
| Hex | E | 9F | 34 | 5B | 0 | 43 | 26 | 88 | 54 | 22 |
| Octal | 16 | 237 | 64 | 133 | 0 | 103 | 46 | 210 | 124 | 42 |
| Binary | 1110 | 10011111 | 110100 | 1011011 | 0 | 1000011 | 100110 | 10001000 | 1010100 | 100010 |
Color Harmonies of #0E9F34
Complementary color
Monochromatic Colors of #0E9F34
Black with #0E9F34
Text Example
Text Example
White with #0E9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F34; }
p { color: rgb(14,159,52); }
H1.HeaderClassName
{
color: #0E9F34;
}
.AnyTagClassName
{
color: #0E9F34;
}
</style>
background-color css
<style>
a { background-color: #0E9F34; }
a { background-color: rgb(14,159,52); }
div.DivClassName
{
background-color: #0E9F34;
}
.BgClassName
{
background-color: #0E9F34;
}
</style>
border-color css
<style>
span { border-color: #0E9F34; }
span { border-color: rgb(14,159,52); }
td.TdClassName
{
border-color: #0E9F34;
}
.TagClassName
{
border-color: #0E9F34;
}
</style>