Shades of Eden #2C655F
Tints of Eden #2C655F
RGB
CMYK
RGB Variations
Color information
#2C655F (or 0x2C655F) is known color: Eden. HEX triplet: 2C, 65 and 5F. RGB value is (44,101,95). Sum of RGB (Red+Green+Blue) = 44+101+95=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #2C655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C655F is #D39AA0. Grayscale: #535353. Windows color (decimal): -13867681 or 6251820. OLE color: 6251820.
HSL color Cylindrical-coordinate representation of color #2C655F: hue angle of 173.68º 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 #2C655F is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 95 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.60 |
| HSL | 173.68º | 0.39% | 0.28% | - |
| HSV(B) | 173.68º | 0.56% | 0.4% | - |
| XYZ | 7.76 | 10.67 | 12.48 | - |
| YUV | 83.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 95 | 0.56 | 0 | 0.06 | 0.60 | 173.68 | 0.39 | 0.28 |
| Hex | 2C | 65 | 5F | 38 | 0 | 6 | 3C | AE | 27 | 1C |
| Octal | 54 | 145 | 137 | 70 | 0 | 6 | 74 | 256 | 47 | 34 |
| Binary | 101100 | 1100101 | 1011111 | 111000 | 0 | 110 | 111100 | 10101110 | 100111 | 11100 |
Color Harmonies of #2C655F
Complementary color
Monochromatic Colors of #2C655F
Black with #2C655F
Text Example
Text Example
White with #2C655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C655F; }
p { color: rgb(44,101,95); }
H1.HeaderClassName
{
color: #2C655F;
}
.AnyTagClassName
{
color: #2C655F;
}
</style>
background-color css
<style>
a { background-color: #2C655F; }
a { background-color: rgb(44,101,95); }
div.DivClassName
{
background-color: #2C655F;
}
.BgClassName
{
background-color: #2C655F;
}
</style>
border-color css
<style>
span { border-color: #2C655F; }
span { border-color: rgb(44,101,95); }
td.TdClassName
{
border-color: #2C655F;
}
.TagClassName
{
border-color: #2C655F;
}
</style>