Shades of Dark Spring Green #0D7F3C
Tints of Dark Spring Green #0D7F3C
RGB
CMYK
RGB Variations
Color information
#0D7F3C (or 0x0D7F3C) is known color: Dark Spring Green. HEX triplet: 0D, 7F and 3C. RGB value is (13,127,60). Sum of RGB (Red+Green+Blue) = 13+127+60=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7F3C is #F280C3. Grayscale: #555555. Windows color (decimal): -15892676 or 3964685. OLE color: 3964685.
HSL color Cylindrical-coordinate representation of color #0D7F3C: hue angle of 144.74º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F3C is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 127 | 60 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.50 |
| HSL | 144.74º | 0.81% | 0.27% | - |
| HSV(B) | 144.74º | 0.9% | 0.5% | - |
| XYZ | 8.57 | 15.59 | 6.83 | - |
| YUV | 85.28 | 113.73 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 60 | 0.90 | 0 | 0.53 | 0.50 | 144.74 | 0.81 | 0.27 |
| Hex | D | 7F | 3C | 5A | 0 | 35 | 32 | 91 | 51 | 1B |
| Octal | 15 | 177 | 74 | 132 | 0 | 65 | 62 | 221 | 121 | 33 |
| Binary | 1101 | 1111111 | 111100 | 1011010 | 0 | 110101 | 110010 | 10010001 | 1010001 | 11011 |
Color Harmonies of #0D7F3C
Complementary color
Monochromatic Colors of #0D7F3C
Black with #0D7F3C
Text Example
Text Example
White with #0D7F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7F3C; }
p { color: rgb(13,127,60); }
H1.HeaderClassName
{
color: #0D7F3C;
}
.AnyTagClassName
{
color: #0D7F3C;
}
</style>
background-color css
<style>
a { background-color: #0D7F3C; }
a { background-color: rgb(13,127,60); }
div.DivClassName
{
background-color: #0D7F3C;
}
.BgClassName
{
background-color: #0D7F3C;
}
</style>
border-color css
<style>
span { border-color: #0D7F3C; }
span { border-color: rgb(13,127,60); }
td.TdClassName
{
border-color: #0D7F3C;
}
.TagClassName
{
border-color: #0D7F3C;
}
</style>