#2E7A4F

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

Shades of Amazon #2E7A4F

Tints of Amazon #2E7A4F

Color information

#2E7A4F (or 0x2E7A4F) is unknown color: approx Amazon. HEX triplet: 2E, 7A and 4F. RGB value is (46,122,79). Sum of RGB (Red+Green+Blue) = 46+122+79=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7A4F is #D185B0. Grayscale: #5E5E5E. Windows color (decimal): -13731249 or 5208622. OLE color: 5208622.

HSL color Cylindrical-coordinate representation of color #2E7A4F: hue angle of 146.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A4F is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB4612279-
CMYK0.6200.350.52
HSL146.05º45.24%32.94%-
HSV(B)146.05º62.3%47.84%-
XYZ9.515.069.8-
YUV94.37119.3293.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=18.62%
G=49.39%
B=31.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46122790.6200.350.52146.0545.2432.94
Hex2E7A4F3E02334922d21
Octal5617211776043642225541
Binary10111011110101001111111110010001111010010010010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,122,79); }

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

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

 a { background-color: rgb(46,122,79); }

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

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

 span { border-color: rgb(46,122,79); }

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