#2E724E

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

Shades of Amazon #2E724E

Tints of Amazon #2E724E

Color information

#2E724E (or 0x2E724E) is unknown color: approx Amazon. HEX triplet: 2E, 72 and 4E. RGB value is (46,114,78). Sum of RGB (Red+Green+Blue) = 46+114+78=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #2E724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E724E is #D18DB1. Grayscale: #595959. Windows color (decimal): -13733298 or 5141038. OLE color: 5141038.

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

Color convert

RGB4611478-
CMYK0.6000.320.55
HSL148.24º42.5%31.37%-
HSV(B)148.24º59.65%44.71%-
XYZ8.5213.179.3-
YUV89.56121.4796.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=19.33%
G=47.90%
B=32.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114780.6000.320.55148.2442.531.37
Hex2E724E3C02037942a1f
Octal5616211674040672245237
Binary1011101110010100111011110001000001101111001010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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