Shades of Eden #2E6D5C
Tints of Eden #2E6D5C
RGB
CMYK
RGB Variations
Color information
#2E6D5C (or 0x2E6D5C) is known color: Eden. HEX triplet: 2E, 6D and 5C. RGB value is (46,109,92). Sum of RGB (Red+Green+Blue) = 46+109+92=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D5C is #D192A3. Grayscale: #585858. Windows color (decimal): -13734564 or 6057262. OLE color: 6057262.
HSL color Cylindrical-coordinate representation of color #2E6D5C: hue angle of 163.81º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D5C is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 109 | 92 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.57 |
| HSL | 163.81º | 0.41% | 0.3% | - |
| HSV(B) | 163.81º | 0.58% | 0.43% | - |
| XYZ | 8.53 | 12.29 | 12.05 | - |
| YUV | 88.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 92 | 0.58 | 0 | 0.16 | 0.57 | 163.81 | 0.41 | 0.3 |
| Hex | 2E | 6D | 5C | 3A | 0 | 10 | 39 | A4 | 29 | 1E |
| Octal | 56 | 155 | 134 | 72 | 0 | 20 | 71 | 244 | 51 | 36 |
| Binary | 101110 | 1101101 | 1011100 | 111010 | 0 | 10000 | 111001 | 10100100 | 101001 | 11110 |
Color Harmonies of #2E6D5C
Complementary color
Monochromatic Colors of #2E6D5C
Black with #2E6D5C
Text Example
Text Example
White with #2E6D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D5C; }
p { color: rgb(46,109,92); }
H1.HeaderClassName
{
color: #2E6D5C;
}
.AnyTagClassName
{
color: #2E6D5C;
}
</style>
background-color css
<style>
a { background-color: #2E6D5C; }
a { background-color: rgb(46,109,92); }
div.DivClassName
{
background-color: #2E6D5C;
}
.BgClassName
{
background-color: #2E6D5C;
}
</style>
border-color css
<style>
span { border-color: #2E6D5C; }
span { border-color: rgb(46,109,92); }
td.TdClassName
{
border-color: #2E6D5C;
}
.TagClassName
{
border-color: #2E6D5C;
}
</style>