Shades of Eden #1E6A54
Tints of Eden #1E6A54
RGB
CMYK
RGB Variations
Color information
#1E6A54 (or 0x1E6A54) is known color: Eden. HEX triplet: 1E, 6A and 54. RGB value is (30,106,84). Sum of RGB (Red+Green+Blue) = 30+106+84=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A54 is #E195AB. Grayscale: #505050. Windows color (decimal): -14783916 or 5532190. OLE color: 5532190.
HSL color Cylindrical-coordinate representation of color #1E6A54: hue angle of 162.63º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6A54 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 106 | 84 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.58 |
| HSL | 162.63º | 0.56% | 0.27% | - |
| HSV(B) | 162.63º | 0.72% | 0.42% | - |
| XYZ | 7.29 | 11.22 | 10.17 | - |
| YUV | 80.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 84 | 0.72 | 0 | 0.21 | 0.58 | 162.63 | 0.56 | 0.27 |
| Hex | 1E | 6A | 54 | 48 | 0 | 15 | 3A | A3 | 38 | 1B |
| Octal | 36 | 152 | 124 | 110 | 0 | 25 | 72 | 243 | 70 | 33 |
| Binary | 11110 | 1101010 | 1010100 | 1001000 | 0 | 10101 | 111010 | 10100011 | 111000 | 11011 |
Color Harmonies of #1E6A54
Complementary color
Monochromatic Colors of #1E6A54
Black with #1E6A54
Text Example
Text Example
White with #1E6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6A54; }
p { color: rgb(30,106,84); }
H1.HeaderClassName
{
color: #1E6A54;
}
.AnyTagClassName
{
color: #1E6A54;
}
</style>
background-color css
<style>
a { background-color: #1E6A54; }
a { background-color: rgb(30,106,84); }
div.DivClassName
{
background-color: #1E6A54;
}
.BgClassName
{
background-color: #1E6A54;
}
</style>
border-color css
<style>
span { border-color: #1E6A54; }
span { border-color: rgb(30,106,84); }
td.TdClassName
{
border-color: #1E6A54;
}
.TagClassName
{
border-color: #1E6A54;
}
</style>