Shades of Dark Spring Green #0D723F
Tints of Dark Spring Green #0D723F
RGB
CMYK
RGB Variations
Color information
#0D723F (or 0x0D723F) is known color: Dark Spring Green. HEX triplet: 0D, 72 and 3F. RGB value is (13,114,63). Sum of RGB (Red+Green+Blue) = 13+114+63=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #0D723F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D723F is #F28DC0. Grayscale: #4E4E4E. Windows color (decimal): -15896001 or 4157965. OLE color: 4157965.
HSL color Cylindrical-coordinate representation of color #0D723F: hue angle of 149.7º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D723F is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 63 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.55 |
| HSL | 149.7º | 0.8% | 0.25% | - |
| HSV(B) | 149.7º | 0.89% | 0.45% | - |
| XYZ | 7.08 | 12.48 | 6.74 | - |
| YUV | 77.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 63 | 0.89 | 0 | 0.45 | 0.55 | 149.7 | 0.8 | 0.25 |
| Hex | D | 72 | 3F | 59 | 0 | 2D | 37 | 96 | 50 | 19 |
| Octal | 15 | 162 | 77 | 131 | 0 | 55 | 67 | 226 | 120 | 31 |
| Binary | 1101 | 1110010 | 111111 | 1011001 | 0 | 101101 | 110111 | 10010110 | 1010000 | 11001 |
Color Harmonies of #0D723F
Complementary color
Monochromatic Colors of #0D723F
Black with #0D723F
Text Example
Text Example
White with #0D723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D723F; }
p { color: rgb(13,114,63); }
H1.HeaderClassName
{
color: #0D723F;
}
.AnyTagClassName
{
color: #0D723F;
}
</style>
background-color css
<style>
a { background-color: #0D723F; }
a { background-color: rgb(13,114,63); }
div.DivClassName
{
background-color: #0D723F;
}
.BgClassName
{
background-color: #0D723F;
}
</style>
border-color css
<style>
span { border-color: #0D723F; }
span { border-color: rgb(13,114,63); }
td.TdClassName
{
border-color: #0D723F;
}
.TagClassName
{
border-color: #0D723F;
}
</style>