Shades of Eden #1E6E58
Tints of Eden #1E6E58
RGB
CMYK
RGB Variations
Color information
#1E6E58 (or 0x1E6E58) is known color: Eden. HEX triplet: 1E, 6E and 58. RGB value is (30,110,88). Sum of RGB (Red+Green+Blue) = 30+110+88=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E58 is #E191A7. Grayscale: #535353. Windows color (decimal): -14782888 or 5795358. OLE color: 5795358.
HSL color Cylindrical-coordinate representation of color #1E6E58: hue angle of 163.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6E58 is Cyan = 0.73, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 110 | 88 | - |
| CMYK | 0.73 | 0 | 0.2 | 0.57 |
| HSL | 163.5º | 0.57% | 0.27% | - |
| HSV(B) | 163.5º | 0.73% | 0.43% | - |
| XYZ | 7.87 | 12.13 | 11.16 | - |
| YUV | 83.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 88 | 0.73 | 0 | 0.2 | 0.57 | 163.5 | 0.57 | 0.27 |
| Hex | 1E | 6E | 58 | 49 | 0 | 14 | 39 | A4 | 39 | 1B |
| Octal | 36 | 156 | 130 | 111 | 0 | 24 | 71 | 244 | 71 | 33 |
| Binary | 11110 | 1101110 | 1011000 | 1001001 | 0 | 10100 | 111001 | 10100100 | 111001 | 11011 |
Color Harmonies of #1E6E58
Complementary color
Monochromatic Colors of #1E6E58
Black with #1E6E58
Text Example
Text Example
White with #1E6E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6E58; }
p { color: rgb(30,110,88); }
H1.HeaderClassName
{
color: #1E6E58;
}
.AnyTagClassName
{
color: #1E6E58;
}
</style>
background-color css
<style>
a { background-color: #1E6E58; }
a { background-color: rgb(30,110,88); }
div.DivClassName
{
background-color: #1E6E58;
}
.BgClassName
{
background-color: #1E6E58;
}
</style>
border-color css
<style>
span { border-color: #1E6E58; }
span { border-color: rgb(30,110,88); }
td.TdClassName
{
border-color: #1E6E58;
}
.TagClassName
{
border-color: #1E6E58;
}
</style>