#2B594B

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

Shades of Evening Sea #2B594B

Tints of Evening Sea #2B594B

Color information

#2B594B (or 0x2B594B) is unknown color: approx Evening Sea. HEX triplet: 2B, 59 and 4B. RGB value is (43,89,75). Sum of RGB (Red+Green+Blue) = 43+89+75=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #2B594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B594B is #D4A6B4. Grayscale: #494949. Windows color (decimal): -13936309 or 4938027. OLE color: 4938027.

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

Color convert

RGB438975-
CMYK0.5200.160.65
HSL161.74º34.85%25.88%-
HSV(B)161.74º51.69%34.9%-
XYZ5.848.177.93-
YUV73.65128.76106.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.77%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=20.77%
G=43.00%
B=36.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389750.5200.160.65161.7434.8525.88
Hex2B594B3401041a2231a
Octal53131113640201012424332
Binary1010111011001100101111010001000010000011010001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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