Shades of Eden #1E675B
Tints of Eden #1E675B
RGB
CMYK
RGB Variations
Color information
#1E675B (or 0x1E675B) is known color: Eden. HEX triplet: 1E, 67 and 5B. RGB value is (30,103,91). Sum of RGB (Red+Green+Blue) = 30+103+91=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #1E675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E675B is #E198A4. Grayscale: #4F4F4F. Windows color (decimal): -14784677 or 5990174. OLE color: 5990174.
HSL color Cylindrical-coordinate representation of color #1E675B: hue angle of 170.14º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E675B is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 103 | 91 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.60 |
| HSL | 170.14º | 0.55% | 0.26% | - |
| HSV(B) | 170.14º | 0.71% | 0.4% | - |
| XYZ | 7.27 | 10.73 | 11.59 | - |
| YUV | 79.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 91 | 0.71 | 0 | 0.12 | 0.60 | 170.14 | 0.55 | 0.26 |
| Hex | 1E | 67 | 5B | 47 | 0 | C | 3C | AA | 37 | 1A |
| Octal | 36 | 147 | 133 | 107 | 0 | 14 | 74 | 252 | 67 | 32 |
| Binary | 11110 | 1100111 | 1011011 | 1000111 | 0 | 1100 | 111100 | 10101010 | 110111 | 11010 |
Color Harmonies of #1E675B
Complementary color
Monochromatic Colors of #1E675B
Black with #1E675B
Text Example
Text Example
White with #1E675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E675B; }
p { color: rgb(30,103,91); }
H1.HeaderClassName
{
color: #1E675B;
}
.AnyTagClassName
{
color: #1E675B;
}
</style>
background-color css
<style>
a { background-color: #1E675B; }
a { background-color: rgb(30,103,91); }
div.DivClassName
{
background-color: #1E675B;
}
.BgClassName
{
background-color: #1E675B;
}
</style>
border-color css
<style>
span { border-color: #1E675B; }
span { border-color: rgb(30,103,91); }
td.TdClassName
{
border-color: #1E675B;
}
.TagClassName
{
border-color: #1E675B;
}
</style>