Shades of Eden #1D6053
Tints of Eden #1D6053
RGB
CMYK
RGB Variations
Color information
#1D6053 (or 0x1D6053) is known color: Eden. HEX triplet: 1D, 60 and 53. RGB value is (29,96,83). Sum of RGB (Red+Green+Blue) = 29+96+83=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6053 is #E29FAC. Grayscale: #4A4A4A. Windows color (decimal): -14852013 or 5464093. OLE color: 5464093.
HSL color Cylindrical-coordinate representation of color #1D6053: hue angle of 168.36º 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 #1D6053 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 83 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.62 |
| HSL | 168.36º | 0.54% | 0.25% | - |
| HSV(B) | 168.36º | 0.7% | 0.38% | - |
| XYZ | 6.25 | 9.25 | 9.64 | - |
| YUV | 74.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 83 | 0.70 | 0 | 0.14 | 0.62 | 168.36 | 0.54 | 0.25 |
| Hex | 1D | 60 | 53 | 46 | 0 | E | 3E | A8 | 36 | 19 |
| Octal | 35 | 140 | 123 | 106 | 0 | 16 | 76 | 250 | 66 | 31 |
| Binary | 11101 | 1100000 | 1010011 | 1000110 | 0 | 1110 | 111110 | 10101000 | 110110 | 11001 |
Color Harmonies of #1D6053
Complementary color
Monochromatic Colors of #1D6053
Black with #1D6053
Text Example
Text Example
White with #1D6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6053; }
p { color: rgb(29,96,83); }
H1.HeaderClassName
{
color: #1D6053;
}
.AnyTagClassName
{
color: #1D6053;
}
</style>
background-color css
<style>
a { background-color: #1D6053; }
a { background-color: rgb(29,96,83); }
div.DivClassName
{
background-color: #1D6053;
}
.BgClassName
{
background-color: #1D6053;
}
</style>
border-color css
<style>
span { border-color: #1D6053; }
span { border-color: rgb(29,96,83); }
td.TdClassName
{
border-color: #1D6053;
}
.TagClassName
{
border-color: #1D6053;
}
</style>