Shades of Dark Spring Green #0E733A
Tints of Dark Spring Green #0E733A
RGB
CMYK
RGB Variations
Color information
#0E733A (or 0x0E733A) is known color: Dark Spring Green. HEX triplet: 0E, 73 and 3A. RGB value is (14,115,58). Sum of RGB (Red+Green+Blue) = 14+115+58=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #0E733A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E733A is #F18CC5. Grayscale: #4E4E4E. Windows color (decimal): -15830214 or 3830542. OLE color: 3830542.
HSL color Cylindrical-coordinate representation of color #0E733A: hue angle of 146.14º 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 #0E733A is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 115 | 58 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.55 |
| HSL | 146.14º | 0.78% | 0.25% | - |
| HSV(B) | 146.14º | 0.88% | 0.45% | - |
| XYZ | 7.08 | 12.66 | 6.07 | - |
| YUV | 78.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 58 | 0.88 | 0 | 0.50 | 0.55 | 146.14 | 0.78 | 0.25 |
| Hex | E | 73 | 3A | 58 | 0 | 32 | 37 | 92 | 4E | 19 |
| Octal | 16 | 163 | 72 | 130 | 0 | 62 | 67 | 222 | 116 | 31 |
| Binary | 1110 | 1110011 | 111010 | 1011000 | 0 | 110010 | 110111 | 10010010 | 1001110 | 11001 |
Color Harmonies of #0E733A
Complementary color
Monochromatic Colors of #0E733A
Black with #0E733A
Text Example
Text Example
White with #0E733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E733A; }
p { color: rgb(14,115,58); }
H1.HeaderClassName
{
color: #0E733A;
}
.AnyTagClassName
{
color: #0E733A;
}
</style>
background-color css
<style>
a { background-color: #0E733A; }
a { background-color: rgb(14,115,58); }
div.DivClassName
{
background-color: #0E733A;
}
.BgClassName
{
background-color: #0E733A;
}
</style>
border-color css
<style>
span { border-color: #0E733A; }
span { border-color: rgb(14,115,58); }
td.TdClassName
{
border-color: #0E733A;
}
.TagClassName
{
border-color: #0E733A;
}
</style>