Shades of Eden #1D705B
Tints of Eden #1D705B
RGB
CMYK
RGB Variations
Color information
#1D705B (or 0x1D705B) is known color: Eden. HEX triplet: 1D, 70 and 5B. RGB value is (29,112,91). Sum of RGB (Red+Green+Blue) = 29+112+91=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #1D705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D705B is #E28FA4. Grayscale: #545454. Windows color (decimal): -14847909 or 5992477. OLE color: 5992477.
HSL color Cylindrical-coordinate representation of color #1D705B: hue angle of 164.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D705B is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 91 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.56 |
| HSL | 164.82º | 0.59% | 0.28% | - |
| HSV(B) | 164.82º | 0.74% | 0.44% | - |
| XYZ | 8.19 | 12.6 | 11.9 | - |
| YUV | 84.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 91 | 0.74 | 0 | 0.19 | 0.56 | 164.82 | 0.59 | 0.28 |
| Hex | 1D | 70 | 5B | 4A | 0 | 13 | 38 | A5 | 3B | 1C |
| Octal | 35 | 160 | 133 | 112 | 0 | 23 | 70 | 245 | 73 | 34 |
| Binary | 11101 | 1110000 | 1011011 | 1001010 | 0 | 10011 | 111000 | 10100101 | 111011 | 11100 |
Color Harmonies of #1D705B
Complementary color
Monochromatic Colors of #1D705B
Black with #1D705B
Text Example
Text Example
White with #1D705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D705B; }
p { color: rgb(29,112,91); }
H1.HeaderClassName
{
color: #1D705B;
}
.AnyTagClassName
{
color: #1D705B;
}
</style>
background-color css
<style>
a { background-color: #1D705B; }
a { background-color: rgb(29,112,91); }
div.DivClassName
{
background-color: #1D705B;
}
.BgClassName
{
background-color: #1D705B;
}
</style>
border-color css
<style>
span { border-color: #1D705B; }
span { border-color: rgb(29,112,91); }
td.TdClassName
{
border-color: #1D705B;
}
.TagClassName
{
border-color: #1D705B;
}
</style>