Shades of Eden #2C685C
Tints of Eden #2C685C
RGB
CMYK
RGB Variations
Color information
#2C685C (or 0x2C685C) is known color: Eden. HEX triplet: 2C, 68 and 5C. RGB value is (44,104,92). Sum of RGB (Red+Green+Blue) = 44+104+92=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #2C685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C685C is #D397A3. Grayscale: #545454. Windows color (decimal): -13866916 or 6055980. OLE color: 6055980.
HSL color Cylindrical-coordinate representation of color #2C685C: hue angle of 168º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C685C is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 92 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.59 |
| HSL | 168º | 0.41% | 0.29% | - |
| HSV(B) | 168º | 0.58% | 0.41% | - |
| XYZ | 7.92 | 11.21 | 11.87 | - |
| YUV | 84.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 92 | 0.58 | 0 | 0.12 | 0.59 | 168 | 0.41 | 0.29 |
| Hex | 2C | 68 | 5C | 3A | 0 | C | 3B | A8 | 29 | 1D |
| Octal | 54 | 150 | 134 | 72 | 0 | 14 | 73 | 250 | 51 | 35 |
| Binary | 101100 | 1101000 | 1011100 | 111010 | 0 | 1100 | 111011 | 10101000 | 101001 | 11101 |
Color Harmonies of #2C685C
Complementary color
Monochromatic Colors of #2C685C
Black with #2C685C
Text Example
Text Example
White with #2C685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C685C; }
p { color: rgb(44,104,92); }
H1.HeaderClassName
{
color: #2C685C;
}
.AnyTagClassName
{
color: #2C685C;
}
</style>
background-color css
<style>
a { background-color: #2C685C; }
a { background-color: rgb(44,104,92); }
div.DivClassName
{
background-color: #2C685C;
}
.BgClassName
{
background-color: #2C685C;
}
</style>
border-color css
<style>
span { border-color: #2C685C; }
span { border-color: rgb(44,104,92); }
td.TdClassName
{
border-color: #2C685C;
}
.TagClassName
{
border-color: #2C685C;
}
</style>