#2E794F

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

Shades of Amazon #2E794F

Tints of Amazon #2E794F

Color information

#2E794F (or 0x2E794F) is unknown color: approx Amazon. HEX triplet: 2E, 79 and 4F. RGB value is (46,121,79). Sum of RGB (Red+Green+Blue) = 46+121+79=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #2E794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E794F is #D186B0. Grayscale: #5D5D5D. Windows color (decimal): -13731505 or 5208366. OLE color: 5208366.

HSL color Cylindrical-coordinate representation of color #2E794F: hue angle of 146.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 #2E794F is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB4612179-
CMYK0.6200.350.53
HSL146.4º44.91%32.75%-
HSV(B)146.4º61.98%47.45%-
XYZ9.3814.829.76-
YUV93.79119.6593.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=18.70%
G=49.19%
B=32.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46121790.6200.350.53146.444.9132.75
Hex2E794F3E02335922d21
Octal5617111776043652225541
Binary10111011110011001111111110010001111010110010010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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