Shades of Dark Spring Green #0D8837
Tints of Dark Spring Green #0D8837
RGB
CMYK
RGB Variations
Color information
#0D8837 (or 0x0D8837) is known color: Dark Spring Green. HEX triplet: 0D, 88 and 37. RGB value is (13,136,55). Sum of RGB (Red+Green+Blue) = 13+136+55=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8837 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8837 is #F277C8. Grayscale: #5A5A5A. Windows color (decimal): -15890377 or 3639309. OLE color: 3639309.
HSL color Cylindrical-coordinate representation of color #0D8837: hue angle of 140.49º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8837 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 55 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.47 |
| HSL | 140.49º | 0.83% | 0.29% | - |
| HSV(B) | 140.49º | 0.9% | 0.53% | - |
| XYZ | 9.66 | 17.97 | 6.57 | - |
| YUV | 89.99 | 108.25 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 55 | 0.90 | 0 | 0.60 | 0.47 | 140.49 | 0.83 | 0.29 |
| Hex | D | 88 | 37 | 5A | 0 | 3C | 2F | 8C | 53 | 1D |
| Octal | 15 | 210 | 67 | 132 | 0 | 74 | 57 | 214 | 123 | 35 |
| Binary | 1101 | 10001000 | 110111 | 1011010 | 0 | 111100 | 101111 | 10001100 | 1010011 | 11101 |
Color Harmonies of #0D8837
Complementary color
Monochromatic Colors of #0D8837
Black with #0D8837
Text Example
Text Example
White with #0D8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8837; }
p { color: rgb(13,136,55); }
H1.HeaderClassName
{
color: #0D8837;
}
.AnyTagClassName
{
color: #0D8837;
}
</style>
background-color css
<style>
a { background-color: #0D8837; }
a { background-color: rgb(13,136,55); }
div.DivClassName
{
background-color: #0D8837;
}
.BgClassName
{
background-color: #0D8837;
}
</style>
border-color css
<style>
span { border-color: #0D8837; }
span { border-color: rgb(13,136,55); }
td.TdClassName
{
border-color: #0D8837;
}
.TagClassName
{
border-color: #0D8837;
}
</style>