Shades of Dark Spring Green #0D743F
Tints of Dark Spring Green #0D743F
RGB
CMYK
RGB Variations
Color information
#0D743F (or 0x0D743F) is known color: Dark Spring Green. HEX triplet: 0D, 74 and 3F. RGB value is (13,116,63). Sum of RGB (Red+Green+Blue) = 13+116+63=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #0D743F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D743F is #F28BC0. Grayscale: #4F4F4F. Windows color (decimal): -15895489 or 4158477. OLE color: 4158477.
HSL color Cylindrical-coordinate representation of color #0D743F: hue angle of 149.13º 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 #0D743F is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 63 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.55 |
| HSL | 149.13º | 0.8% | 0.25% | - |
| HSV(B) | 149.13º | 0.89% | 0.45% | - |
| XYZ | 7.31 | 12.94 | 6.81 | - |
| YUV | 79.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 63 | 0.89 | 0 | 0.46 | 0.55 | 149.13 | 0.8 | 0.25 |
| Hex | D | 74 | 3F | 59 | 0 | 2E | 37 | 95 | 50 | 19 |
| Octal | 15 | 164 | 77 | 131 | 0 | 56 | 67 | 225 | 120 | 31 |
| Binary | 1101 | 1110100 | 111111 | 1011001 | 0 | 101110 | 110111 | 10010101 | 1010000 | 11001 |
Color Harmonies of #0D743F
Complementary color
Monochromatic Colors of #0D743F
Black with #0D743F
Text Example
Text Example
White with #0D743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D743F; }
p { color: rgb(13,116,63); }
H1.HeaderClassName
{
color: #0D743F;
}
.AnyTagClassName
{
color: #0D743F;
}
</style>
background-color css
<style>
a { background-color: #0D743F; }
a { background-color: rgb(13,116,63); }
div.DivClassName
{
background-color: #0D743F;
}
.BgClassName
{
background-color: #0D743F;
}
</style>
border-color css
<style>
span { border-color: #0D743F; }
span { border-color: rgb(13,116,63); }
td.TdClassName
{
border-color: #0D743F;
}
.TagClassName
{
border-color: #0D743F;
}
</style>