Shades of Dark Spring Green #0D843C
Tints of Dark Spring Green #0D843C
RGB
CMYK
RGB Variations
Color information
#0D843C (or 0x0D843C) is known color: Dark Spring Green. HEX triplet: 0D, 84 and 3C. RGB value is (13,132,60). Sum of RGB (Red+Green+Blue) = 13+132+60=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #0D843C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D843C is #F27BC3. Grayscale: #585858. Windows color (decimal): -15891396 or 3965965. OLE color: 3965965.
HSL color Cylindrical-coordinate representation of color #0D843C: hue angle of 143.7º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D843C is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 60 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.48 |
| HSL | 143.7º | 0.82% | 0.28% | - |
| HSV(B) | 143.7º | 0.9% | 0.52% | - |
| XYZ | 9.23 | 16.91 | 7.05 | - |
| YUV | 88.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 60 | 0.90 | 0 | 0.55 | 0.48 | 143.7 | 0.82 | 0.28 |
| Hex | D | 84 | 3C | 5A | 0 | 37 | 30 | 90 | 52 | 1C |
| Octal | 15 | 204 | 74 | 132 | 0 | 67 | 60 | 220 | 122 | 34 |
| Binary | 1101 | 10000100 | 111100 | 1011010 | 0 | 110111 | 110000 | 10010000 | 1010010 | 11100 |
Color Harmonies of #0D843C
Complementary color
Monochromatic Colors of #0D843C
Black with #0D843C
Text Example
Text Example
White with #0D843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D843C; }
p { color: rgb(13,132,60); }
H1.HeaderClassName
{
color: #0D843C;
}
.AnyTagClassName
{
color: #0D843C;
}
</style>
background-color css
<style>
a { background-color: #0D843C; }
a { background-color: rgb(13,132,60); }
div.DivClassName
{
background-color: #0D843C;
}
.BgClassName
{
background-color: #0D843C;
}
</style>
border-color css
<style>
span { border-color: #0D843C; }
span { border-color: rgb(13,132,60); }
td.TdClassName
{
border-color: #0D843C;
}
.TagClassName
{
border-color: #0D843C;
}
</style>