Shades of Dark Spring Green #0D853B
Tints of Dark Spring Green #0D853B
RGB
CMYK
RGB Variations
Color information
#0D853B (or 0x0D853B) is known color: Dark Spring Green. HEX triplet: 0D, 85 and 3B. RGB value is (13,133,59). Sum of RGB (Red+Green+Blue) = 13+133+59=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #0D853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D853B is #F27AC4. Grayscale: #585858. Windows color (decimal): -15891141 or 3900685. OLE color: 3900685.
HSL color Cylindrical-coordinate representation of color #0D853B: hue angle of 143º 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 #0D853B is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 59 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.48 |
| HSL | 143º | 0.82% | 0.29% | - |
| HSV(B) | 143º | 0.9% | 0.52% | - |
| XYZ | 9.34 | 17.18 | 6.96 | - |
| YUV | 88.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 59 | 0.90 | 0 | 0.56 | 0.48 | 143 | 0.82 | 0.29 |
| Hex | D | 85 | 3B | 5A | 0 | 38 | 30 | 8F | 52 | 1D |
| Octal | 15 | 205 | 73 | 132 | 0 | 70 | 60 | 217 | 122 | 35 |
| Binary | 1101 | 10000101 | 111011 | 1011010 | 0 | 111000 | 110000 | 10001111 | 1010010 | 11101 |
Color Harmonies of #0D853B
Complementary color
Monochromatic Colors of #0D853B
Black with #0D853B
Text Example
Text Example
White with #0D853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D853B; }
p { color: rgb(13,133,59); }
H1.HeaderClassName
{
color: #0D853B;
}
.AnyTagClassName
{
color: #0D853B;
}
</style>
background-color css
<style>
a { background-color: #0D853B; }
a { background-color: rgb(13,133,59); }
div.DivClassName
{
background-color: #0D853B;
}
.BgClassName
{
background-color: #0D853B;
}
</style>
border-color css
<style>
span { border-color: #0D853B; }
span { border-color: rgb(13,133,59); }
td.TdClassName
{
border-color: #0D853B;
}
.TagClassName
{
border-color: #0D853B;
}
</style>