Shades of Dark Spring Green #0E7C42
Tints of Dark Spring Green #0E7C42
RGB
CMYK
RGB Variations
Color information
#0E7C42 (or 0x0E7C42) is known color: Dark Spring Green. HEX triplet: 0E, 7C and 42. RGB value is (14,124,66). Sum of RGB (Red+Green+Blue) = 14+124+66=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7C42 is #F183BD. Grayscale: #545454. Windows color (decimal): -15827902 or 4357134. OLE color: 4357134.
HSL color Cylindrical-coordinate representation of color #0E7C42: hue angle of 148.36º 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 #0E7C42 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 124 | 66 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.51 |
| HSL | 148.36º | 0.8% | 0.27% | - |
| HSV(B) | 148.36º | 0.89% | 0.49% | - |
| XYZ | 8.37 | 14.9 | 7.59 | - |
| YUV | 84.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 66 | 0.89 | 0 | 0.47 | 0.51 | 148.36 | 0.8 | 0.27 |
| Hex | E | 7C | 42 | 59 | 0 | 2F | 33 | 94 | 50 | 1B |
| Octal | 16 | 174 | 102 | 131 | 0 | 57 | 63 | 224 | 120 | 33 |
| Binary | 1110 | 1111100 | 1000010 | 1011001 | 0 | 101111 | 110011 | 10010100 | 1010000 | 11011 |
Color Harmonies of #0E7C42
Complementary color
Monochromatic Colors of #0E7C42
Black with #0E7C42
Text Example
Text Example
White with #0E7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7C42; }
p { color: rgb(14,124,66); }
H1.HeaderClassName
{
color: #0E7C42;
}
.AnyTagClassName
{
color: #0E7C42;
}
</style>
background-color css
<style>
a { background-color: #0E7C42; }
a { background-color: rgb(14,124,66); }
div.DivClassName
{
background-color: #0E7C42;
}
.BgClassName
{
background-color: #0E7C42;
}
</style>
border-color css
<style>
span { border-color: #0E7C42; }
span { border-color: rgb(14,124,66); }
td.TdClassName
{
border-color: #0E7C42;
}
.TagClassName
{
border-color: #0E7C42;
}
</style>