Shades of Eden #2C7259
Tints of Eden #2C7259
RGB
CMYK
RGB Variations
Color information
#2C7259 (or 0x2C7259) is known color: Eden. HEX triplet: 2C, 72 and 59. RGB value is (44,114,89). Sum of RGB (Red+Green+Blue) = 44+114+89=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7259 is #D38DA6. Grayscale: #5A5A5A. Windows color (decimal): -13864359 or 5861932. OLE color: 5861932.
HSL color Cylindrical-coordinate representation of color #2C7259: hue angle of 158.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7259 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 89 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.55 |
| HSL | 158.57º | 0.44% | 0.31% | - |
| HSV(B) | 158.57º | 0.61% | 0.45% | - |
| XYZ | 8.86 | 13.29 | 11.55 | - |
| YUV | 90.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 89 | 0.61 | 0 | 0.22 | 0.55 | 158.57 | 0.44 | 0.31 |
| Hex | 2C | 72 | 59 | 3D | 0 | 16 | 37 | 9F | 2C | 1F |
| Octal | 54 | 162 | 131 | 75 | 0 | 26 | 67 | 237 | 54 | 37 |
| Binary | 101100 | 1110010 | 1011001 | 111101 | 0 | 10110 | 110111 | 10011111 | 101100 | 11111 |
Color Harmonies of #2C7259
Complementary color
Monochromatic Colors of #2C7259
Black with #2C7259
Text Example
Text Example
White with #2C7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7259; }
p { color: rgb(44,114,89); }
H1.HeaderClassName
{
color: #2C7259;
}
.AnyTagClassName
{
color: #2C7259;
}
</style>
background-color css
<style>
a { background-color: #2C7259; }
a { background-color: rgb(44,114,89); }
div.DivClassName
{
background-color: #2C7259;
}
.BgClassName
{
background-color: #2C7259;
}
</style>
border-color css
<style>
span { border-color: #2C7259; }
span { border-color: rgb(44,114,89); }
td.TdClassName
{
border-color: #2C7259;
}
.TagClassName
{
border-color: #2C7259;
}
</style>