#2E754D

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

Shades of Amazon #2E754D

Tints of Amazon #2E754D

Color information

#2E754D (or 0x2E754D) is unknown color: approx Amazon. HEX triplet: 2E, 75 and 4D. RGB value is (46,117,77). Sum of RGB (Red+Green+Blue) = 46+117+77=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #2E754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E754D is #D18AB2. Grayscale: #5B5B5B. Windows color (decimal): -13732531 or 5076270. OLE color: 5076270.

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

Color convert

RGB4611777-
CMYK0.6100.340.54
HSL146.2º43.56%31.96%-
HSV(B)146.2º60.68%45.88%-
XYZ8.8313.849.23-
YUV91.21119.9895.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=19.17%
G=48.75%
B=32.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46117770.6100.340.54146.243.5631.96
Hex2E754D3D02236922c20
Octal5616511575042662225440
Binary10111011101011001101111101010001011011010010010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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