Shades of Eden #1D6157
Tints of Eden #1D6157
RGB
CMYK
RGB Variations
Color information
#1D6157 (or 0x1D6157) is known color: Eden. HEX triplet: 1D, 61 and 57. RGB value is (29,97,87). Sum of RGB (Red+Green+Blue) = 29+97+87=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #1D6157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6157 is #E29EA8. Grayscale: #4B4B4B. Windows color (decimal): -14851753 or 5726493. OLE color: 5726493.
HSL color Cylindrical-coordinate representation of color #1D6157: hue angle of 171.18º 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 #1D6157 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 87 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.62 |
| HSL | 171.18º | 0.54% | 0.25% | - |
| HSV(B) | 171.18º | 0.7% | 0.38% | - |
| XYZ | 6.5 | 9.5 | 10.51 | - |
| YUV | 75.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 87 | 0.70 | 0 | 0.10 | 0.62 | 171.18 | 0.54 | 0.25 |
| Hex | 1D | 61 | 57 | 46 | 0 | A | 3E | AB | 36 | 19 |
| Octal | 35 | 141 | 127 | 106 | 0 | 12 | 76 | 253 | 66 | 31 |
| Binary | 11101 | 1100001 | 1010111 | 1000110 | 0 | 1010 | 111110 | 10101011 | 110110 | 11001 |
Color Harmonies of #1D6157
Complementary color
Monochromatic Colors of #1D6157
Black with #1D6157
Text Example
Text Example
White with #1D6157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6157; }
p { color: rgb(29,97,87); }
H1.HeaderClassName
{
color: #1D6157;
}
.AnyTagClassName
{
color: #1D6157;
}
</style>
background-color css
<style>
a { background-color: #1D6157; }
a { background-color: rgb(29,97,87); }
div.DivClassName
{
background-color: #1D6157;
}
.BgClassName
{
background-color: #1D6157;
}
</style>
border-color css
<style>
span { border-color: #1D6157; }
span { border-color: rgb(29,97,87); }
td.TdClassName
{
border-color: #1D6157;
}
.TagClassName
{
border-color: #1D6157;
}
</style>