#2E764C

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

Shades of Amazon #2E764C

Tints of Amazon #2E764C

Color information

#2E764C (or 0x2E764C) is unknown color: approx Amazon. HEX triplet: 2E, 76 and 4C. RGB value is (46,118,76). Sum of RGB (Red+Green+Blue) = 46+118+76=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #2E764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E764C is #D189B3. Grayscale: #5B5B5B. Windows color (decimal): -13732276 or 5010990. OLE color: 5010990.

HSL color Cylindrical-coordinate representation of color #2E764C: hue angle of 145º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E764C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB4611876-
CMYK0.6100.360.54
HSL145º43.9%32.16%-
HSV(B)145º61.02%46.27%-
XYZ8.9114.069.08-
YUV91.68119.1595.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=19.17%
G=49.17%
B=31.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46118760.6100.360.5414543.932.16
Hex2E764C3D02436912c20
Octal5616611475044662215440
Binary10111011101101001100111101010010011011010010001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,118,76); }

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

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

 a { background-color: rgb(46,118,76); }

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

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

 span { border-color: rgb(46,118,76); }

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