#2E6F53

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

Shades of Amazon #2E6F53

Tints of Amazon #2E6F53

Color information

#2E6F53 (or 0x2E6F53) is unknown color: approx Amazon. HEX triplet: 2E, 6F and 53. RGB value is (46,111,83). Sum of RGB (Red+Green+Blue) = 46+111+83=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F53 is #D190AC. Grayscale: #585858. Windows color (decimal): -13734061 or 5467950. OLE color: 5467950.

HSL color Cylindrical-coordinate representation of color #2E6F53: hue angle of 154.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6F53 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB4611183-
CMYK0.5900.250.56
HSL154.15º41.4%30.78%-
HSV(B)154.15º58.56%43.53%-
XYZ8.3712.5710.17-
YUV88.37124.9797.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 111 (43.75% from 255) = 46.25%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=19.17%
G=46.25%
B=34.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46111830.5900.250.56154.1541.430.78
Hex2E6F533B019389a291f
Octal5615712373031702325137
Binary101110110111110100111110110110011110001001101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,111,83); }

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

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

 a { background-color: rgb(46,111,83); }

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

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

 span { border-color: rgb(46,111,83); }

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