Shades of Dark Spring Green #0E713E
Tints of Dark Spring Green #0E713E
RGB
CMYK
RGB Variations
Color information
#0E713E (or 0x0E713E) is known color: Dark Spring Green. HEX triplet: 0E, 71 and 3E. RGB value is (14,113,62). Sum of RGB (Red+Green+Blue) = 14+113+62=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #0E713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E713E is #F18EC1. Grayscale: #4D4D4D. Windows color (decimal): -15830722 or 4092174. OLE color: 4092174.
HSL color Cylindrical-coordinate representation of color #0E713E: hue angle of 149.09º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E713E is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 62 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.56 |
| HSL | 149.09º | 0.78% | 0.25% | - |
| HSV(B) | 149.09º | 0.88% | 0.44% | - |
| XYZ | 6.96 | 12.25 | 6.56 | - |
| YUV | 77.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 62 | 0.88 | 0 | 0.45 | 0.56 | 149.09 | 0.78 | 0.25 |
| Hex | E | 71 | 3E | 58 | 0 | 2D | 38 | 95 | 4E | 19 |
| Octal | 16 | 161 | 76 | 130 | 0 | 55 | 70 | 225 | 116 | 31 |
| Binary | 1110 | 1110001 | 111110 | 1011000 | 0 | 101101 | 111000 | 10010101 | 1001110 | 11001 |
Color Harmonies of #0E713E
Complementary color
Monochromatic Colors of #0E713E
Black with #0E713E
Text Example
Text Example
White with #0E713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E713E; }
p { color: rgb(14,113,62); }
H1.HeaderClassName
{
color: #0E713E;
}
.AnyTagClassName
{
color: #0E713E;
}
</style>
background-color css
<style>
a { background-color: #0E713E; }
a { background-color: rgb(14,113,62); }
div.DivClassName
{
background-color: #0E713E;
}
.BgClassName
{
background-color: #0E713E;
}
</style>
border-color css
<style>
span { border-color: #0E713E; }
span { border-color: rgb(14,113,62); }
td.TdClassName
{
border-color: #0E713E;
}
.TagClassName
{
border-color: #0E713E;
}
</style>