#2B5948

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

Shades of Evening Sea #2B5948

Tints of Evening Sea #2B5948

Color information

#2B5948 (or 0x2B5948) is unknown color: approx Evening Sea. HEX triplet: 2B, 59 and 48. RGB value is (43,89,72). Sum of RGB (Red+Green+Blue) = 43+89+72=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5948 is #D4A6B7. Grayscale: #494949. Windows color (decimal): -13936312 or 4741419. OLE color: 4741419.

HSL color Cylindrical-coordinate representation of color #2B5948: hue angle of 157.83º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5948 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB438972-
CMYK0.5200.190.65
HSL157.83º34.85%25.88%-
HSV(B)157.83º51.69%34.9%-
XYZ5.748.137.4-
YUV73.31127.26106.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=21.08%
G=43.63%
B=35.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389720.5200.190.65157.8334.8525.88
Hex2B594834013419e231a
Octal53131110640231012364332
Binary1010111011001100100011010001001110000011001111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,72); }

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

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

 a { background-color: rgb(43,89,72); }

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

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

 span { border-color: rgb(43,89,72); }

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