Shades of Eden #2C675F
Tints of Eden #2C675F
RGB
CMYK
RGB Variations
Color information
#2C675F (or 0x2C675F) is known color: Eden. HEX triplet: 2C, 67 and 5F. RGB value is (44,103,95). Sum of RGB (Red+Green+Blue) = 44+103+95=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #2C675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C675F is #D398A0. Grayscale: #545454. Windows color (decimal): -13867169 or 6252332. OLE color: 6252332.
HSL color Cylindrical-coordinate representation of color #2C675F: hue angle of 171.86º 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 #2C675F is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 95 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.60 |
| HSL | 171.86º | 0.4% | 0.29% | - |
| HSV(B) | 171.86º | 0.57% | 0.4% | - |
| XYZ | 7.95 | 11.06 | 12.54 | - |
| YUV | 84.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 95 | 0.57 | 0 | 0.08 | 0.60 | 171.86 | 0.4 | 0.29 |
| Hex | 2C | 67 | 5F | 39 | 0 | 8 | 3C | AC | 28 | 1D |
| Octal | 54 | 147 | 137 | 71 | 0 | 10 | 74 | 254 | 50 | 35 |
| Binary | 101100 | 1100111 | 1011111 | 111001 | 0 | 1000 | 111100 | 10101100 | 101000 | 11101 |
Color Harmonies of #2C675F
Complementary color
Monochromatic Colors of #2C675F
Black with #2C675F
Text Example
Text Example
White with #2C675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C675F; }
p { color: rgb(44,103,95); }
H1.HeaderClassName
{
color: #2C675F;
}
.AnyTagClassName
{
color: #2C675F;
}
</style>
background-color css
<style>
a { background-color: #2C675F; }
a { background-color: rgb(44,103,95); }
div.DivClassName
{
background-color: #2C675F;
}
.BgClassName
{
background-color: #2C675F;
}
</style>
border-color css
<style>
span { border-color: #2C675F; }
span { border-color: rgb(44,103,95); }
td.TdClassName
{
border-color: #2C675F;
}
.TagClassName
{
border-color: #2C675F;
}
</style>