Shades of Eden #1E6153
Tints of Eden #1E6153
RGB
CMYK
RGB Variations
Color information
#1E6153 (or 0x1E6153) is known color: Eden. HEX triplet: 1E, 61 and 53. RGB value is (30,97,83). Sum of RGB (Red+Green+Blue) = 30+97+83=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6153 is #E19EAC. Grayscale: #4B4B4B. Windows color (decimal): -14786221 or 5464350. OLE color: 5464350.
HSL color Cylindrical-coordinate representation of color #1E6153: hue angle of 167.46º degrees, saturation: 0.53, 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 #1E6153 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 83 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.62 |
| HSL | 167.46º | 0.53% | 0.25% | - |
| HSV(B) | 167.46º | 0.69% | 0.38% | - |
| XYZ | 6.37 | 9.45 | 9.67 | - |
| YUV | 75.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 83 | 0.69 | 0 | 0.14 | 0.62 | 167.46 | 0.53 | 0.25 |
| Hex | 1E | 61 | 53 | 45 | 0 | E | 3E | A7 | 35 | 19 |
| Octal | 36 | 141 | 123 | 105 | 0 | 16 | 76 | 247 | 65 | 31 |
| Binary | 11110 | 1100001 | 1010011 | 1000101 | 0 | 1110 | 111110 | 10100111 | 110101 | 11001 |
Color Harmonies of #1E6153
Complementary color
Monochromatic Colors of #1E6153
Black with #1E6153
Text Example
Text Example
White with #1E6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6153; }
p { color: rgb(30,97,83); }
H1.HeaderClassName
{
color: #1E6153;
}
.AnyTagClassName
{
color: #1E6153;
}
</style>
background-color css
<style>
a { background-color: #1E6153; }
a { background-color: rgb(30,97,83); }
div.DivClassName
{
background-color: #1E6153;
}
.BgClassName
{
background-color: #1E6153;
}
</style>
border-color css
<style>
span { border-color: #1E6153; }
span { border-color: rgb(30,97,83); }
td.TdClassName
{
border-color: #1E6153;
}
.TagClassName
{
border-color: #1E6153;
}
</style>