Shades of Eden #1E6156
Tints of Eden #1E6156
RGB
CMYK
RGB Variations
Color information
#1E6156 (or 0x1E6156) is known color: Eden. HEX triplet: 1E, 61 and 56. RGB value is (30,97,86). Sum of RGB (Red+Green+Blue) = 30+97+86=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6156 is #E19EA9. Grayscale: #4B4B4B. Windows color (decimal): -14786218 or 5660958. OLE color: 5660958.
HSL color Cylindrical-coordinate representation of color #1E6156: hue angle of 170.15º 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 #1E6156 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 86 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.62 |
| HSL | 170.15º | 0.53% | 0.25% | - |
| HSV(B) | 170.15º | 0.69% | 0.38% | - |
| XYZ | 6.49 | 9.5 | 10.3 | - |
| YUV | 75.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 86 | 0.69 | 0 | 0.11 | 0.62 | 170.15 | 0.53 | 0.25 |
| Hex | 1E | 61 | 56 | 45 | 0 | B | 3E | AA | 35 | 19 |
| Octal | 36 | 141 | 126 | 105 | 0 | 13 | 76 | 252 | 65 | 31 |
| Binary | 11110 | 1100001 | 1010110 | 1000101 | 0 | 1011 | 111110 | 10101010 | 110101 | 11001 |
Color Harmonies of #1E6156
Complementary color
Monochromatic Colors of #1E6156
Black with #1E6156
Text Example
Text Example
White with #1E6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6156; }
p { color: rgb(30,97,86); }
H1.HeaderClassName
{
color: #1E6156;
}
.AnyTagClassName
{
color: #1E6156;
}
</style>
background-color css
<style>
a { background-color: #1E6156; }
a { background-color: rgb(30,97,86); }
div.DivClassName
{
background-color: #1E6156;
}
.BgClassName
{
background-color: #1E6156;
}
</style>
border-color css
<style>
span { border-color: #1E6156; }
span { border-color: rgb(30,97,86); }
td.TdClassName
{
border-color: #1E6156;
}
.TagClassName
{
border-color: #1E6156;
}
</style>