Shades of Evening Sea #2C5849
Tints of Evening Sea #2C5849
RGB
CMYK
RGB Variations
Color information
#2C5849 (or 0x2C5849) is known color: Evening Sea. HEX triplet: 2C, 58 and 49. RGB value is (44,88,73). Sum of RGB (Red+Green+Blue) = 44+88+73=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5849 is #D3A7B6. Grayscale: #494949. Windows color (decimal): -13871031 or 4806700. OLE color: 4806700.
HSL color Cylindrical-coordinate representation of color #2C5849: hue angle of 159.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C5849 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 73 | - |
| CMYK | 0.5 | 0 | 0.17 | 0.65 |
| HSL | 159.55º | 0.33% | 0.26% | - |
| HSV(B) | 159.55º | 0.5% | 0.35% | - |
| XYZ | 5.73 | 8 | 7.54 | - |
| YUV | 73.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 73 | 0.5 | 0 | 0.17 | 0.65 | 159.55 | 0.33 | 0.26 |
| Hex | 2C | 58 | 49 | 32 | 0 | 11 | 41 | A0 | 21 | 1A |
| Octal | 54 | 130 | 111 | 62 | 0 | 21 | 101 | 240 | 41 | 32 |
| Binary | 101100 | 1011000 | 1001001 | 110010 | 0 | 10001 | 1000001 | 10100000 | 100001 | 11010 |
Color Harmonies of #2C5849
Complementary color
Monochromatic Colors of #2C5849
Black with #2C5849
Text Example
Text Example
White with #2C5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5849; }
p { color: rgb(44,88,73); }
H1.HeaderClassName
{
color: #2C5849;
}
.AnyTagClassName
{
color: #2C5849;
}
</style>
background-color css
<style>
a { background-color: #2C5849; }
a { background-color: rgb(44,88,73); }
div.DivClassName
{
background-color: #2C5849;
}
.BgClassName
{
background-color: #2C5849;
}
</style>
border-color css
<style>
span { border-color: #2C5849; }
span { border-color: rgb(44,88,73); }
td.TdClassName
{
border-color: #2C5849;
}
.TagClassName
{
border-color: #2C5849;
}
</style>