Shades of Eden #2C655C
Tints of Eden #2C655C
RGB
CMYK
RGB Variations
Color information
#2C655C (or 0x2C655C) is known color: Eden. HEX triplet: 2C, 65 and 5C. RGB value is (44,101,92). Sum of RGB (Red+Green+Blue) = 44+101+92=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #2C655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C655C is #D39AA3. Grayscale: #525252. Windows color (decimal): -13867684 or 6055212. OLE color: 6055212.
HSL color Cylindrical-coordinate representation of color #2C655C: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C655C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 92 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.60 |
| HSL | 170.53º | 0.39% | 0.28% | - |
| HSV(B) | 170.53º | 0.56% | 0.4% | - |
| XYZ | 7.62 | 10.62 | 11.77 | - |
| YUV | 82.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 92 | 0.56 | 0 | 0.09 | 0.60 | 170.53 | 0.39 | 0.28 |
| Hex | 2C | 65 | 5C | 38 | 0 | 9 | 3C | AB | 27 | 1C |
| Octal | 54 | 145 | 134 | 70 | 0 | 11 | 74 | 253 | 47 | 34 |
| Binary | 101100 | 1100101 | 1011100 | 111000 | 0 | 1001 | 111100 | 10101011 | 100111 | 11100 |
Color Harmonies of #2C655C
Complementary color
Monochromatic Colors of #2C655C
Black with #2C655C
Text Example
Text Example
White with #2C655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C655C; }
p { color: rgb(44,101,92); }
H1.HeaderClassName
{
color: #2C655C;
}
.AnyTagClassName
{
color: #2C655C;
}
</style>
background-color css
<style>
a { background-color: #2C655C; }
a { background-color: rgb(44,101,92); }
div.DivClassName
{
background-color: #2C655C;
}
.BgClassName
{
background-color: #2C655C;
}
</style>
border-color css
<style>
span { border-color: #2C655C; }
span { border-color: rgb(44,101,92); }
td.TdClassName
{
border-color: #2C655C;
}
.TagClassName
{
border-color: #2C655C;
}
</style>