Shades of Eden #1E6053
Tints of Eden #1E6053
RGB
CMYK
RGB Variations
Color information
#1E6053 (or 0x1E6053) is known color: Eden. HEX triplet: 1E, 60 and 53. RGB value is (30,96,83). Sum of RGB (Red+Green+Blue) = 30+96+83=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6053 is #E19FAC. Grayscale: #4A4A4A. Windows color (decimal): -14786477 or 5464094. OLE color: 5464094.
HSL color Cylindrical-coordinate representation of color #1E6053: hue angle of 168.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6053 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 83 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.62 |
| HSL | 168.18º | 0.52% | 0.25% | - |
| HSV(B) | 168.18º | 0.69% | 0.38% | - |
| XYZ | 6.28 | 9.27 | 9.64 | - |
| YUV | 74.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 83 | 0.69 | 0 | 0.14 | 0.62 | 168.18 | 0.52 | 0.25 |
| Hex | 1E | 60 | 53 | 45 | 0 | E | 3E | A8 | 34 | 19 |
| Octal | 36 | 140 | 123 | 105 | 0 | 16 | 76 | 250 | 64 | 31 |
| Binary | 11110 | 1100000 | 1010011 | 1000101 | 0 | 1110 | 111110 | 10101000 | 110100 | 11001 |
Color Harmonies of #1E6053
Complementary color
Monochromatic Colors of #1E6053
Black with #1E6053
Text Example
Text Example
White with #1E6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6053; }
p { color: rgb(30,96,83); }
H1.HeaderClassName
{
color: #1E6053;
}
.AnyTagClassName
{
color: #1E6053;
}
</style>
background-color css
<style>
a { background-color: #1E6053; }
a { background-color: rgb(30,96,83); }
div.DivClassName
{
background-color: #1E6053;
}
.BgClassName
{
background-color: #1E6053;
}
</style>
border-color css
<style>
span { border-color: #1E6053; }
span { border-color: rgb(30,96,83); }
td.TdClassName
{
border-color: #1E6053;
}
.TagClassName
{
border-color: #1E6053;
}
</style>