Shades of Dark Spring Green #0D7143
Tints of Dark Spring Green #0D7143
RGB
CMYK
RGB Variations
Color information
#0D7143 (or 0x0D7143) is known color: Dark Spring Green. HEX triplet: 0D, 71 and 43. RGB value is (13,113,67). Sum of RGB (Red+Green+Blue) = 13+113+67=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7143 is #F28EBC. Grayscale: #4D4D4D. Windows color (decimal): -15896253 or 4419853. OLE color: 4419853.
HSL color Cylindrical-coordinate representation of color #0D7143: hue angle of 152.4º 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 #0D7143 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 67 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.56 |
| HSL | 152.4º | 0.79% | 0.25% | - |
| HSV(B) | 152.4º | 0.88% | 0.44% | - |
| XYZ | 7.08 | 12.3 | 7.31 | - |
| YUV | 77.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 67 | 0.88 | 0 | 0.41 | 0.56 | 152.4 | 0.79 | 0.25 |
| Hex | D | 71 | 43 | 58 | 0 | 29 | 38 | 98 | 4F | 19 |
| Octal | 15 | 161 | 103 | 130 | 0 | 51 | 70 | 230 | 117 | 31 |
| Binary | 1101 | 1110001 | 1000011 | 1011000 | 0 | 101001 | 111000 | 10011000 | 1001111 | 11001 |
Color Harmonies of #0D7143
Complementary color
Monochromatic Colors of #0D7143
Black with #0D7143
Text Example
Text Example
White with #0D7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7143; }
p { color: rgb(13,113,67); }
H1.HeaderClassName
{
color: #0D7143;
}
.AnyTagClassName
{
color: #0D7143;
}
</style>
background-color css
<style>
a { background-color: #0D7143; }
a { background-color: rgb(13,113,67); }
div.DivClassName
{
background-color: #0D7143;
}
.BgClassName
{
background-color: #0D7143;
}
</style>
border-color css
<style>
span { border-color: #0D7143; }
span { border-color: rgb(13,113,67); }
td.TdClassName
{
border-color: #0D7143;
}
.TagClassName
{
border-color: #0D7143;
}
</style>