Shades of Dark Spring Green #0D853C
Tints of Dark Spring Green #0D853C
RGB
CMYK
RGB Variations
Color information
#0D853C (or 0x0D853C) is known color: Dark Spring Green. HEX triplet: 0D, 85 and 3C. RGB value is (13,133,60). Sum of RGB (Red+Green+Blue) = 13+133+60=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #0D853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D853C is #F27AC3. Grayscale: #585858. Windows color (decimal): -15891140 or 3966221. OLE color: 3966221.
HSL color Cylindrical-coordinate representation of color #0D853C: hue angle of 143.5º 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 #0D853C is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 60 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.48 |
| HSL | 143.5º | 0.82% | 0.29% | - |
| HSV(B) | 143.5º | 0.9% | 0.52% | - |
| XYZ | 9.37 | 17.19 | 7.1 | - |
| YUV | 88.8 | 111.74 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 60 | 0.90 | 0 | 0.55 | 0.48 | 143.5 | 0.82 | 0.29 |
| Hex | D | 85 | 3C | 5A | 0 | 37 | 30 | 90 | 52 | 1D |
| Octal | 15 | 205 | 74 | 132 | 0 | 67 | 60 | 220 | 122 | 35 |
| Binary | 1101 | 10000101 | 111100 | 1011010 | 0 | 110111 | 110000 | 10010000 | 1010010 | 11101 |
Color Harmonies of #0D853C
Complementary color
Monochromatic Colors of #0D853C
Black with #0D853C
Text Example
Text Example
White with #0D853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D853C; }
p { color: rgb(13,133,60); }
H1.HeaderClassName
{
color: #0D853C;
}
.AnyTagClassName
{
color: #0D853C;
}
</style>
background-color css
<style>
a { background-color: #0D853C; }
a { background-color: rgb(13,133,60); }
div.DivClassName
{
background-color: #0D853C;
}
.BgClassName
{
background-color: #0D853C;
}
</style>
border-color css
<style>
span { border-color: #0D853C; }
span { border-color: rgb(13,133,60); }
td.TdClassName
{
border-color: #0D853C;
}
.TagClassName
{
border-color: #0D853C;
}
</style>