Shades of Eden #1E6355
Tints of Eden #1E6355
RGB
CMYK
RGB Variations
Color information
#1E6355 (or 0x1E6355) is known color: Eden. HEX triplet: 1E, 63 and 55. RGB value is (30,99,85). Sum of RGB (Red+Green+Blue) = 30+99+85=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6355 is #E19CAA. Grayscale: #4C4C4C. Windows color (decimal): -14785707 or 5595934. OLE color: 5595934.
HSL color Cylindrical-coordinate representation of color #1E6355: hue angle of 167.83º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6355 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 99 | 85 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.61 |
| HSL | 167.83º | 0.53% | 0.25% | - |
| HSV(B) | 167.83º | 0.7% | 0.39% | - |
| XYZ | 6.64 | 9.86 | 10.15 | - |
| YUV | 76.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 85 | 0.70 | 0 | 0.14 | 0.61 | 167.83 | 0.53 | 0.25 |
| Hex | 1E | 63 | 55 | 46 | 0 | E | 3D | A8 | 35 | 19 |
| Octal | 36 | 143 | 125 | 106 | 0 | 16 | 75 | 250 | 65 | 31 |
| Binary | 11110 | 1100011 | 1010101 | 1000110 | 0 | 1110 | 111101 | 10101000 | 110101 | 11001 |
Color Harmonies of #1E6355
Complementary color
Monochromatic Colors of #1E6355
Black with #1E6355
Text Example
Text Example
White with #1E6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6355; }
p { color: rgb(30,99,85); }
H1.HeaderClassName
{
color: #1E6355;
}
.AnyTagClassName
{
color: #1E6355;
}
</style>
background-color css
<style>
a { background-color: #1E6355; }
a { background-color: rgb(30,99,85); }
div.DivClassName
{
background-color: #1E6355;
}
.BgClassName
{
background-color: #1E6355;
}
</style>
border-color css
<style>
span { border-color: #1E6355; }
span { border-color: rgb(30,99,85); }
td.TdClassName
{
border-color: #1E6355;
}
.TagClassName
{
border-color: #1E6355;
}
</style>