Shades of Eden #1E5F55
Tints of Eden #1E5F55
RGB
CMYK
RGB Variations
Color information
#1E5F55 (or 0x1E5F55) is known color: Eden. HEX triplet: 1E, 5F and 55. RGB value is (30,95,85). Sum of RGB (Red+Green+Blue) = 30+95+85=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #1E5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5F55 is #E1A0AA. Grayscale: #4A4A4A. Windows color (decimal): -14786731 or 5594910. OLE color: 5594910.
HSL color Cylindrical-coordinate representation of color #1E5F55: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5F55 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 95 | 85 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.63 |
| HSL | 170.77º | 0.52% | 0.25% | - |
| HSV(B) | 170.77º | 0.68% | 0.37% | - |
| XYZ | 6.27 | 9.12 | 10.02 | - |
| YUV | 74.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 85 | 0.68 | 0 | 0.11 | 0.63 | 170.77 | 0.52 | 0.25 |
| Hex | 1E | 5F | 55 | 44 | 0 | B | 3F | AB | 34 | 19 |
| Octal | 36 | 137 | 125 | 104 | 0 | 13 | 77 | 253 | 64 | 31 |
| Binary | 11110 | 1011111 | 1010101 | 1000100 | 0 | 1011 | 111111 | 10101011 | 110100 | 11001 |
Color Harmonies of #1E5F55
Complementary color
Monochromatic Colors of #1E5F55
Black with #1E5F55
Text Example
Text Example
White with #1E5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5F55; }
p { color: rgb(30,95,85); }
H1.HeaderClassName
{
color: #1E5F55;
}
.AnyTagClassName
{
color: #1E5F55;
}
</style>
background-color css
<style>
a { background-color: #1E5F55; }
a { background-color: rgb(30,95,85); }
div.DivClassName
{
background-color: #1E5F55;
}
.BgClassName
{
background-color: #1E5F55;
}
</style>
border-color css
<style>
span { border-color: #1E5F55; }
span { border-color: rgb(30,95,85); }
td.TdClassName
{
border-color: #1E5F55;
}
.TagClassName
{
border-color: #1E5F55;
}
</style>