Shades of Eden #1E5B55
Tints of Eden #1E5B55
RGB
CMYK
RGB Variations
Color information
#1E5B55 (or 0x1E5B55) is known color: Eden. HEX triplet: 1E, 5B and 55. RGB value is (30,91,85). Sum of RGB (Red+Green+Blue) = 30+91+85=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #1E5B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5B55 is #E1A4AA. Grayscale: #484848. Windows color (decimal): -14787755 or 5593886. OLE color: 5593886.
HSL color Cylindrical-coordinate representation of color #1E5B55: hue angle of 174.1º degrees, saturation: 0.5, 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 #1E5B55 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 91 | 85 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.64 |
| HSL | 174.1º | 0.5% | 0.24% | - |
| HSV(B) | 174.1º | 0.67% | 0.36% | - |
| XYZ | 5.92 | 8.41 | 9.91 | - |
| YUV | 72.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 85 | 0.67 | 0 | 0.07 | 0.64 | 174.1 | 0.5 | 0.24 |
| Hex | 1E | 5B | 55 | 43 | 0 | 7 | 40 | AE | 32 | 18 |
| Octal | 36 | 133 | 125 | 103 | 0 | 7 | 100 | 256 | 62 | 30 |
| Binary | 11110 | 1011011 | 1010101 | 1000011 | 0 | 111 | 1000000 | 10101110 | 110010 | 11000 |
Color Harmonies of #1E5B55
Complementary color
Monochromatic Colors of #1E5B55
Black with #1E5B55
Text Example
Text Example
White with #1E5B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5B55; }
p { color: rgb(30,91,85); }
H1.HeaderClassName
{
color: #1E5B55;
}
.AnyTagClassName
{
color: #1E5B55;
}
</style>
background-color css
<style>
a { background-color: #1E5B55; }
a { background-color: rgb(30,91,85); }
div.DivClassName
{
background-color: #1E5B55;
}
.BgClassName
{
background-color: #1E5B55;
}
</style>
border-color css
<style>
span { border-color: #1E5B55; }
span { border-color: rgb(30,91,85); }
td.TdClassName
{
border-color: #1E5B55;
}
.TagClassName
{
border-color: #1E5B55;
}
</style>