Shades of Eden #2C635D
Tints of Eden #2C635D
RGB
CMYK
RGB Variations
Color information
#2C635D (or 0x2C635D) is known color: Eden. HEX triplet: 2C, 63 and 5D. RGB value is (44,99,93). Sum of RGB (Red+Green+Blue) = 44+99+93=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #2C635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C635D is #D39CA2. Grayscale: #515151. Windows color (decimal): -13868195 or 6120236. OLE color: 6120236.
HSL color Cylindrical-coordinate representation of color #2C635D: hue angle of 173.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C635D is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 99 | 93 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.61 |
| HSL | 173.45º | 0.38% | 0.28% | - |
| HSV(B) | 173.45º | 0.56% | 0.39% | - |
| XYZ | 7.48 | 10.25 | 11.94 | - |
| YUV | 81.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 93 | 0.56 | 0 | 0.06 | 0.61 | 173.45 | 0.38 | 0.28 |
| Hex | 2C | 63 | 5D | 38 | 0 | 6 | 3D | AD | 26 | 1C |
| Octal | 54 | 143 | 135 | 70 | 0 | 6 | 75 | 255 | 46 | 34 |
| Binary | 101100 | 1100011 | 1011101 | 111000 | 0 | 110 | 111101 | 10101101 | 100110 | 11100 |
Color Harmonies of #2C635D
Complementary color
Monochromatic Colors of #2C635D
Black with #2C635D
Text Example
Text Example
White with #2C635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C635D; }
p { color: rgb(44,99,93); }
H1.HeaderClassName
{
color: #2C635D;
}
.AnyTagClassName
{
color: #2C635D;
}
</style>
background-color css
<style>
a { background-color: #2C635D; }
a { background-color: rgb(44,99,93); }
div.DivClassName
{
background-color: #2C635D;
}
.BgClassName
{
background-color: #2C635D;
}
</style>
border-color css
<style>
span { border-color: #2C635D; }
span { border-color: rgb(44,99,93); }
td.TdClassName
{
border-color: #2C635D;
}
.TagClassName
{
border-color: #2C635D;
}
</style>