Shades of Eden #1E5C55
Tints of Eden #1E5C55
RGB
CMYK
RGB Variations
Color information
#1E5C55 (or 0x1E5C55) is known color: Eden. HEX triplet: 1E, 5C and 55. RGB value is (30,92,85). Sum of RGB (Red+Green+Blue) = 30+92+85=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #1E5C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5C55 is #E1A3AA. Grayscale: #484848. Windows color (decimal): -14787499 or 5594142. OLE color: 5594142.
HSL color Cylindrical-coordinate representation of color #1E5C55: hue angle of 173.23º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5C55 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 92 | 85 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.64 |
| HSL | 173.23º | 0.51% | 0.24% | - |
| HSV(B) | 173.23º | 0.67% | 0.36% | - |
| XYZ | 6 | 8.59 | 9.94 | - |
| YUV | 72.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 85 | 0.67 | 0 | 0.08 | 0.64 | 173.23 | 0.51 | 0.24 |
| Hex | 1E | 5C | 55 | 43 | 0 | 8 | 40 | AD | 33 | 18 |
| Octal | 36 | 134 | 125 | 103 | 0 | 10 | 100 | 255 | 63 | 30 |
| Binary | 11110 | 1011100 | 1010101 | 1000011 | 0 | 1000 | 1000000 | 10101101 | 110011 | 11000 |
Color Harmonies of #1E5C55
Complementary color
Monochromatic Colors of #1E5C55
Black with #1E5C55
Text Example
Text Example
White with #1E5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5C55; }
p { color: rgb(30,92,85); }
H1.HeaderClassName
{
color: #1E5C55;
}
.AnyTagClassName
{
color: #1E5C55;
}
</style>
background-color css
<style>
a { background-color: #1E5C55; }
a { background-color: rgb(30,92,85); }
div.DivClassName
{
background-color: #1E5C55;
}
.BgClassName
{
background-color: #1E5C55;
}
</style>
border-color css
<style>
span { border-color: #1E5C55; }
span { border-color: rgb(30,92,85); }
td.TdClassName
{
border-color: #1E5C55;
}
.TagClassName
{
border-color: #1E5C55;
}
</style>