#2B5947

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

Shades of Evening Sea #2B5947

Tints of Evening Sea #2B5947

Color information

#2B5947 (or 0x2B5947) is unknown color: approx Evening Sea. HEX triplet: 2B, 59 and 47. RGB value is (43,89,71). Sum of RGB (Red+Green+Blue) = 43+89+71=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5947 is #D4A6B8. Grayscale: #494949. Windows color (decimal): -13936313 or 4675883. OLE color: 4675883.

HSL color Cylindrical-coordinate representation of color #2B5947: hue angle of 156.52º 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 #2B5947 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB438971-
CMYK0.5200.200.65
HSL156.52º34.85%25.88%-
HSV(B)156.52º51.69%34.9%-
XYZ5.718.117.23-
YUV73.19126.76106.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=21.18%
G=43.84%
B=34.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389710.5200.200.65156.5234.8525.88
Hex2B594734014419d231a
Octal53131107640241012354332
Binary1010111011001100011111010001010010000011001110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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