Shades of Eden #2C6560
Tints of Eden #2C6560
RGB
CMYK
RGB Variations
Color information
#2C6560 (or 0x2C6560) is known color: Eden. HEX triplet: 2C, 65 and 60. RGB value is (44,101,96). Sum of RGB (Red+Green+Blue) = 44+101+96=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6560 is #D39A9F. Grayscale: #535353. Windows color (decimal): -13867680 or 6317356. OLE color: 6317356.
HSL color Cylindrical-coordinate representation of color #2C6560: hue angle of 174.74º 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 #2C6560 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 96 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.60 |
| HSL | 174.74º | 0.39% | 0.28% | - |
| HSV(B) | 174.74º | 0.56% | 0.4% | - |
| XYZ | 7.8 | 10.69 | 12.72 | - |
| YUV | 83.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 96 | 0.56 | 0 | 0.05 | 0.60 | 174.74 | 0.39 | 0.28 |
| Hex | 2C | 65 | 60 | 38 | 0 | 5 | 3C | AF | 27 | 1C |
| Octal | 54 | 145 | 140 | 70 | 0 | 5 | 74 | 257 | 47 | 34 |
| Binary | 101100 | 1100101 | 1100000 | 111000 | 0 | 101 | 111100 | 10101111 | 100111 | 11100 |
Color Harmonies of #2C6560
Complementary color
Monochromatic Colors of #2C6560
Black with #2C6560
Text Example
Text Example
White with #2C6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6560; }
p { color: rgb(44,101,96); }
H1.HeaderClassName
{
color: #2C6560;
}
.AnyTagClassName
{
color: #2C6560;
}
</style>
background-color css
<style>
a { background-color: #2C6560; }
a { background-color: rgb(44,101,96); }
div.DivClassName
{
background-color: #2C6560;
}
.BgClassName
{
background-color: #2C6560;
}
</style>
border-color css
<style>
span { border-color: #2C6560; }
span { border-color: rgb(44,101,96); }
td.TdClassName
{
border-color: #2C6560;
}
.TagClassName
{
border-color: #2C6560;
}
</style>