Shades of Eden #1D594F
Tints of Eden #1D594F
RGB
CMYK
RGB Variations
Color information
#1D594F (or 0x1D594F) is known color: Eden. HEX triplet: 1D, 59 and 4F. RGB value is (29,89,79). Sum of RGB (Red+Green+Blue) = 29+89+79=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #1D594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D594F is #E2A6B0. Grayscale: #454545. Windows color (decimal): -14853809 or 5200157. OLE color: 5200157.
HSL color Cylindrical-coordinate representation of color #1D594F: hue angle of 170º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D594F is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 89 | 79 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.65 |
| HSL | 170º | 0.51% | 0.23% | - |
| HSV(B) | 170º | 0.67% | 0.35% | - |
| XYZ | 5.49 | 7.97 | 8.65 | - |
| YUV | 69.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 79 | 0.67 | 0 | 0.11 | 0.65 | 170 | 0.51 | 0.23 |
| Hex | 1D | 59 | 4F | 43 | 0 | B | 41 | AA | 33 | 17 |
| Octal | 35 | 131 | 117 | 103 | 0 | 13 | 101 | 252 | 63 | 27 |
| Binary | 11101 | 1011001 | 1001111 | 1000011 | 0 | 1011 | 1000001 | 10101010 | 110011 | 10111 |
Color Harmonies of #1D594F
Complementary color
Monochromatic Colors of #1D594F
Black with #1D594F
Text Example
Text Example
White with #1D594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D594F; }
p { color: rgb(29,89,79); }
H1.HeaderClassName
{
color: #1D594F;
}
.AnyTagClassName
{
color: #1D594F;
}
</style>
background-color css
<style>
a { background-color: #1D594F; }
a { background-color: rgb(29,89,79); }
div.DivClassName
{
background-color: #1D594F;
}
.BgClassName
{
background-color: #1D594F;
}
</style>
border-color css
<style>
span { border-color: #1D594F; }
span { border-color: rgb(29,89,79); }
td.TdClassName
{
border-color: #1D594F;
}
.TagClassName
{
border-color: #1D594F;
}
</style>