Shades of Eden #1D5F55
Tints of Eden #1D5F55
RGB
CMYK
RGB Variations
Color information
#1D5F55 (or 0x1D5F55) is known color: Eden. HEX triplet: 1D, 5F and 55. RGB value is (29,95,85). Sum of RGB (Red+Green+Blue) = 29+95+85=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5F55 is #E2A0AA. Grayscale: #4A4A4A. Windows color (decimal): -14852267 or 5594909. OLE color: 5594909.
HSL color Cylindrical-coordinate representation of color #1D5F55: hue angle of 170.91º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5F55 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 95 | 85 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.63 |
| HSL | 170.91º | 0.53% | 0.24% | - |
| HSV(B) | 170.91º | 0.69% | 0.37% | - |
| XYZ | 6.24 | 9.1 | 10.02 | - |
| YUV | 74.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 85 | 0.69 | 0 | 0.11 | 0.63 | 170.91 | 0.53 | 0.24 |
| Hex | 1D | 5F | 55 | 45 | 0 | B | 3F | AB | 35 | 18 |
| Octal | 35 | 137 | 125 | 105 | 0 | 13 | 77 | 253 | 65 | 30 |
| Binary | 11101 | 1011111 | 1010101 | 1000101 | 0 | 1011 | 111111 | 10101011 | 110101 | 11000 |
Color Harmonies of #1D5F55
Complementary color
Monochromatic Colors of #1D5F55
Black with #1D5F55
Text Example
Text Example
White with #1D5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F55; }
p { color: rgb(29,95,85); }
H1.HeaderClassName
{
color: #1D5F55;
}
.AnyTagClassName
{
color: #1D5F55;
}
</style>
background-color css
<style>
a { background-color: #1D5F55; }
a { background-color: rgb(29,95,85); }
div.DivClassName
{
background-color: #1D5F55;
}
.BgClassName
{
background-color: #1D5F55;
}
</style>
border-color css
<style>
span { border-color: #1D5F55; }
span { border-color: rgb(29,95,85); }
td.TdClassName
{
border-color: #1D5F55;
}
.TagClassName
{
border-color: #1D5F55;
}
</style>