#2E784F

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

Shades of Amazon #2E784F

Tints of Amazon #2E784F

Color information

#2E784F (or 0x2E784F) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 4F. RGB value is (46,120,79). Sum of RGB (Red+Green+Blue) = 46+120+79=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #2E784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E784F is #D187B0. Grayscale: #5D5D5D. Windows color (decimal): -13731761 or 5208110. OLE color: 5208110.

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

Color convert

RGB4612079-
CMYK0.6200.340.53
HSL146.76º44.58%32.55%-
HSV(B)146.76º61.67%47.06%-
XYZ9.2514.589.72-
YUV93.2119.9894.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=18.78%
G=48.98%
B=32.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120790.6200.340.53146.7644.5832.55
Hex2E784F3E02235932d21
Octal5617011776042652235541
Binary10111011110001001111111110010001011010110010011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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