#2E7255

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

Shades of Amazon #2E7255

Tints of Amazon #2E7255

Color information

#2E7255 (or 0x2E7255) is unknown color: approx Amazon. HEX triplet: 2E, 72 and 55. RGB value is (46,114,85). Sum of RGB (Red+Green+Blue) = 46+114+85=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7255 is #D18DAA. Grayscale: #5A5A5A. Windows color (decimal): -13733291 or 5599790. OLE color: 5599790.

HSL color Cylindrical-coordinate representation of color #2E7255: hue angle of 154.41º 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 #2E7255 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB4611485-
CMYK0.6000.250.55
HSL154.41º42.5%31.37%-
HSV(B)154.41º59.65%44.71%-
XYZ8.7813.2710.69-
YUV90.36124.9796.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=18.78%
G=46.53%
B=34.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114850.6000.250.55154.4142.531.37
Hex2E72553C019379a2a1f
Octal5616212574031672325237
Binary101110111001010101011111000110011101111001101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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