Shades of Dark Spring Green #1D6A45
Tints of Dark Spring Green #1D6A45
RGB
CMYK
RGB Variations
Color information
#1D6A45 (or 0x1D6A45) is known color: Dark Spring Green. HEX triplet: 1D, 6A and 45. RGB value is (29,106,69). Sum of RGB (Red+Green+Blue) = 29+106+69=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #1D6A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6A45 is #E295BA. Grayscale: #4E4E4E. Windows color (decimal): -14849467 or 4549149. OLE color: 4549149.
HSL color Cylindrical-coordinate representation of color #1D6A45: hue angle of 151.17º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6A45 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 106 | 69 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.58 |
| HSL | 151.17º | 0.57% | 0.26% | - |
| HSV(B) | 151.17º | 0.73% | 0.42% | - |
| XYZ | 6.73 | 11 | 7.4 | - |
| YUV | 78.76 | 122.49 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 106 | 69 | 0.73 | 0 | 0.35 | 0.58 | 151.17 | 0.57 | 0.26 |
| Hex | 1D | 6A | 45 | 49 | 0 | 23 | 3A | 97 | 39 | 1A |
| Octal | 35 | 152 | 105 | 111 | 0 | 43 | 72 | 227 | 71 | 32 |
| Binary | 11101 | 1101010 | 1000101 | 1001001 | 0 | 100011 | 111010 | 10010111 | 111001 | 11010 |
Color Harmonies of #1D6A45
Complementary color
Monochromatic Colors of #1D6A45
Black with #1D6A45
Text Example
Text Example
White with #1D6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6A45; }
p { color: rgb(29,106,69); }
H1.HeaderClassName
{
color: #1D6A45;
}
.AnyTagClassName
{
color: #1D6A45;
}
</style>
background-color css
<style>
a { background-color: #1D6A45; }
a { background-color: rgb(29,106,69); }
div.DivClassName
{
background-color: #1D6A45;
}
.BgClassName
{
background-color: #1D6A45;
}
</style>
border-color css
<style>
span { border-color: #1D6A45; }
span { border-color: rgb(29,106,69); }
td.TdClassName
{
border-color: #1D6A45;
}
.TagClassName
{
border-color: #1D6A45;
}
</style>