Shades of Dark Spring Green #0D733E
Tints of Dark Spring Green #0D733E
RGB
CMYK
RGB Variations
Color information
#0D733E (or 0x0D733E) is known color: Dark Spring Green. HEX triplet: 0D, 73 and 3E. RGB value is (13,115,62). Sum of RGB (Red+Green+Blue) = 13+115+62=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #0D733E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D733E is #F28CC1. Grayscale: #4E4E4E. Windows color (decimal): -15895746 or 4092685. OLE color: 4092685.
HSL color Cylindrical-coordinate representation of color #0D733E: hue angle of 148.82º 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 #0D733E is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 62 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.55 |
| HSL | 148.82º | 0.8% | 0.25% | - |
| HSV(B) | 148.82º | 0.89% | 0.45% | - |
| XYZ | 7.17 | 12.69 | 6.63 | - |
| YUV | 78.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 62 | 0.89 | 0 | 0.46 | 0.55 | 148.82 | 0.8 | 0.25 |
| Hex | D | 73 | 3E | 59 | 0 | 2E | 37 | 95 | 50 | 19 |
| Octal | 15 | 163 | 76 | 131 | 0 | 56 | 67 | 225 | 120 | 31 |
| Binary | 1101 | 1110011 | 111110 | 1011001 | 0 | 101110 | 110111 | 10010101 | 1010000 | 11001 |
Color Harmonies of #0D733E
Complementary color
Monochromatic Colors of #0D733E
Black with #0D733E
Text Example
Text Example
White with #0D733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D733E; }
p { color: rgb(13,115,62); }
H1.HeaderClassName
{
color: #0D733E;
}
.AnyTagClassName
{
color: #0D733E;
}
</style>
background-color css
<style>
a { background-color: #0D733E; }
a { background-color: rgb(13,115,62); }
div.DivClassName
{
background-color: #0D733E;
}
.BgClassName
{
background-color: #0D733E;
}
</style>
border-color css
<style>
span { border-color: #0D733E; }
span { border-color: rgb(13,115,62); }
td.TdClassName
{
border-color: #0D733E;
}
.TagClassName
{
border-color: #0D733E;
}
</style>