Shades of Dark Spring Green #0D713A
Tints of Dark Spring Green #0D713A
RGB
CMYK
RGB Variations
Color information
#0D713A (or 0x0D713A) is known color: Dark Spring Green. HEX triplet: 0D, 71 and 3A. RGB value is (13,113,58). Sum of RGB (Red+Green+Blue) = 13+113+58=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #0D713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D713A is #F28EC5. Grayscale: #4C4C4C. Windows color (decimal): -15896262 or 3830029. OLE color: 3830029.
HSL color Cylindrical-coordinate representation of color #0D713A: hue angle of 147º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D713A is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 58 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.56 |
| HSL | 147º | 0.79% | 0.25% | - |
| HSV(B) | 147º | 0.88% | 0.44% | - |
| XYZ | 6.83 | 12.2 | 6 | - |
| YUV | 76.83 | 117.37 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 58 | 0.88 | 0 | 0.49 | 0.56 | 147 | 0.79 | 0.25 |
| Hex | D | 71 | 3A | 58 | 0 | 31 | 38 | 93 | 4F | 19 |
| Octal | 15 | 161 | 72 | 130 | 0 | 61 | 70 | 223 | 117 | 31 |
| Binary | 1101 | 1110001 | 111010 | 1011000 | 0 | 110001 | 111000 | 10010011 | 1001111 | 11001 |
Color Harmonies of #0D713A
Complementary color
Monochromatic Colors of #0D713A
Black with #0D713A
Text Example
Text Example
White with #0D713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D713A; }
p { color: rgb(13,113,58); }
H1.HeaderClassName
{
color: #0D713A;
}
.AnyTagClassName
{
color: #0D713A;
}
</style>
background-color css
<style>
a { background-color: #0D713A; }
a { background-color: rgb(13,113,58); }
div.DivClassName
{
background-color: #0D713A;
}
.BgClassName
{
background-color: #0D713A;
}
</style>
border-color css
<style>
span { border-color: #0D713A; }
span { border-color: rgb(13,113,58); }
td.TdClassName
{
border-color: #0D713A;
}
.TagClassName
{
border-color: #0D713A;
}
</style>