#2A654C

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

Shades of Evening Sea #2A654C

Tints of Evening Sea #2A654C

Color information

#2A654C (or 0x2A654C) is unknown color: approx Evening Sea. HEX triplet: 2A, 65 and 4C. RGB value is (42,101,76). Sum of RGB (Red+Green+Blue) = 42+101+76=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #2A654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A654C is #D59AB3. Grayscale: #505050. Windows color (decimal): -13998772 or 5006634. OLE color: 5006634.

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

Color convert

RGB4210176-
CMYK0.5800.250.60
HSL154.58º41.26%28.04%-
HSV(B)154.58º58.42%39.61%-
XYZ6.9110.328.47-
YUV80.51125.45100.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=19.18%
G=46.12%
B=34.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101760.5800.250.60154.5841.2628.04
Hex2A654C3A0193C9b291c
Octal5214511472031742335134
Binary101010110010110011001110100110011111001001101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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