Shades of Eden #1E5852
Tints of Eden #1E5852
RGB
CMYK
RGB Variations
Color information
#1E5852 (or 0x1E5852) is known color: Eden. HEX triplet: 1E, 58 and 52. RGB value is (30,88,82). Sum of RGB (Red+Green+Blue) = 30+88+82=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5852 is #E1A7AD. Grayscale: #454545. Windows color (decimal): -14788526 or 5396510. OLE color: 5396510.
HSL color Cylindrical-coordinate representation of color #1E5852: hue angle of 173.79º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5852 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 88 | 82 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.65 |
| HSL | 173.79º | 0.49% | 0.23% | - |
| HSV(B) | 173.79º | 0.66% | 0.35% | - |
| XYZ | 5.55 | 7.86 | 9.21 | - |
| YUV | 69.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 88 | 82 | 0.66 | 0 | 0.07 | 0.65 | 173.79 | 0.49 | 0.23 |
| Hex | 1E | 58 | 52 | 42 | 0 | 7 | 41 | AE | 31 | 17 |
| Octal | 36 | 130 | 122 | 102 | 0 | 7 | 101 | 256 | 61 | 27 |
| Binary | 11110 | 1011000 | 1010010 | 1000010 | 0 | 111 | 1000001 | 10101110 | 110001 | 10111 |
Color Harmonies of #1E5852
Complementary color
Monochromatic Colors of #1E5852
Black with #1E5852
Text Example
Text Example
White with #1E5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5852; }
p { color: rgb(30,88,82); }
H1.HeaderClassName
{
color: #1E5852;
}
.AnyTagClassName
{
color: #1E5852;
}
</style>
background-color css
<style>
a { background-color: #1E5852; }
a { background-color: rgb(30,88,82); }
div.DivClassName
{
background-color: #1E5852;
}
.BgClassName
{
background-color: #1E5852;
}
</style>
border-color css
<style>
span { border-color: #1E5852; }
span { border-color: rgb(30,88,82); }
td.TdClassName
{
border-color: #1E5852;
}
.TagClassName
{
border-color: #1E5852;
}
</style>