Shades of Dark Spring Green #1D6B46
Tints of Dark Spring Green #1D6B46
RGB
CMYK
RGB Variations
Color information
#1D6B46 (or 0x1D6B46) is known color: Dark Spring Green. HEX triplet: 1D, 6B and 46. RGB value is (29,107,70). Sum of RGB (Red+Green+Blue) = 29+107+70=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6B46 is #E294B9. Grayscale: #4F4F4F. Windows color (decimal): -14849210 or 4614941. OLE color: 4614941.
HSL color Cylindrical-coordinate representation of color #1D6B46: hue angle of 151.54º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B46 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 107 | 70 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.58 |
| HSL | 151.54º | 0.57% | 0.27% | - |
| HSV(B) | 151.54º | 0.73% | 0.42% | - |
| XYZ | 6.87 | 11.22 | 7.6 | - |
| YUV | 79.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 70 | 0.73 | 0 | 0.35 | 0.58 | 151.54 | 0.57 | 0.27 |
| Hex | 1D | 6B | 46 | 49 | 0 | 23 | 3A | 98 | 39 | 1B |
| Octal | 35 | 153 | 106 | 111 | 0 | 43 | 72 | 230 | 71 | 33 |
| Binary | 11101 | 1101011 | 1000110 | 1001001 | 0 | 100011 | 111010 | 10011000 | 111001 | 11011 |
Color Harmonies of #1D6B46
Complementary color
Monochromatic Colors of #1D6B46
Black with #1D6B46
Text Example
Text Example
White with #1D6B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B46; }
p { color: rgb(29,107,70); }
H1.HeaderClassName
{
color: #1D6B46;
}
.AnyTagClassName
{
color: #1D6B46;
}
</style>
background-color css
<style>
a { background-color: #1D6B46; }
a { background-color: rgb(29,107,70); }
div.DivClassName
{
background-color: #1D6B46;
}
.BgClassName
{
background-color: #1D6B46;
}
</style>
border-color css
<style>
span { border-color: #1D6B46; }
span { border-color: rgb(29,107,70); }
td.TdClassName
{
border-color: #1D6B46;
}
.TagClassName
{
border-color: #1D6B46;
}
</style>