Shades of Eden #1E5A54
Tints of Eden #1E5A54
RGB
CMYK
RGB Variations
Color information
#1E5A54 (or 0x1E5A54) is known color: Eden. HEX triplet: 1E, 5A and 54. RGB value is (30,90,84). Sum of RGB (Red+Green+Blue) = 30+90+84=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5A54 is #E1A5AB. Grayscale: #474747. Windows color (decimal): -14788012 or 5528094. OLE color: 5528094.
HSL color Cylindrical-coordinate representation of color #1E5A54: hue angle of 174º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A54 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 90 | 84 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.65 |
| HSL | 174º | 0.5% | 0.24% | - |
| HSV(B) | 174º | 0.67% | 0.35% | - |
| XYZ | 5.79 | 8.23 | 9.67 | - |
| YUV | 71.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 84 | 0.67 | 0 | 0.07 | 0.65 | 174 | 0.5 | 0.24 |
| Hex | 1E | 5A | 54 | 43 | 0 | 7 | 41 | AE | 32 | 18 |
| Octal | 36 | 132 | 124 | 103 | 0 | 7 | 101 | 256 | 62 | 30 |
| Binary | 11110 | 1011010 | 1010100 | 1000011 | 0 | 111 | 1000001 | 10101110 | 110010 | 11000 |
Color Harmonies of #1E5A54
Complementary color
Monochromatic Colors of #1E5A54
Black with #1E5A54
Text Example
Text Example
White with #1E5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A54; }
p { color: rgb(30,90,84); }
H1.HeaderClassName
{
color: #1E5A54;
}
.AnyTagClassName
{
color: #1E5A54;
}
</style>
background-color css
<style>
a { background-color: #1E5A54; }
a { background-color: rgb(30,90,84); }
div.DivClassName
{
background-color: #1E5A54;
}
.BgClassName
{
background-color: #1E5A54;
}
</style>
border-color css
<style>
span { border-color: #1E5A54; }
span { border-color: rgb(30,90,84); }
td.TdClassName
{
border-color: #1E5A54;
}
.TagClassName
{
border-color: #1E5A54;
}
</style>