Shades of Eden #1E6052
Tints of Eden #1E6052
RGB
CMYK
RGB Variations
Color information
#1E6052 (or 0x1E6052) is known color: Eden. HEX triplet: 1E, 60 and 52. RGB value is (30,96,82). Sum of RGB (Red+Green+Blue) = 30+96+82=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6052 is #E19FAD. Grayscale: #4A4A4A. Windows color (decimal): -14786478 or 5398558. OLE color: 5398558.
HSL color Cylindrical-coordinate representation of color #1E6052: hue angle of 167.27º degrees, saturation: 0.52, 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 #1E6052 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 82 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.62 |
| HSL | 167.27º | 0.52% | 0.25% | - |
| HSV(B) | 167.27º | 0.69% | 0.38% | - |
| XYZ | 6.24 | 9.25 | 9.44 | - |
| YUV | 74.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 82 | 0.69 | 0 | 0.15 | 0.62 | 167.27 | 0.52 | 0.25 |
| Hex | 1E | 60 | 52 | 45 | 0 | F | 3E | A7 | 34 | 19 |
| Octal | 36 | 140 | 122 | 105 | 0 | 17 | 76 | 247 | 64 | 31 |
| Binary | 11110 | 1100000 | 1010010 | 1000101 | 0 | 1111 | 111110 | 10100111 | 110100 | 11001 |
Color Harmonies of #1E6052
Complementary color
Monochromatic Colors of #1E6052
Black with #1E6052
Text Example
Text Example
White with #1E6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6052; }
p { color: rgb(30,96,82); }
H1.HeaderClassName
{
color: #1E6052;
}
.AnyTagClassName
{
color: #1E6052;
}
</style>
background-color css
<style>
a { background-color: #1E6052; }
a { background-color: rgb(30,96,82); }
div.DivClassName
{
background-color: #1E6052;
}
.BgClassName
{
background-color: #1E6052;
}
</style>
border-color css
<style>
span { border-color: #1E6052; }
span { border-color: rgb(30,96,82); }
td.TdClassName
{
border-color: #1E6052;
}
.TagClassName
{
border-color: #1E6052;
}
</style>