Shades of Dark Spring Green #0D823C
Tints of Dark Spring Green #0D823C
RGB
CMYK
RGB Variations
Color information
#0D823C (or 0x0D823C) is known color: Dark Spring Green. HEX triplet: 0D, 82 and 3C. RGB value is (13,130,60). Sum of RGB (Red+Green+Blue) = 13+130+60=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #0D823C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D823C is #F27DC3. Grayscale: #575757. Windows color (decimal): -15891908 or 3965453. OLE color: 3965453.
HSL color Cylindrical-coordinate representation of color #0D823C: hue angle of 144.1º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D823C is Cyan = 0.9, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 60 | - |
| CMYK | 0.9 | 0 | 0.54 | 0.49 |
| HSL | 144.1º | 0.82% | 0.28% | - |
| HSV(B) | 144.1º | 0.9% | 0.51% | - |
| XYZ | 8.96 | 16.38 | 6.96 | - |
| YUV | 87.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 60 | 0.9 | 0 | 0.54 | 0.49 | 144.1 | 0.82 | 0.28 |
| Hex | D | 82 | 3C | 5A | 0 | 36 | 31 | 90 | 52 | 1C |
| Octal | 15 | 202 | 74 | 132 | 0 | 66 | 61 | 220 | 122 | 34 |
| Binary | 1101 | 10000010 | 111100 | 1011010 | 0 | 110110 | 110001 | 10010000 | 1010010 | 11100 |
Color Harmonies of #0D823C
Complementary color
Monochromatic Colors of #0D823C
Black with #0D823C
Text Example
Text Example
White with #0D823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D823C; }
p { color: rgb(13,130,60); }
H1.HeaderClassName
{
color: #0D823C;
}
.AnyTagClassName
{
color: #0D823C;
}
</style>
background-color css
<style>
a { background-color: #0D823C; }
a { background-color: rgb(13,130,60); }
div.DivClassName
{
background-color: #0D823C;
}
.BgClassName
{
background-color: #0D823C;
}
</style>
border-color css
<style>
span { border-color: #0D823C; }
span { border-color: rgb(13,130,60); }
td.TdClassName
{
border-color: #0D823C;
}
.TagClassName
{
border-color: #0D823C;
}
</style>