Shades of Dark Spring Green #0D8539
Tints of Dark Spring Green #0D8539
RGB
CMYK
RGB Variations
Color information
#0D8539 (or 0x0D8539) is known color: Dark Spring Green. HEX triplet: 0D, 85 and 39. RGB value is (13,133,57). Sum of RGB (Red+Green+Blue) = 13+133+57=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8539 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8539 is #F27AC6. Grayscale: #585858. Windows color (decimal): -15891143 or 3769613. OLE color: 3769613.
HSL color Cylindrical-coordinate representation of color #0D8539: hue angle of 142º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8539 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 57 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.48 |
| HSL | 142º | 0.82% | 0.29% | - |
| HSV(B) | 142º | 0.9% | 0.52% | - |
| XYZ | 9.29 | 17.16 | 6.69 | - |
| YUV | 88.46 | 110.24 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 57 | 0.90 | 0 | 0.57 | 0.48 | 142 | 0.82 | 0.29 |
| Hex | D | 85 | 39 | 5A | 0 | 39 | 30 | 8E | 52 | 1D |
| Octal | 15 | 205 | 71 | 132 | 0 | 71 | 60 | 216 | 122 | 35 |
| Binary | 1101 | 10000101 | 111001 | 1011010 | 0 | 111001 | 110000 | 10001110 | 1010010 | 11101 |
Color Harmonies of #0D8539
Complementary color
Monochromatic Colors of #0D8539
Black with #0D8539
Text Example
Text Example
White with #0D8539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8539; }
p { color: rgb(13,133,57); }
H1.HeaderClassName
{
color: #0D8539;
}
.AnyTagClassName
{
color: #0D8539;
}
</style>
background-color css
<style>
a { background-color: #0D8539; }
a { background-color: rgb(13,133,57); }
div.DivClassName
{
background-color: #0D8539;
}
.BgClassName
{
background-color: #0D8539;
}
</style>
border-color css
<style>
span { border-color: #0D8539; }
span { border-color: rgb(13,133,57); }
td.TdClassName
{
border-color: #0D8539;
}
.TagClassName
{
border-color: #0D8539;
}
</style>