Shades of Eden #2C615E
Tints of Eden #2C615E
RGB
CMYK
RGB Variations
Color information
#2C615E (or 0x2C615E) is known color: Eden. HEX triplet: 2C, 61 and 5E. RGB value is (44,97,94). Sum of RGB (Red+Green+Blue) = 44+97+94=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #2C615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C615E is #D39EA1. Grayscale: #505050. Windows color (decimal): -13868706 or 6185260. OLE color: 6185260.
HSL color Cylindrical-coordinate representation of color #2C615E: hue angle of 176.6º 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 #2C615E is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 94 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.62 |
| HSL | 176.6º | 0.38% | 0.28% | - |
| HSV(B) | 176.6º | 0.55% | 0.38% | - |
| XYZ | 7.33 | 9.89 | 12.11 | - |
| YUV | 80.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 94 | 0.55 | 0 | 0.03 | 0.62 | 176.6 | 0.38 | 0.28 |
| Hex | 2C | 61 | 5E | 37 | 0 | 3 | 3E | B1 | 26 | 1C |
| Octal | 54 | 141 | 136 | 67 | 0 | 3 | 76 | 261 | 46 | 34 |
| Binary | 101100 | 1100001 | 1011110 | 110111 | 0 | 11 | 111110 | 10110001 | 100110 | 11100 |
Color Harmonies of #2C615E
Complementary color
Monochromatic Colors of #2C615E
Black with #2C615E
Text Example
Text Example
White with #2C615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C615E; }
p { color: rgb(44,97,94); }
H1.HeaderClassName
{
color: #2C615E;
}
.AnyTagClassName
{
color: #2C615E;
}
</style>
background-color css
<style>
a { background-color: #2C615E; }
a { background-color: rgb(44,97,94); }
div.DivClassName
{
background-color: #2C615E;
}
.BgClassName
{
background-color: #2C615E;
}
</style>
border-color css
<style>
span { border-color: #2C615E; }
span { border-color: rgb(44,97,94); }
td.TdClassName
{
border-color: #2C615E;
}
.TagClassName
{
border-color: #2C615E;
}
</style>