Shades of Eden #1E6B55
Tints of Eden #1E6B55
RGB
CMYK
RGB Variations
Color information
#1E6B55 (or 0x1E6B55) is known color: Eden. HEX triplet: 1E, 6B and 55. RGB value is (30,107,85). Sum of RGB (Red+Green+Blue) = 30+107+85=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B55 is #E194AA. Grayscale: #515151. Windows color (decimal): -14783659 or 5597982. OLE color: 5597982.
HSL color Cylindrical-coordinate representation of color #1E6B55: hue angle of 162.86º 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 #1E6B55 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 85 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.58 |
| HSL | 162.86º | 0.56% | 0.27% | - |
| HSV(B) | 162.86º | 0.72% | 0.42% | - |
| XYZ | 7.43 | 11.45 | 10.41 | - |
| YUV | 81.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 85 | 0.72 | 0 | 0.21 | 0.58 | 162.86 | 0.56 | 0.27 |
| Hex | 1E | 6B | 55 | 48 | 0 | 15 | 3A | A3 | 38 | 1B |
| Octal | 36 | 153 | 125 | 110 | 0 | 25 | 72 | 243 | 70 | 33 |
| Binary | 11110 | 1101011 | 1010101 | 1001000 | 0 | 10101 | 111010 | 10100011 | 111000 | 11011 |
Color Harmonies of #1E6B55
Complementary color
Monochromatic Colors of #1E6B55
Black with #1E6B55
Text Example
Text Example
White with #1E6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B55; }
p { color: rgb(30,107,85); }
H1.HeaderClassName
{
color: #1E6B55;
}
.AnyTagClassName
{
color: #1E6B55;
}
</style>
background-color css
<style>
a { background-color: #1E6B55; }
a { background-color: rgb(30,107,85); }
div.DivClassName
{
background-color: #1E6B55;
}
.BgClassName
{
background-color: #1E6B55;
}
</style>
border-color css
<style>
span { border-color: #1E6B55; }
span { border-color: rgb(30,107,85); }
td.TdClassName
{
border-color: #1E6B55;
}
.TagClassName
{
border-color: #1E6B55;
}
</style>