Shades of Dark Spring Green #0E8033
Tints of Dark Spring Green #0E8033
RGB
CMYK
RGB Variations
Color information
#0E8033 (or 0x0E8033) is known color: Dark Spring Green. HEX triplet: 0E, 80 and 33. RGB value is (14,128,51). Sum of RGB (Red+Green+Blue) = 14+128+51=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 128 (50.39% from 255 or 66.32% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 128 - color contains mainly: green. Hex color #0E8033 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8033 is #F17FCC. Grayscale: #555555. Windows color (decimal): -15826893 or 3375118. OLE color: 3375118.
HSL color Cylindrical-coordinate representation of color #0E8033: hue angle of 139.47º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8033 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 128 | 51 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.50 |
| HSL | 139.47º | 0.8% | 0.28% | - |
| HSV(B) | 139.47º | 0.89% | 0.5% | - |
| XYZ | 8.5 | 15.77 | 5.73 | - |
| YUV | 85.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 51 | 0.89 | 0 | 0.60 | 0.50 | 139.47 | 0.8 | 0.28 |
| Hex | E | 80 | 33 | 59 | 0 | 3C | 32 | 8B | 50 | 1C |
| Octal | 16 | 200 | 63 | 131 | 0 | 74 | 62 | 213 | 120 | 34 |
| Binary | 1110 | 10000000 | 110011 | 1011001 | 0 | 111100 | 110010 | 10001011 | 1010000 | 11100 |
Color Harmonies of #0E8033
Complementary color
Monochromatic Colors of #0E8033
Black with #0E8033
Text Example
Text Example
White with #0E8033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8033; }
p { color: rgb(14,128,51); }
H1.HeaderClassName
{
color: #0E8033;
}
.AnyTagClassName
{
color: #0E8033;
}
</style>
background-color css
<style>
a { background-color: #0E8033; }
a { background-color: rgb(14,128,51); }
div.DivClassName
{
background-color: #0E8033;
}
.BgClassName
{
background-color: #0E8033;
}
</style>
border-color css
<style>
span { border-color: #0E8033; }
span { border-color: rgb(14,128,51); }
td.TdClassName
{
border-color: #0E8033;
}
.TagClassName
{
border-color: #0E8033;
}
</style>