#2B5749

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

Shades of Evening Sea #2B5749

Tints of Evening Sea #2B5749

Color information

#2B5749 (or 0x2B5749) is unknown color: approx Evening Sea. HEX triplet: 2B, 57 and 49. RGB value is (43,87,73). Sum of RGB (Red+Green+Blue) = 43+87+73=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #2B5749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5749 is #D4A8B6. Grayscale: #484848. Windows color (decimal): -13936823 or 4806443. OLE color: 4806443.

HSL color Cylindrical-coordinate representation of color #2B5749: hue angle of 160.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5749 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB438773-
CMYK0.5100.160.66
HSL160.91º33.85%25.49%-
HSV(B)160.91º50.57%34.12%-
XYZ5.617.817.52-
YUV72.25128.42107.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=21.18%
G=42.86%
B=35.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4387730.5100.160.66160.9133.8525.49
Hex2B57493301042a12219
Octal53127111630201022414231
Binary1010111010111100100111001101000010000101010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B5749; }

 p { color: rgb(43,87,73); }

 H1.HeaderClassName
 {
   color: #2B5749;
 }
 .AnyTagClassName
 {
   color: #2B5749;
 }
</style>
background-color css

<style>
 a { background-color: #2B5749; }

 a { background-color: rgb(43,87,73); }

 div.DivClassName
 {
   background-color: #2B5749;
 }
 .BgClassName
 {
   background-color: #2B5749;
 }
</style>
border-color css

<style>
 span { border-color: #2B5749; }

 span { border-color: rgb(43,87,73); }

 td.TdClassName
 {
   border-color: #2B5749;
 }
 .TagClassName
 {
   border-color: #2B5749;
 }
</style>