Shades of Eden #1E5652
Tints of Eden #1E5652
RGB
CMYK
RGB Variations
Color information
#1E5652 (or 0x1E5652) is known color: Eden. HEX triplet: 1E, 56 and 52. RGB value is (30,86,82). Sum of RGB (Red+Green+Blue) = 30+86+82=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 86 - color contains mainly: green. Hex color #1E5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5652 is #E1A9AD. Grayscale: #444444. Windows color (decimal): -14789038 or 5395998. OLE color: 5395998.
HSL color Cylindrical-coordinate representation of color #1E5652: hue angle of 175.71º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5652 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 86 | 82 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.66 |
| HSL | 175.71º | 0.48% | 0.23% | - |
| HSV(B) | 175.71º | 0.65% | 0.34% | - |
| XYZ | 5.39 | 7.54 | 9.15 | - |
| YUV | 68.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 82 | 0.65 | 0 | 0.05 | 0.66 | 175.71 | 0.48 | 0.23 |
| Hex | 1E | 56 | 52 | 41 | 0 | 5 | 42 | B0 | 30 | 17 |
| Octal | 36 | 126 | 122 | 101 | 0 | 5 | 102 | 260 | 60 | 27 |
| Binary | 11110 | 1010110 | 1010010 | 1000001 | 0 | 101 | 1000010 | 10110000 | 110000 | 10111 |
Color Harmonies of #1E5652
Complementary color
Monochromatic Colors of #1E5652
Black with #1E5652
Text Example
Text Example
White with #1E5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5652; }
p { color: rgb(30,86,82); }
H1.HeaderClassName
{
color: #1E5652;
}
.AnyTagClassName
{
color: #1E5652;
}
</style>
background-color css
<style>
a { background-color: #1E5652; }
a { background-color: rgb(30,86,82); }
div.DivClassName
{
background-color: #1E5652;
}
.BgClassName
{
background-color: #1E5652;
}
</style>
border-color css
<style>
span { border-color: #1E5652; }
span { border-color: rgb(30,86,82); }
td.TdClassName
{
border-color: #1E5652;
}
.TagClassName
{
border-color: #1E5652;
}
</style>