Shades of Dark Spring Green #0D783D
Tints of Dark Spring Green #0D783D
RGB
CMYK
RGB Variations
Color information
#0D783D (or 0x0D783D) is known color: Dark Spring Green. HEX triplet: 0D, 78 and 3D. RGB value is (13,120,61). Sum of RGB (Red+Green+Blue) = 13+120+61=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #0D783D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D783D is #F287C2. Grayscale: #515151. Windows color (decimal): -15894467 or 4028429. OLE color: 4028429.
HSL color Cylindrical-coordinate representation of color #0D783D: hue angle of 146.92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D783D is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 120 | 61 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.53 |
| HSL | 146.92º | 0.8% | 0.26% | - |
| HSV(B) | 146.92º | 0.89% | 0.47% | - |
| XYZ | 7.72 | 13.86 | 6.68 | - |
| YUV | 81.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 120 | 61 | 0.89 | 0 | 0.49 | 0.53 | 146.92 | 0.8 | 0.26 |
| Hex | D | 78 | 3D | 59 | 0 | 31 | 35 | 93 | 50 | 1A |
| Octal | 15 | 170 | 75 | 131 | 0 | 61 | 65 | 223 | 120 | 32 |
| Binary | 1101 | 1111000 | 111101 | 1011001 | 0 | 110001 | 110101 | 10010011 | 1010000 | 11010 |
Color Harmonies of #0D783D
Complementary color
Monochromatic Colors of #0D783D
Black with #0D783D
Text Example
Text Example
White with #0D783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D783D; }
p { color: rgb(13,120,61); }
H1.HeaderClassName
{
color: #0D783D;
}
.AnyTagClassName
{
color: #0D783D;
}
</style>
background-color css
<style>
a { background-color: #0D783D; }
a { background-color: rgb(13,120,61); }
div.DivClassName
{
background-color: #0D783D;
}
.BgClassName
{
background-color: #0D783D;
}
</style>
border-color css
<style>
span { border-color: #0D783D; }
span { border-color: rgb(13,120,61); }
td.TdClassName
{
border-color: #0D783D;
}
.TagClassName
{
border-color: #0D783D;
}
</style>