Shades of Eden #2C6760
Tints of Eden #2C6760
RGB
CMYK
RGB Variations
Color information
#2C6760 (or 0x2C6760) is known color: Eden. HEX triplet: 2C, 67 and 60. RGB value is (44,103,96). Sum of RGB (Red+Green+Blue) = 44+103+96=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #2C6760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6760 is #D3989F. Grayscale: #545454. Windows color (decimal): -13867168 or 6317868. OLE color: 6317868.
HSL color Cylindrical-coordinate representation of color #2C6760: hue angle of 172.88º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C6760 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 96 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.60 |
| HSL | 172.88º | 0.4% | 0.29% | - |
| HSV(B) | 172.88º | 0.57% | 0.4% | - |
| XYZ | 8 | 11.08 | 12.78 | - |
| YUV | 84.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 96 | 0.57 | 0 | 0.07 | 0.60 | 172.88 | 0.4 | 0.29 |
| Hex | 2C | 67 | 60 | 39 | 0 | 7 | 3C | AD | 28 | 1D |
| Octal | 54 | 147 | 140 | 71 | 0 | 7 | 74 | 255 | 50 | 35 |
| Binary | 101100 | 1100111 | 1100000 | 111001 | 0 | 111 | 111100 | 10101101 | 101000 | 11101 |
Color Harmonies of #2C6760
Complementary color
Monochromatic Colors of #2C6760
Black with #2C6760
Text Example
Text Example
White with #2C6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6760; }
p { color: rgb(44,103,96); }
H1.HeaderClassName
{
color: #2C6760;
}
.AnyTagClassName
{
color: #2C6760;
}
</style>
background-color css
<style>
a { background-color: #2C6760; }
a { background-color: rgb(44,103,96); }
div.DivClassName
{
background-color: #2C6760;
}
.BgClassName
{
background-color: #2C6760;
}
</style>
border-color css
<style>
span { border-color: #2C6760; }
span { border-color: rgb(44,103,96); }
td.TdClassName
{
border-color: #2C6760;
}
.TagClassName
{
border-color: #2C6760;
}
</style>