#2B5849

Color #2B5849 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #2B5849

Tints of Evening Sea #2B5849

Color information

#2B5849 (or 0x2B5849) is unknown color: approx 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

RGB438873-
CMYK0.5100.170.65
HSL160º34.35%25.69%-
HSV(B)160º51.14%34.51%-
XYZ5.697.977.54-
YUV72.84128.09106.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=21.08%
G=43.14%
B=35.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4388730.5100.170.6516034.3525.69
Hex2B58493301141a0221a
Octal53130111630211012404232
Binary1010111011000100100111001101000110000011010000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>