#2E734E

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

Shades of Amazon #2E734E

Tints of Amazon #2E734E

Color information

#2E734E (or 0x2E734E) is unknown color: approx Amazon. HEX triplet: 2E, 73 and 4E. RGB value is (46,115,78). Sum of RGB (Red+Green+Blue) = 46+115+78=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #2E734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E734E is #D18CB1. Grayscale: #5A5A5A. Windows color (decimal): -13733042 or 5141294. OLE color: 5141294.

HSL color Cylindrical-coordinate representation of color #2E734E: hue angle of 147.83º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E734E is Cyan = 0.6, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB4611578-
CMYK0.600.320.55
HSL147.83º42.86%31.57%-
HSV(B)147.83º60%45.1%-
XYZ8.6313.399.34-
YUV90.15121.1496.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=19.25%
G=48.12%
B=32.64%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115780.600.320.55147.8342.8631.57
Hex2E734E3C02037942b20
Octal5616311674040672245340
Binary10111011100111001110111100010000011011110010100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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