Shades of Eden #2C6058
Tints of Eden #2C6058
RGB
CMYK
RGB Variations
Color information
#2C6058 (or 0x2C6058) is known color: Eden. HEX triplet: 2C, 60 and 58. RGB value is (44,96,88). Sum of RGB (Red+Green+Blue) = 44+96+88=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6058 is #D39FA7. Grayscale: #4F4F4F. Windows color (decimal): -13868968 or 5791788. OLE color: 5791788.
HSL color Cylindrical-coordinate representation of color #2C6058: hue angle of 170.77º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C6058 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 96 | 88 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.62 |
| HSL | 170.77º | 0.37% | 0.27% | - |
| HSV(B) | 170.77º | 0.54% | 0.38% | - |
| XYZ | 6.98 | 9.61 | 10.72 | - |
| YUV | 79.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 88 | 0.54 | 0 | 0.08 | 0.62 | 170.77 | 0.37 | 0.27 |
| Hex | 2C | 60 | 58 | 36 | 0 | 8 | 3E | AB | 25 | 1B |
| Octal | 54 | 140 | 130 | 66 | 0 | 10 | 76 | 253 | 45 | 33 |
| Binary | 101100 | 1100000 | 1011000 | 110110 | 0 | 1000 | 111110 | 10101011 | 100101 | 11011 |
Color Harmonies of #2C6058
Complementary color
Monochromatic Colors of #2C6058
Black with #2C6058
Text Example
Text Example
White with #2C6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6058; }
p { color: rgb(44,96,88); }
H1.HeaderClassName
{
color: #2C6058;
}
.AnyTagClassName
{
color: #2C6058;
}
</style>
background-color css
<style>
a { background-color: #2C6058; }
a { background-color: rgb(44,96,88); }
div.DivClassName
{
background-color: #2C6058;
}
.BgClassName
{
background-color: #2C6058;
}
</style>
border-color css
<style>
span { border-color: #2C6058; }
span { border-color: rgb(44,96,88); }
td.TdClassName
{
border-color: #2C6058;
}
.TagClassName
{
border-color: #2C6058;
}
</style>