Shades of Eden #1D5D53
Tints of Eden #1D5D53
RGB
CMYK
RGB Variations
Color information
#1D5D53 (or 0x1D5D53) is known color: Eden. HEX triplet: 1D, 5D and 53. RGB value is (29,93,83). Sum of RGB (Red+Green+Blue) = 29+93+83=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5D53 is #E2A2AC. Grayscale: #484848. Windows color (decimal): -14852781 or 5463325. OLE color: 5463325.
HSL color Cylindrical-coordinate representation of color #1D5D53: hue angle of 170.62º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5D53 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 83 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.64 |
| HSL | 170.63º | 0.52% | 0.24% | - |
| HSV(B) | 170.63º | 0.69% | 0.36% | - |
| XYZ | 5.98 | 8.71 | 9.55 | - |
| YUV | 72.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 83 | 0.69 | 0 | 0.11 | 0.64 | 170.63 | 0.52 | 0.24 |
| Hex | 1D | 5D | 53 | 45 | 0 | B | 40 | AB | 34 | 18 |
| Octal | 35 | 135 | 123 | 105 | 0 | 13 | 100 | 253 | 64 | 30 |
| Binary | 11101 | 1011101 | 1010011 | 1000101 | 0 | 1011 | 1000000 | 10101011 | 110100 | 11000 |
Color Harmonies of #1D5D53
Complementary color
Monochromatic Colors of #1D5D53
Black with #1D5D53
Text Example
Text Example
White with #1D5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D53; }
p { color: rgb(29,93,83); }
H1.HeaderClassName
{
color: #1D5D53;
}
.AnyTagClassName
{
color: #1D5D53;
}
</style>
background-color css
<style>
a { background-color: #1D5D53; }
a { background-color: rgb(29,93,83); }
div.DivClassName
{
background-color: #1D5D53;
}
.BgClassName
{
background-color: #1D5D53;
}
</style>
border-color css
<style>
span { border-color: #1D5D53; }
span { border-color: rgb(29,93,83); }
td.TdClassName
{
border-color: #1D5D53;
}
.TagClassName
{
border-color: #1D5D53;
}
</style>