#2E7346

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

Shades of Amazon #2E7346

Tints of Amazon #2E7346

Color information

#2E7346 (or 0x2E7346) is unknown color: approx Amazon. HEX triplet: 2E, 73 and 46. RGB value is (46,115,70). Sum of RGB (Red+Green+Blue) = 46+115+70=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7346 is #D18CB9. Grayscale: #595959. Windows color (decimal): -13733050 or 4617006. OLE color: 4617006.

HSL color Cylindrical-coordinate representation of color #2E7346: hue angle of 140.87º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7346 is Cyan = 0.6, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB4611570-
CMYK0.600.390.55
HSL140.87º42.86%31.57%-
HSV(B)140.87º60%45.1%-
XYZ8.3613.287.92-
YUV89.24117.1497.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=19.91%
G=49.78%
B=30.30%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115700.600.390.55140.8742.8631.57
Hex2E73463C027378d2b20
Octal5616310674047672155340
Binary10111011100111000110111100010011111011110001101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,70); }

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

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

 a { background-color: rgb(46,115,70); }

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

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

 span { border-color: rgb(46,115,70); }

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