Shades of Dark Spring Green #0E7D42
Tints of Dark Spring Green #0E7D42
RGB
CMYK
RGB Variations
Color information
#0E7D42 (or 0x0E7D42) is known color: Dark Spring Green. HEX triplet: 0E, 7D and 42. RGB value is (14,125,66). Sum of RGB (Red+Green+Blue) = 14+125+66=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7D42 is #F182BD. Grayscale: #555555. Windows color (decimal): -15827646 or 4357390. OLE color: 4357390.
HSL color Cylindrical-coordinate representation of color #0E7D42: hue angle of 148.11º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7D42 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 125 | 66 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.51 |
| HSL | 148.11º | 0.8% | 0.27% | - |
| HSV(B) | 148.11º | 0.89% | 0.49% | - |
| XYZ | 8.5 | 15.15 | 7.63 | - |
| YUV | 85.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 125 | 66 | 0.89 | 0 | 0.47 | 0.51 | 148.11 | 0.8 | 0.27 |
| Hex | E | 7D | 42 | 59 | 0 | 2F | 33 | 94 | 50 | 1B |
| Octal | 16 | 175 | 102 | 131 | 0 | 57 | 63 | 224 | 120 | 33 |
| Binary | 1110 | 1111101 | 1000010 | 1011001 | 0 | 101111 | 110011 | 10010100 | 1010000 | 11011 |
Color Harmonies of #0E7D42
Complementary color
Monochromatic Colors of #0E7D42
Black with #0E7D42
Text Example
Text Example
White with #0E7D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7D42; }
p { color: rgb(14,125,66); }
H1.HeaderClassName
{
color: #0E7D42;
}
.AnyTagClassName
{
color: #0E7D42;
}
</style>
background-color css
<style>
a { background-color: #0E7D42; }
a { background-color: rgb(14,125,66); }
div.DivClassName
{
background-color: #0E7D42;
}
.BgClassName
{
background-color: #0E7D42;
}
</style>
border-color css
<style>
span { border-color: #0E7D42; }
span { border-color: rgb(14,125,66); }
td.TdClassName
{
border-color: #0E7D42;
}
.TagClassName
{
border-color: #0E7D42;
}
</style>