#2B644C

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

Shades of Evening Sea #2B644C

Tints of Evening Sea #2B644C

Color information

#2B644C (or 0x2B644C) is unknown color: approx Evening Sea. HEX triplet: 2B, 64 and 4C. RGB value is (43,100,76). Sum of RGB (Red+Green+Blue) = 43+100+76=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #2B644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B644C is #D49BB3. Grayscale: #505050. Windows color (decimal): -13933492 or 5006379. OLE color: 5006379.

HSL color Cylindrical-coordinate representation of color #2B644C: hue angle of 154.74º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B644C is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB4310076-
CMYK0.5700.240.61
HSL154.74º39.86%28.04%-
HSV(B)154.74º57%39.22%-
XYZ6.8610.158.44-
YUV80.22125.62101.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=19.63%
G=45.66%
B=34.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43100760.5700.240.61154.7439.8628.04
Hex2B644C390183D9b281c
Octal5314411471030752335034
Binary101011110010010011001110010110001111011001101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,100,76); }

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

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

 a { background-color: rgb(43,100,76); }

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

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

 span { border-color: rgb(43,100,76); }

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