Shades of Dark Spring Green #0E7840
Tints of Dark Spring Green #0E7840
RGB
CMYK
RGB Variations
Color information
#0E7840 (or 0x0E7840) is known color: Dark Spring Green. HEX triplet: 0E, 78 and 40. RGB value is (14,120,64). Sum of RGB (Red+Green+Blue) = 14+120+64=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7840 is #F187BF. Grayscale: #525252. Windows color (decimal): -15828928 or 4225038. OLE color: 4225038.
HSL color Cylindrical-coordinate representation of color #0E7840: hue angle of 148.3º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7840 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 120 | 64 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.53 |
| HSL | 148.3º | 0.79% | 0.26% | - |
| HSV(B) | 148.3º | 0.88% | 0.47% | - |
| XYZ | 7.82 | 13.9 | 7.12 | - |
| YUV | 81.92 | 117.88 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 64 | 0.88 | 0 | 0.47 | 0.53 | 148.3 | 0.79 | 0.26 |
| Hex | E | 78 | 40 | 58 | 0 | 2F | 35 | 94 | 4F | 1A |
| Octal | 16 | 170 | 100 | 130 | 0 | 57 | 65 | 224 | 117 | 32 |
| Binary | 1110 | 1111000 | 1000000 | 1011000 | 0 | 101111 | 110101 | 10010100 | 1001111 | 11010 |
Color Harmonies of #0E7840
Complementary color
Monochromatic Colors of #0E7840
Black with #0E7840
Text Example
Text Example
White with #0E7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7840; }
p { color: rgb(14,120,64); }
H1.HeaderClassName
{
color: #0E7840;
}
.AnyTagClassName
{
color: #0E7840;
}
</style>
background-color css
<style>
a { background-color: #0E7840; }
a { background-color: rgb(14,120,64); }
div.DivClassName
{
background-color: #0E7840;
}
.BgClassName
{
background-color: #0E7840;
}
</style>
border-color css
<style>
span { border-color: #0E7840; }
span { border-color: rgb(14,120,64); }
td.TdClassName
{
border-color: #0E7840;
}
.TagClassName
{
border-color: #0E7840;
}
</style>