Shades of Evening Sea #2B5849
Tints of Evening Sea #2B5849
RGB
CMYK
RGB Variations
Color information
#2B5849 (or 0x2B5849) is known color: Evening Sea. HEX triplet: 2B, 58 and 49. RGB value is (43,88,73). Sum of RGB (Red+Green+Blue) = 43+88+73=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5849 is #D4A7B6. Grayscale: #484848. Windows color (decimal): -13936567 or 4806699. OLE color: 4806699.
HSL color Cylindrical-coordinate representation of color #2B5849: hue angle of 160º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5849 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 73 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.65 |
| HSL | 160º | 0.34% | 0.26% | - |
| HSV(B) | 160º | 0.51% | 0.35% | - |
| XYZ | 5.69 | 7.97 | 7.54 | - |
| YUV | 72.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 73 | 0.51 | 0 | 0.17 | 0.65 | 160 | 0.34 | 0.26 |
| Hex | 2B | 58 | 49 | 33 | 0 | 11 | 41 | A0 | 22 | 1A |
| Octal | 53 | 130 | 111 | 63 | 0 | 21 | 101 | 240 | 42 | 32 |
| Binary | 101011 | 1011000 | 1001001 | 110011 | 0 | 10001 | 1000001 | 10100000 | 100010 | 11010 |
Color Harmonies of #2B5849
Complementary color
Monochromatic Colors of #2B5849
Black with #2B5849
Text Example
Text Example
White with #2B5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5849; }
p { color: rgb(43,88,73); }
H1.HeaderClassName
{
color: #2B5849;
}
.AnyTagClassName
{
color: #2B5849;
}
</style>
background-color css
<style>
a { background-color: #2B5849; }
a { background-color: rgb(43,88,73); }
div.DivClassName
{
background-color: #2B5849;
}
.BgClassName
{
background-color: #2B5849;
}
</style>
border-color css
<style>
span { border-color: #2B5849; }
span { border-color: rgb(43,88,73); }
td.TdClassName
{
border-color: #2B5849;
}
.TagClassName
{
border-color: #2B5849;
}
</style>