#2E7745

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

Shades of Amazon #2E7745

Tints of Amazon #2E7745

Color information

#2E7745 (or 0x2E7745) is unknown color: approx Amazon. HEX triplet: 2E, 77 and 45. RGB value is (46,119,69). Sum of RGB (Red+Green+Blue) = 46+119+69=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7745 is #D188BA. Grayscale: #5B5B5B. Windows color (decimal): -13732027 or 4552494. OLE color: 4552494.

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

Color convert

RGB4611969-
CMYK0.6100.420.53
HSL138.9º44.24%32.35%-
HSV(B)138.9º61.34%46.67%-
XYZ8.814.27.91-
YUV91.47115.3295.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=19.66%
G=50.85%
B=29.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119690.6100.420.53138.944.2432.35
Hex2E77453D02A358b2c20
Octal5616710575052652135440
Binary10111011101111000101111101010101011010110001011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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