Shades of Dark Spring Green #0D8437
Tints of Dark Spring Green #0D8437
RGB
CMYK
RGB Variations
Color information
#0D8437 (or 0x0D8437) is known color: Dark Spring Green. HEX triplet: 0D, 84 and 37. RGB value is (13,132,55). Sum of RGB (Red+Green+Blue) = 13+132+55=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8437 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8437 is #F27BC8. Grayscale: #575757. Windows color (decimal): -15891401 or 3638285. OLE color: 3638285.
HSL color Cylindrical-coordinate representation of color #0D8437: hue angle of 141.18º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8437 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 55 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.48 |
| HSL | 141.18º | 0.82% | 0.28% | - |
| HSV(B) | 141.18º | 0.9% | 0.52% | - |
| XYZ | 9.11 | 16.86 | 6.39 | - |
| YUV | 87.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 55 | 0.90 | 0 | 0.58 | 0.48 | 141.18 | 0.82 | 0.28 |
| Hex | D | 84 | 37 | 5A | 0 | 3A | 30 | 8D | 52 | 1C |
| Octal | 15 | 204 | 67 | 132 | 0 | 72 | 60 | 215 | 122 | 34 |
| Binary | 1101 | 10000100 | 110111 | 1011010 | 0 | 111010 | 110000 | 10001101 | 1010010 | 11100 |
Color Harmonies of #0D8437
Complementary color
Monochromatic Colors of #0D8437
Black with #0D8437
Text Example
Text Example
White with #0D8437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8437; }
p { color: rgb(13,132,55); }
H1.HeaderClassName
{
color: #0D8437;
}
.AnyTagClassName
{
color: #0D8437;
}
</style>
background-color css
<style>
a { background-color: #0D8437; }
a { background-color: rgb(13,132,55); }
div.DivClassName
{
background-color: #0D8437;
}
.BgClassName
{
background-color: #0D8437;
}
</style>
border-color css
<style>
span { border-color: #0D8437; }
span { border-color: rgb(13,132,55); }
td.TdClassName
{
border-color: #0D8437;
}
.TagClassName
{
border-color: #0D8437;
}
</style>