Shades of Eden #2C5E58
Tints of Eden #2C5E58
RGB
CMYK
RGB Variations
Color information
#2C5E58 (or 0x2C5E58) is known color: Eden. HEX triplet: 2C, 5E and 58. RGB value is (44,94,88). Sum of RGB (Red+Green+Blue) = 44+94+88=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #2C5E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5E58 is #D3A1A7. Grayscale: #4E4E4E. Windows color (decimal): -13869480 or 5791276. OLE color: 5791276.
HSL color Cylindrical-coordinate representation of color #2C5E58: hue angle of 172.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5E58 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 94 | 88 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.63 |
| HSL | 172.8º | 0.36% | 0.27% | - |
| HSV(B) | 172.8º | 0.53% | 0.37% | - |
| XYZ | 6.8 | 9.25 | 10.66 | - |
| YUV | 78.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 94 | 88 | 0.53 | 0 | 0.06 | 0.63 | 172.8 | 0.36 | 0.27 |
| Hex | 2C | 5E | 58 | 35 | 0 | 6 | 3F | AD | 24 | 1B |
| Octal | 54 | 136 | 130 | 65 | 0 | 6 | 77 | 255 | 44 | 33 |
| Binary | 101100 | 1011110 | 1011000 | 110101 | 0 | 110 | 111111 | 10101101 | 100100 | 11011 |
Color Harmonies of #2C5E58
Complementary color
Monochromatic Colors of #2C5E58
Black with #2C5E58
Text Example
Text Example
White with #2C5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5E58; }
p { color: rgb(44,94,88); }
H1.HeaderClassName
{
color: #2C5E58;
}
.AnyTagClassName
{
color: #2C5E58;
}
</style>
background-color css
<style>
a { background-color: #2C5E58; }
a { background-color: rgb(44,94,88); }
div.DivClassName
{
background-color: #2C5E58;
}
.BgClassName
{
background-color: #2C5E58;
}
</style>
border-color css
<style>
span { border-color: #2C5E58; }
span { border-color: rgb(44,94,88); }
td.TdClassName
{
border-color: #2C5E58;
}
.TagClassName
{
border-color: #2C5E58;
}
</style>