Shades of Eden #2C615D
Tints of Eden #2C615D
RGB
CMYK
RGB Variations
Color information
#2C615D (or 0x2C615D) is known color: Eden. HEX triplet: 2C, 61 and 5D. RGB value is (44,97,93). Sum of RGB (Red+Green+Blue) = 44+97+93=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #2C615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C615D is #D39EA2. Grayscale: #505050. Windows color (decimal): -13868707 or 6119724. OLE color: 6119724.
HSL color Cylindrical-coordinate representation of color #2C615D: hue angle of 175.47º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C615D is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 93 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.62 |
| HSL | 175.47º | 0.38% | 0.28% | - |
| HSV(B) | 175.47º | 0.55% | 0.38% | - |
| XYZ | 7.29 | 9.88 | 11.88 | - |
| YUV | 80.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 93 | 0.55 | 0 | 0.04 | 0.62 | 175.47 | 0.38 | 0.28 |
| Hex | 2C | 61 | 5D | 37 | 0 | 4 | 3E | AF | 26 | 1C |
| Octal | 54 | 141 | 135 | 67 | 0 | 4 | 76 | 257 | 46 | 34 |
| Binary | 101100 | 1100001 | 1011101 | 110111 | 0 | 100 | 111110 | 10101111 | 100110 | 11100 |
Color Harmonies of #2C615D
Complementary color
Monochromatic Colors of #2C615D
Black with #2C615D
Text Example
Text Example
White with #2C615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C615D; }
p { color: rgb(44,97,93); }
H1.HeaderClassName
{
color: #2C615D;
}
.AnyTagClassName
{
color: #2C615D;
}
</style>
background-color css
<style>
a { background-color: #2C615D; }
a { background-color: rgb(44,97,93); }
div.DivClassName
{
background-color: #2C615D;
}
.BgClassName
{
background-color: #2C615D;
}
</style>
border-color css
<style>
span { border-color: #2C615D; }
span { border-color: rgb(44,97,93); }
td.TdClassName
{
border-color: #2C615D;
}
.TagClassName
{
border-color: #2C615D;
}
</style>