Shades of Dark Spring Green #0D8533
Tints of Dark Spring Green #0D8533
RGB
CMYK
RGB Variations
Color information
#0D8533 (or 0x0D8533) is known color: Dark Spring Green. HEX triplet: 0D, 85 and 33. RGB value is (13,133,51). Sum of RGB (Red+Green+Blue) = 13+133+51=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8533 is #F27ACC. Grayscale: #575757. Windows color (decimal): -15891149 or 3376397. OLE color: 3376397.
HSL color Cylindrical-coordinate representation of color #0D8533: hue angle of 139º 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 #0D8533 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 51 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.48 |
| HSL | 139º | 0.82% | 0.29% | - |
| HSV(B) | 139º | 0.9% | 0.52% | - |
| XYZ | 9.15 | 17.1 | 5.95 | - |
| YUV | 87.77 | 107.24 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 51 | 0.90 | 0 | 0.62 | 0.48 | 139 | 0.82 | 0.29 |
| Hex | D | 85 | 33 | 5A | 0 | 3E | 30 | 8B | 52 | 1D |
| Octal | 15 | 205 | 63 | 132 | 0 | 76 | 60 | 213 | 122 | 35 |
| Binary | 1101 | 10000101 | 110011 | 1011010 | 0 | 111110 | 110000 | 10001011 | 1010010 | 11101 |
Color Harmonies of #0D8533
Complementary color
Monochromatic Colors of #0D8533
Black with #0D8533
Text Example
Text Example
White with #0D8533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8533; }
p { color: rgb(13,133,51); }
H1.HeaderClassName
{
color: #0D8533;
}
.AnyTagClassName
{
color: #0D8533;
}
</style>
background-color css
<style>
a { background-color: #0D8533; }
a { background-color: rgb(13,133,51); }
div.DivClassName
{
background-color: #0D8533;
}
.BgClassName
{
background-color: #0D8533;
}
</style>
border-color css
<style>
span { border-color: #0D8533; }
span { border-color: rgb(13,133,51); }
td.TdClassName
{
border-color: #0D8533;
}
.TagClassName
{
border-color: #0D8533;
}
</style>