Shades of Eden #1E6A57
Tints of Eden #1E6A57
RGB
CMYK
RGB Variations
Color information
#1E6A57 (or 0x1E6A57) is known color: Eden. HEX triplet: 1E, 6A and 57. RGB value is (30,106,87). Sum of RGB (Red+Green+Blue) = 30+106+87=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A57 is #E195A8. Grayscale: #515151. Windows color (decimal): -14783913 or 5728798. OLE color: 5728798.
HSL color Cylindrical-coordinate representation of color #1E6A57: hue angle of 165º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6A57 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 106 | 87 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.58 |
| HSL | 165º | 0.56% | 0.27% | - |
| HSV(B) | 165º | 0.72% | 0.42% | - |
| XYZ | 7.41 | 11.27 | 10.8 | - |
| YUV | 81.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 87 | 0.72 | 0 | 0.18 | 0.58 | 165 | 0.56 | 0.27 |
| Hex | 1E | 6A | 57 | 48 | 0 | 12 | 3A | A5 | 38 | 1B |
| Octal | 36 | 152 | 127 | 110 | 0 | 22 | 72 | 245 | 70 | 33 |
| Binary | 11110 | 1101010 | 1010111 | 1001000 | 0 | 10010 | 111010 | 10100101 | 111000 | 11011 |
Color Harmonies of #1E6A57
Complementary color
Monochromatic Colors of #1E6A57
Black with #1E6A57
Text Example
Text Example
White with #1E6A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6A57; }
p { color: rgb(30,106,87); }
H1.HeaderClassName
{
color: #1E6A57;
}
.AnyTagClassName
{
color: #1E6A57;
}
</style>
background-color css
<style>
a { background-color: #1E6A57; }
a { background-color: rgb(30,106,87); }
div.DivClassName
{
background-color: #1E6A57;
}
.BgClassName
{
background-color: #1E6A57;
}
</style>
border-color css
<style>
span { border-color: #1E6A57; }
span { border-color: rgb(30,106,87); }
td.TdClassName
{
border-color: #1E6A57;
}
.TagClassName
{
border-color: #1E6A57;
}
</style>