#2E784E

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

Shades of Amazon #2E784E

Tints of Amazon #2E784E

Color information

#2E784E (or 0x2E784E) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 4E. RGB value is (46,120,78). Sum of RGB (Red+Green+Blue) = 46+120+78=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #2E784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E784E is #D187B1. Grayscale: #5D5D5D. Windows color (decimal): -13731762 or 5142574. OLE color: 5142574.

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

Color convert

RGB4612078-
CMYK0.6200.350.53
HSL145.95º44.58%32.55%-
HSV(B)145.95º61.67%47.06%-
XYZ9.2214.569.53-
YUV93.09119.4894.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=18.85%
G=49.18%
B=31.97%

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
Decimal46120780.6200.350.53145.9544.5832.55
Hex2E784E3E02335922d21
Octal5617011676043652225541
Binary10111011110001001110111110010001111010110010010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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