Shades of Eden #1E6059
Tints of Eden #1E6059
RGB
CMYK
RGB Variations
Color information
#1E6059 (or 0x1E6059) is known color: Eden. HEX triplet: 1E, 60 and 59. RGB value is (30,96,89). Sum of RGB (Red+Green+Blue) = 30+96+89=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6059 is #E19FA6. Grayscale: #4B4B4B. Windows color (decimal): -14786471 or 5857310. OLE color: 5857310.
HSL color Cylindrical-coordinate representation of color #1E6059: hue angle of 173.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6059 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 89 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.62 |
| HSL | 173.64º | 0.52% | 0.25% | - |
| HSV(B) | 173.64º | 0.69% | 0.38% | - |
| XYZ | 6.52 | 9.36 | 10.91 | - |
| YUV | 75.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 89 | 0.69 | 0 | 0.07 | 0.62 | 173.64 | 0.52 | 0.25 |
| Hex | 1E | 60 | 59 | 45 | 0 | 7 | 3E | AE | 34 | 19 |
| Octal | 36 | 140 | 131 | 105 | 0 | 7 | 76 | 256 | 64 | 31 |
| Binary | 11110 | 1100000 | 1011001 | 1000101 | 0 | 111 | 111110 | 10101110 | 110100 | 11001 |
Color Harmonies of #1E6059
Complementary color
Monochromatic Colors of #1E6059
Black with #1E6059
Text Example
Text Example
White with #1E6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6059; }
p { color: rgb(30,96,89); }
H1.HeaderClassName
{
color: #1E6059;
}
.AnyTagClassName
{
color: #1E6059;
}
</style>
background-color css
<style>
a { background-color: #1E6059; }
a { background-color: rgb(30,96,89); }
div.DivClassName
{
background-color: #1E6059;
}
.BgClassName
{
background-color: #1E6059;
}
</style>
border-color css
<style>
span { border-color: #1E6059; }
span { border-color: rgb(30,96,89); }
td.TdClassName
{
border-color: #1E6059;
}
.TagClassName
{
border-color: #1E6059;
}
</style>