Shades of Eden #1D5750
Tints of Eden #1D5750
RGB
CMYK
RGB Variations
Color information
#1D5750 (or 0x1D5750) is known color: Eden. HEX triplet: 1D, 57 and 50. RGB value is (29,87,80). Sum of RGB (Red+Green+Blue) = 29+87+80=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #1D5750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5750 is #E2A8AF. Grayscale: #444444. Windows color (decimal): -14854320 or 5265181. OLE color: 5265181.
HSL color Cylindrical-coordinate representation of color #1D5750: hue angle of 172.76º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5750 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 87 | 80 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.66 |
| HSL | 172.76º | 0.5% | 0.23% | - |
| HSV(B) | 172.76º | 0.67% | 0.34% | - |
| XYZ | 5.36 | 7.66 | 8.78 | - |
| YUV | 68.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 80 | 0.67 | 0 | 0.08 | 0.66 | 172.76 | 0.5 | 0.23 |
| Hex | 1D | 57 | 50 | 43 | 0 | 8 | 42 | AD | 32 | 17 |
| Octal | 35 | 127 | 120 | 103 | 0 | 10 | 102 | 255 | 62 | 27 |
| Binary | 11101 | 1010111 | 1010000 | 1000011 | 0 | 1000 | 1000010 | 10101101 | 110010 | 10111 |
Color Harmonies of #1D5750
Complementary color
Monochromatic Colors of #1D5750
Black with #1D5750
Text Example
Text Example
White with #1D5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5750; }
p { color: rgb(29,87,80); }
H1.HeaderClassName
{
color: #1D5750;
}
.AnyTagClassName
{
color: #1D5750;
}
</style>
background-color css
<style>
a { background-color: #1D5750; }
a { background-color: rgb(29,87,80); }
div.DivClassName
{
background-color: #1D5750;
}
.BgClassName
{
background-color: #1D5750;
}
</style>
border-color css
<style>
span { border-color: #1D5750; }
span { border-color: rgb(29,87,80); }
td.TdClassName
{
border-color: #1D5750;
}
.TagClassName
{
border-color: #1D5750;
}
</style>