#2E7A4D

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

Shades of Amazon #2E7A4D

Tints of Amazon #2E7A4D

Color information

#2E7A4D (or 0x2E7A4D) is unknown color: approx Amazon. HEX triplet: 2E, 7A and 4D. RGB value is (46,122,77). Sum of RGB (Red+Green+Blue) = 46+122+77=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7A4D is #D185B2. Grayscale: #5E5E5E. Windows color (decimal): -13731251 or 5077550. OLE color: 5077550.

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

Color convert

RGB4612277-
CMYK0.6200.370.52
HSL144.47º45.24%32.94%-
HSV(B)144.47º62.3%47.84%-
XYZ9.4315.049.43-
YUV94.15118.3293.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 122 (48.05% from 255) = 49.80%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=18.78%
G=49.80%
B=31.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46122770.6200.370.52144.4745.2432.94
Hex2E7A4D3E02534902d21
Octal5617211576045642205541
Binary10111011110101001101111110010010111010010010000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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