Shades of Eden #2C6557
Tints of Eden #2C6557
RGB
CMYK
RGB Variations
Color information
#2C6557 (or 0x2C6557) is known color: Eden. HEX triplet: 2C, 65 and 57. RGB value is (44,101,87). Sum of RGB (Red+Green+Blue) = 44+101+87=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6557 is #D39AA8. Grayscale: #525252. Windows color (decimal): -13867689 or 5727532. OLE color: 5727532.
HSL color Cylindrical-coordinate representation of color #2C6557: hue angle of 165.26º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C6557 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 87 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.60 |
| HSL | 165.26º | 0.39% | 0.28% | - |
| HSV(B) | 165.26º | 0.56% | 0.4% | - |
| XYZ | 7.41 | 10.53 | 10.66 | - |
| YUV | 82.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 87 | 0.56 | 0 | 0.14 | 0.60 | 165.26 | 0.39 | 0.28 |
| Hex | 2C | 65 | 57 | 38 | 0 | E | 3C | A5 | 27 | 1C |
| Octal | 54 | 145 | 127 | 70 | 0 | 16 | 74 | 245 | 47 | 34 |
| Binary | 101100 | 1100101 | 1010111 | 111000 | 0 | 1110 | 111100 | 10100101 | 100111 | 11100 |
Color Harmonies of #2C6557
Complementary color
Monochromatic Colors of #2C6557
Black with #2C6557
Text Example
Text Example
White with #2C6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6557; }
p { color: rgb(44,101,87); }
H1.HeaderClassName
{
color: #2C6557;
}
.AnyTagClassName
{
color: #2C6557;
}
</style>
background-color css
<style>
a { background-color: #2C6557; }
a { background-color: rgb(44,101,87); }
div.DivClassName
{
background-color: #2C6557;
}
.BgClassName
{
background-color: #2C6557;
}
</style>
border-color css
<style>
span { border-color: #2C6557; }
span { border-color: rgb(44,101,87); }
td.TdClassName
{
border-color: #2C6557;
}
.TagClassName
{
border-color: #2C6557;
}
</style>