Shades of Eden #2C655E
Tints of Eden #2C655E
RGB
CMYK
RGB Variations
Color information
#2C655E (or 0x2C655E) is known color: Eden. HEX triplet: 2C, 65 and 5E. RGB value is (44,101,94). Sum of RGB (Red+Green+Blue) = 44+101+94=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #2C655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C655E is #D39AA1. Grayscale: #535353. Windows color (decimal): -13867682 or 6186284. OLE color: 6186284.
HSL color Cylindrical-coordinate representation of color #2C655E: hue angle of 172.63º 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 #2C655E is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 94 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.60 |
| HSL | 172.63º | 0.39% | 0.28% | - |
| HSV(B) | 172.63º | 0.56% | 0.4% | - |
| XYZ | 7.71 | 10.65 | 12.24 | - |
| YUV | 83.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 94 | 0.56 | 0 | 0.07 | 0.60 | 172.63 | 0.39 | 0.28 |
| Hex | 2C | 65 | 5E | 38 | 0 | 7 | 3C | AD | 27 | 1C |
| Octal | 54 | 145 | 136 | 70 | 0 | 7 | 74 | 255 | 47 | 34 |
| Binary | 101100 | 1100101 | 1011110 | 111000 | 0 | 111 | 111100 | 10101101 | 100111 | 11100 |
Color Harmonies of #2C655E
Complementary color
Monochromatic Colors of #2C655E
Black with #2C655E
Text Example
Text Example
White with #2C655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C655E; }
p { color: rgb(44,101,94); }
H1.HeaderClassName
{
color: #2C655E;
}
.AnyTagClassName
{
color: #2C655E;
}
</style>
background-color css
<style>
a { background-color: #2C655E; }
a { background-color: rgb(44,101,94); }
div.DivClassName
{
background-color: #2C655E;
}
.BgClassName
{
background-color: #2C655E;
}
</style>
border-color css
<style>
span { border-color: #2C655E; }
span { border-color: rgb(44,101,94); }
td.TdClassName
{
border-color: #2C655E;
}
.TagClassName
{
border-color: #2C655E;
}
</style>