#2E774B

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

Shades of Amazon #2E774B

Tints of Amazon #2E774B

Color information

#2E774B (or 0x2E774B) is unknown color: approx Amazon. HEX triplet: 2E, 77 and 4B. RGB value is (46,119,75). Sum of RGB (Red+Green+Blue) = 46+119+75=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #2E774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E774B is #D188B4. Grayscale: #5C5C5C. Windows color (decimal): -13732021 or 4945710. OLE color: 4945710.

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

Color convert

RGB4611975-
CMYK0.6100.370.53
HSL143.84º44.24%32.35%-
HSV(B)143.84º61.34%46.67%-
XYZ8.9914.288.94-
YUV92.16118.3295.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=19.17%
G=49.58%
B=31.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119750.6100.370.53143.8444.2432.35
Hex2E774B3D02535902c20
Octal5616711375045652205440
Binary10111011101111001011111101010010111010110010000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,119,75); }

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

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

 a { background-color: rgb(46,119,75); }

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

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

 span { border-color: rgb(46,119,75); }

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