#2E794A

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

Shades of Amazon #2E794A

Tints of Amazon #2E794A

Color information

#2E794A (or 0x2E794A) is unknown color: approx Amazon. HEX triplet: 2E, 79 and 4A. RGB value is (46,121,74). Sum of RGB (Red+Green+Blue) = 46+121+74=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #2E794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E794A is #D186B5. Grayscale: #5D5D5D. Windows color (decimal): -13731510 or 4880686. OLE color: 4880686.

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

Color convert

RGB4612174-
CMYK0.6200.390.53
HSL142.4º44.91%32.75%-
HSV(B)142.4º61.98%47.45%-
XYZ9.214.758.84-
YUV93.22117.1594.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.09%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=19.09%
G=50.21%
B=30.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46121740.6200.390.53142.444.9132.75
Hex2E794A3E027358e2d21
Octal5617111276047652165541
Binary10111011110011001010111110010011111010110001110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,121,74); }

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

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

 a { background-color: rgb(46,121,74); }

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

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

 span { border-color: rgb(46,121,74); }

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