Shades of Eden #1D6A59
Tints of Eden #1D6A59
RGB
CMYK
RGB Variations
Color information
#1D6A59 (or 0x1D6A59) is known color: Eden. HEX triplet: 1D, 6A and 59. RGB value is (29,106,89). Sum of RGB (Red+Green+Blue) = 29+106+89=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #1D6A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6A59 is #E295A6. Grayscale: #515151. Windows color (decimal): -14849447 or 5859869. OLE color: 5859869.
HSL color Cylindrical-coordinate representation of color #1D6A59: hue angle of 166.75º 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 #1D6A59 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 106 | 89 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.58 |
| HSL | 166.75º | 0.57% | 0.26% | - |
| HSV(B) | 166.75º | 0.73% | 0.42% | - |
| XYZ | 7.46 | 11.29 | 11.24 | - |
| YUV | 81.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 106 | 89 | 0.73 | 0 | 0.16 | 0.58 | 166.75 | 0.57 | 0.26 |
| Hex | 1D | 6A | 59 | 49 | 0 | 10 | 3A | A7 | 39 | 1A |
| Octal | 35 | 152 | 131 | 111 | 0 | 20 | 72 | 247 | 71 | 32 |
| Binary | 11101 | 1101010 | 1011001 | 1001001 | 0 | 10000 | 111010 | 10100111 | 111001 | 11010 |
Color Harmonies of #1D6A59
Complementary color
Monochromatic Colors of #1D6A59
Black with #1D6A59
Text Example
Text Example
White with #1D6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6A59; }
p { color: rgb(29,106,89); }
H1.HeaderClassName
{
color: #1D6A59;
}
.AnyTagClassName
{
color: #1D6A59;
}
</style>
background-color css
<style>
a { background-color: #1D6A59; }
a { background-color: rgb(29,106,89); }
div.DivClassName
{
background-color: #1D6A59;
}
.BgClassName
{
background-color: #1D6A59;
}
</style>
border-color css
<style>
span { border-color: #1D6A59; }
span { border-color: rgb(29,106,89); }
td.TdClassName
{
border-color: #1D6A59;
}
.TagClassName
{
border-color: #1D6A59;
}
</style>