Shades of Dark Spring Green #0D7944
Tints of Dark Spring Green #0D7944
RGB
CMYK
RGB Variations
Color information
#0D7944 (or 0x0D7944) is known color: Dark Spring Green. HEX triplet: 0D, 79 and 44. RGB value is (13,121,68). Sum of RGB (Red+Green+Blue) = 13+121+68=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7944 is #F286BB. Grayscale: #525252. Windows color (decimal): -15894204 or 4487437. OLE color: 4487437.
HSL color Cylindrical-coordinate representation of color #0D7944: hue angle of 150.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7944 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 68 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.53 |
| HSL | 150.56º | 0.81% | 0.26% | - |
| HSV(B) | 150.56º | 0.89% | 0.47% | - |
| XYZ | 8.05 | 14.18 | 7.78 | - |
| YUV | 82.67 | 119.72 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 68 | 0.89 | 0 | 0.44 | 0.53 | 150.56 | 0.81 | 0.26 |
| Hex | D | 79 | 44 | 59 | 0 | 2C | 35 | 97 | 51 | 1A |
| Octal | 15 | 171 | 104 | 131 | 0 | 54 | 65 | 227 | 121 | 32 |
| Binary | 1101 | 1111001 | 1000100 | 1011001 | 0 | 101100 | 110101 | 10010111 | 1010001 | 11010 |
Color Harmonies of #0D7944
Complementary color
Monochromatic Colors of #0D7944
Black with #0D7944
Text Example
Text Example
White with #0D7944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7944; }
p { color: rgb(13,121,68); }
H1.HeaderClassName
{
color: #0D7944;
}
.AnyTagClassName
{
color: #0D7944;
}
</style>
background-color css
<style>
a { background-color: #0D7944; }
a { background-color: rgb(13,121,68); }
div.DivClassName
{
background-color: #0D7944;
}
.BgClassName
{
background-color: #0D7944;
}
</style>
border-color css
<style>
span { border-color: #0D7944; }
span { border-color: rgb(13,121,68); }
td.TdClassName
{
border-color: #0D7944;
}
.TagClassName
{
border-color: #0D7944;
}
</style>