Shades of Dark Spring Green #0E723A
Tints of Dark Spring Green #0E723A
RGB
CMYK
RGB Variations
Color information
#0E723A (or 0x0E723A) is known color: Dark Spring Green. HEX triplet: 0E, 72 and 3A. RGB value is (14,114,58). Sum of RGB (Red+Green+Blue) = 14+114+58=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #0E723A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E723A is #F18DC5. Grayscale: #4D4D4D. Windows color (decimal): -15830470 or 3830286. OLE color: 3830286.
HSL color Cylindrical-coordinate representation of color #0E723A: hue angle of 146.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E723A is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 114 | 58 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.55 |
| HSL | 146.4º | 0.78% | 0.25% | - |
| HSV(B) | 146.4º | 0.88% | 0.45% | - |
| XYZ | 6.96 | 12.43 | 6.04 | - |
| YUV | 77.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 58 | 0.88 | 0 | 0.49 | 0.55 | 146.4 | 0.78 | 0.25 |
| Hex | E | 72 | 3A | 58 | 0 | 31 | 37 | 92 | 4E | 19 |
| Octal | 16 | 162 | 72 | 130 | 0 | 61 | 67 | 222 | 116 | 31 |
| Binary | 1110 | 1110010 | 111010 | 1011000 | 0 | 110001 | 110111 | 10010010 | 1001110 | 11001 |
Color Harmonies of #0E723A
Complementary color
Monochromatic Colors of #0E723A
Black with #0E723A
Text Example
Text Example
White with #0E723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E723A; }
p { color: rgb(14,114,58); }
H1.HeaderClassName
{
color: #0E723A;
}
.AnyTagClassName
{
color: #0E723A;
}
</style>
background-color css
<style>
a { background-color: #0E723A; }
a { background-color: rgb(14,114,58); }
div.DivClassName
{
background-color: #0E723A;
}
.BgClassName
{
background-color: #0E723A;
}
</style>
border-color css
<style>
span { border-color: #0E723A; }
span { border-color: rgb(14,114,58); }
td.TdClassName
{
border-color: #0E723A;
}
.TagClassName
{
border-color: #0E723A;
}
</style>