Shades of Eden #1E6958
Tints of Eden #1E6958
RGB
CMYK
RGB Variations
Color information
#1E6958 (or 0x1E6958) is known color: Eden. HEX triplet: 1E, 69 and 58. RGB value is (30,105,88). Sum of RGB (Red+Green+Blue) = 30+105+88=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6958 is #E196A7. Grayscale: #505050. Windows color (decimal): -14784168 or 5794078. OLE color: 5794078.
HSL color Cylindrical-coordinate representation of color #1E6958: hue angle of 166.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6958 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 88 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.59 |
| HSL | 166.4º | 0.56% | 0.26% | - |
| HSV(B) | 166.4º | 0.71% | 0.41% | - |
| XYZ | 7.35 | 11.08 | 10.98 | - |
| YUV | 80.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 88 | 0.71 | 0 | 0.16 | 0.59 | 166.4 | 0.56 | 0.26 |
| Hex | 1E | 69 | 58 | 47 | 0 | 10 | 3B | A6 | 38 | 1A |
| Octal | 36 | 151 | 130 | 107 | 0 | 20 | 73 | 246 | 70 | 32 |
| Binary | 11110 | 1101001 | 1011000 | 1000111 | 0 | 10000 | 111011 | 10100110 | 111000 | 11010 |
Color Harmonies of #1E6958
Complementary color
Monochromatic Colors of #1E6958
Black with #1E6958
Text Example
Text Example
White with #1E6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6958; }
p { color: rgb(30,105,88); }
H1.HeaderClassName
{
color: #1E6958;
}
.AnyTagClassName
{
color: #1E6958;
}
</style>
background-color css
<style>
a { background-color: #1E6958; }
a { background-color: rgb(30,105,88); }
div.DivClassName
{
background-color: #1E6958;
}
.BgClassName
{
background-color: #1E6958;
}
</style>
border-color css
<style>
span { border-color: #1E6958; }
span { border-color: rgb(30,105,88); }
td.TdClassName
{
border-color: #1E6958;
}
.TagClassName
{
border-color: #1E6958;
}
</style>