Shades of Eden #2E735B
Tints of Eden #2E735B
RGB
CMYK
RGB Variations
Color information
#2E735B (or 0x2E735B) is known color: Eden. HEX triplet: 2E, 73 and 5B. RGB value is (46,115,91). Sum of RGB (Red+Green+Blue) = 46+115+91=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #2E735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E735B is #D18CA4. Grayscale: #5B5B5B. Windows color (decimal): -13733029 or 5993262. OLE color: 5993262.
HSL color Cylindrical-coordinate representation of color #2E735B: hue angle of 159.13º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E735B is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 91 | - |
| CMYK | 0.6 | 0 | 0.21 | 0.55 |
| HSL | 159.13º | 0.43% | 0.32% | - |
| HSV(B) | 159.13º | 0.6% | 0.45% | - |
| XYZ | 9.15 | 13.6 | 12.04 | - |
| YUV | 91.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 91 | 0.6 | 0 | 0.21 | 0.55 | 159.13 | 0.43 | 0.32 |
| Hex | 2E | 73 | 5B | 3C | 0 | 15 | 37 | 9F | 2B | 20 |
| Octal | 56 | 163 | 133 | 74 | 0 | 25 | 67 | 237 | 53 | 40 |
| Binary | 101110 | 1110011 | 1011011 | 111100 | 0 | 10101 | 110111 | 10011111 | 101011 | 100000 |
Color Harmonies of #2E735B
Complementary color
Monochromatic Colors of #2E735B
Black with #2E735B
Text Example
Text Example
White with #2E735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E735B; }
p { color: rgb(46,115,91); }
H1.HeaderClassName
{
color: #2E735B;
}
.AnyTagClassName
{
color: #2E735B;
}
</style>
background-color css
<style>
a { background-color: #2E735B; }
a { background-color: rgb(46,115,91); }
div.DivClassName
{
background-color: #2E735B;
}
.BgClassName
{
background-color: #2E735B;
}
</style>
border-color css
<style>
span { border-color: #2E735B; }
span { border-color: rgb(46,115,91); }
td.TdClassName
{
border-color: #2E735B;
}
.TagClassName
{
border-color: #2E735B;
}
</style>