#2E765C

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

Shades of Amazon #2E765C

Tints of Amazon #2E765C

Color information

#2E765C (or 0x2E765C) is unknown color: approx Amazon. HEX triplet: 2E, 76 and 5C. RGB value is (46,118,92). Sum of RGB (Red+Green+Blue) = 46+118+92=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #2E765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E765C is #D189A3. Grayscale: #5D5D5D. Windows color (decimal): -13732260 or 6059566. OLE color: 6059566.

HSL color Cylindrical-coordinate representation of color #2E765C: hue angle of 158.33º 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 #2E765C is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB4611892-
CMYK0.6100.220.54
HSL158.33º43.9%32.16%-
HSV(B)158.33º61.02%46.27%-
XYZ9.5414.3112.38-
YUV93.51127.1594.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=17.97%
G=46.09%
B=35.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46118920.6100.220.54158.3343.932.16
Hex2E765C3D016369e2c20
Octal5616613475026662365440
Binary1011101110110101110011110101011011011010011110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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