Shades of Eden #2C665A
Tints of Eden #2C665A
RGB
CMYK
RGB Variations
Color information
#2C665A (or 0x2C665A) is known color: Eden. HEX triplet: 2C, 66 and 5A. RGB value is (44,102,90). Sum of RGB (Red+Green+Blue) = 44+102+90=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #2C665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C665A is #D399A5. Grayscale: #535353. Windows color (decimal): -13867430 or 5924396. OLE color: 5924396.
HSL color Cylindrical-coordinate representation of color #2C665A: hue angle of 167.59º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C665A is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 102 | 90 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.6 |
| HSL | 167.59º | 0.4% | 0.29% | - |
| HSV(B) | 167.59º | 0.57% | 0.4% | - |
| XYZ | 7.64 | 10.78 | 11.35 | - |
| YUV | 83.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 90 | 0.57 | 0 | 0.12 | 0.6 | 167.59 | 0.4 | 0.29 |
| Hex | 2C | 66 | 5A | 39 | 0 | C | 3C | A8 | 28 | 1D |
| Octal | 54 | 146 | 132 | 71 | 0 | 14 | 74 | 250 | 50 | 35 |
| Binary | 101100 | 1100110 | 1011010 | 111001 | 0 | 1100 | 111100 | 10101000 | 101000 | 11101 |
Color Harmonies of #2C665A
Complementary color
Monochromatic Colors of #2C665A
Black with #2C665A
Text Example
Text Example
White with #2C665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C665A; }
p { color: rgb(44,102,90); }
H1.HeaderClassName
{
color: #2C665A;
}
.AnyTagClassName
{
color: #2C665A;
}
</style>
background-color css
<style>
a { background-color: #2C665A; }
a { background-color: rgb(44,102,90); }
div.DivClassName
{
background-color: #2C665A;
}
.BgClassName
{
background-color: #2C665A;
}
</style>
border-color css
<style>
span { border-color: #2C665A; }
span { border-color: rgb(44,102,90); }
td.TdClassName
{
border-color: #2C665A;
}
.TagClassName
{
border-color: #2C665A;
}
</style>