#2A644C

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

Shades of Evening Sea #2A644C

Tints of Evening Sea #2A644C

Color information

#2A644C (or 0x2A644C) is unknown color: approx Evening Sea. HEX triplet: 2A, 64 and 4C. RGB value is (42,100,76). Sum of RGB (Red+Green+Blue) = 42+100+76=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #2A644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A644C is #D59BB3. Grayscale: #4F4F4F. Windows color (decimal): -13999028 or 5006378. OLE color: 5006378.

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

Color convert

RGB4210076-
CMYK0.5800.240.61
HSL155.17º40.85%27.84%-
HSV(B)155.17º58%39.22%-
XYZ6.8210.138.43-
YUV79.92125.78100.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=19.27%
G=45.87%
B=34.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42100760.5800.240.61155.1740.8527.84
Hex2A644C3A0183D9b291c
Octal5214411472030752335134
Binary101010110010010011001110100110001111011001101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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