Shades of Eden #2C675A
Tints of Eden #2C675A
RGB
CMYK
RGB Variations
Color information
#2C675A (or 0x2C675A) is known color: Eden. HEX triplet: 2C, 67 and 5A. RGB value is (44,103,90). Sum of RGB (Red+Green+Blue) = 44+103+90=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #2C675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C675A is #D398A5. Grayscale: #535353. Windows color (decimal): -13867174 or 5924652. OLE color: 5924652.
HSL color Cylindrical-coordinate representation of color #2C675A: hue angle of 166.78º 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 #2C675A is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 90 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.60 |
| HSL | 166.78º | 0.4% | 0.29% | - |
| HSV(B) | 166.78º | 0.57% | 0.4% | - |
| XYZ | 7.73 | 10.97 | 11.38 | - |
| YUV | 83.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 90 | 0.57 | 0 | 0.13 | 0.60 | 166.78 | 0.4 | 0.29 |
| Hex | 2C | 67 | 5A | 39 | 0 | D | 3C | A7 | 28 | 1D |
| Octal | 54 | 147 | 132 | 71 | 0 | 15 | 74 | 247 | 50 | 35 |
| Binary | 101100 | 1100111 | 1011010 | 111001 | 0 | 1101 | 111100 | 10100111 | 101000 | 11101 |
Color Harmonies of #2C675A
Complementary color
Monochromatic Colors of #2C675A
Black with #2C675A
Text Example
Text Example
White with #2C675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C675A; }
p { color: rgb(44,103,90); }
H1.HeaderClassName
{
color: #2C675A;
}
.AnyTagClassName
{
color: #2C675A;
}
</style>
background-color css
<style>
a { background-color: #2C675A; }
a { background-color: rgb(44,103,90); }
div.DivClassName
{
background-color: #2C675A;
}
.BgClassName
{
background-color: #2C675A;
}
</style>
border-color css
<style>
span { border-color: #2C675A; }
span { border-color: rgb(44,103,90); }
td.TdClassName
{
border-color: #2C675A;
}
.TagClassName
{
border-color: #2C675A;
}
</style>