Shades of Eden #1D6056
Tints of Eden #1D6056
RGB
CMYK
RGB Variations
Color information
#1D6056 (or 0x1D6056) is known color: Eden. HEX triplet: 1D, 60 and 56. RGB value is (29,96,86). Sum of RGB (Red+Green+Blue) = 29+96+86=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6056 is #E29FA9. Grayscale: #4A4A4A. Windows color (decimal): -14852010 or 5660701. OLE color: 5660701.
HSL color Cylindrical-coordinate representation of color #1D6056: hue angle of 171.04º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6056 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 86 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.62 |
| HSL | 171.04º | 0.54% | 0.25% | - |
| HSV(B) | 171.04º | 0.7% | 0.38% | - |
| XYZ | 6.37 | 9.3 | 10.26 | - |
| YUV | 74.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 86 | 0.70 | 0 | 0.10 | 0.62 | 171.04 | 0.54 | 0.25 |
| Hex | 1D | 60 | 56 | 46 | 0 | A | 3E | AB | 36 | 19 |
| Octal | 35 | 140 | 126 | 106 | 0 | 12 | 76 | 253 | 66 | 31 |
| Binary | 11101 | 1100000 | 1010110 | 1000110 | 0 | 1010 | 111110 | 10101011 | 110110 | 11001 |
Color Harmonies of #1D6056
Complementary color
Monochromatic Colors of #1D6056
Black with #1D6056
Text Example
Text Example
White with #1D6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6056; }
p { color: rgb(29,96,86); }
H1.HeaderClassName
{
color: #1D6056;
}
.AnyTagClassName
{
color: #1D6056;
}
</style>
background-color css
<style>
a { background-color: #1D6056; }
a { background-color: rgb(29,96,86); }
div.DivClassName
{
background-color: #1D6056;
}
.BgClassName
{
background-color: #1D6056;
}
</style>
border-color css
<style>
span { border-color: #1D6056; }
span { border-color: rgb(29,96,86); }
td.TdClassName
{
border-color: #1D6056;
}
.TagClassName
{
border-color: #1D6056;
}
</style>