Shades of Eden #2C635C
Tints of Eden #2C635C
RGB
CMYK
RGB Variations
Color information
#2C635C (or 0x2C635C) is known color: Eden. HEX triplet: 2C, 63 and 5C. RGB value is (44,99,92). Sum of RGB (Red+Green+Blue) = 44+99+92=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #2C635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C635C is #D39CA3. Grayscale: #515151. Windows color (decimal): -13868196 or 6054700. OLE color: 6054700.
HSL color Cylindrical-coordinate representation of color #2C635C: hue angle of 172.36º 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 #2C635C is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 99 | 92 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.61 |
| HSL | 172.36º | 0.38% | 0.28% | - |
| HSV(B) | 172.36º | 0.56% | 0.39% | - |
| XYZ | 7.43 | 10.23 | 11.71 | - |
| YUV | 81.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 92 | 0.56 | 0 | 0.07 | 0.61 | 172.36 | 0.38 | 0.28 |
| Hex | 2C | 63 | 5C | 38 | 0 | 7 | 3D | AC | 26 | 1C |
| Octal | 54 | 143 | 134 | 70 | 0 | 7 | 75 | 254 | 46 | 34 |
| Binary | 101100 | 1100011 | 1011100 | 111000 | 0 | 111 | 111101 | 10101100 | 100110 | 11100 |
Color Harmonies of #2C635C
Complementary color
Monochromatic Colors of #2C635C
Black with #2C635C
Text Example
Text Example
White with #2C635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C635C; }
p { color: rgb(44,99,92); }
H1.HeaderClassName
{
color: #2C635C;
}
.AnyTagClassName
{
color: #2C635C;
}
</style>
background-color css
<style>
a { background-color: #2C635C; }
a { background-color: rgb(44,99,92); }
div.DivClassName
{
background-color: #2C635C;
}
.BgClassName
{
background-color: #2C635C;
}
</style>
border-color css
<style>
span { border-color: #2C635C; }
span { border-color: rgb(44,99,92); }
td.TdClassName
{
border-color: #2C635C;
}
.TagClassName
{
border-color: #2C635C;
}
</style>