#2B604B

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

Shades of Evening Sea #2B604B

Tints of Evening Sea #2B604B

Color information

#2B604B (or 0x2B604B) is unknown color: approx Evening Sea. HEX triplet: 2B, 60 and 4B. RGB value is (43,96,75). Sum of RGB (Red+Green+Blue) = 43+96+75=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #2B604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B604B is #D49FB4. Grayscale: #4D4D4D. Windows color (decimal): -13934517 or 4939819. OLE color: 4939819.

HSL color Cylindrical-coordinate representation of color #2B604B: hue angle of 156.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B604B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB439675-
CMYK0.5500.220.62
HSL156.23º38.13%27.25%-
HSV(B)156.23º55.21%37.65%-
XYZ6.459.398.13-
YUV77.76126.44103.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=20.09%
G=44.86%
B=35.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396750.5500.220.62156.2338.1327.25
Hex2B604B370163E9c261b
Octal5314011367026762344633
Binary101011110000010010111101110101101111101001110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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