Shades of Eden #2C645B
Tints of Eden #2C645B
RGB
CMYK
RGB Variations
Color information
#2C645B (or 0x2C645B) is known color: Eden. HEX triplet: 2C, 64 and 5B. RGB value is (44,100,91). Sum of RGB (Red+Green+Blue) = 44+100+91=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #2C645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C645B is #D39BA4. Grayscale: #525252. Windows color (decimal): -13867941 or 5989420. OLE color: 5989420.
HSL color Cylindrical-coordinate representation of color #2C645B: hue angle of 170.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C645B is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 100 | 91 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.61 |
| HSL | 170.36º | 0.39% | 0.28% | - |
| HSV(B) | 170.36º | 0.56% | 0.39% | - |
| XYZ | 7.48 | 10.41 | 11.51 | - |
| YUV | 82.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 91 | 0.56 | 0 | 0.09 | 0.61 | 170.36 | 0.39 | 0.28 |
| Hex | 2C | 64 | 5B | 38 | 0 | 9 | 3D | AA | 27 | 1C |
| Octal | 54 | 144 | 133 | 70 | 0 | 11 | 75 | 252 | 47 | 34 |
| Binary | 101100 | 1100100 | 1011011 | 111000 | 0 | 1001 | 111101 | 10101010 | 100111 | 11100 |
Color Harmonies of #2C645B
Complementary color
Monochromatic Colors of #2C645B
Black with #2C645B
Text Example
Text Example
White with #2C645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C645B; }
p { color: rgb(44,100,91); }
H1.HeaderClassName
{
color: #2C645B;
}
.AnyTagClassName
{
color: #2C645B;
}
</style>
background-color css
<style>
a { background-color: #2C645B; }
a { background-color: rgb(44,100,91); }
div.DivClassName
{
background-color: #2C645B;
}
.BgClassName
{
background-color: #2C645B;
}
</style>
border-color css
<style>
span { border-color: #2C645B; }
span { border-color: rgb(44,100,91); }
td.TdClassName
{
border-color: #2C645B;
}
.TagClassName
{
border-color: #2C645B;
}
</style>