#2E754A

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

Shades of Amazon #2E754A

Tints of Amazon #2E754A

Color information

#2E754A (or 0x2E754A) is unknown color: approx Amazon. HEX triplet: 2E, 75 and 4A. RGB value is (46,117,74). Sum of RGB (Red+Green+Blue) = 46+117+74=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #2E754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E754A is #D18AB5. Grayscale: #5A5A5A. Windows color (decimal): -13732534 or 4879662. OLE color: 4879662.

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

Color convert

RGB4611774-
CMYK0.6100.370.54
HSL143.66º43.56%31.96%-
HSV(B)143.66º60.68%45.88%-
XYZ8.7213.88.68-
YUV90.87118.4896-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=19.41%
G=49.37%
B=31.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46117740.6100.370.54143.6643.5631.96
Hex2E754A3D02536902c20
Octal5616511275045662205440
Binary10111011101011001010111101010010111011010010000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,117,74); }

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

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

 a { background-color: rgb(46,117,74); }

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

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

 span { border-color: rgb(46,117,74); }

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