#2E7F44

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

Shades of Amazon #2E7F44

Tints of Amazon #2E7F44

Color information

#2E7F44 (or 0x2E7F44) is unknown color: approx Amazon. HEX triplet: 2E, 7F and 44. RGB value is (46,127,68). Sum of RGB (Red+Green+Blue) = 46+127+68=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F44 is #D180BB. Grayscale: #606060. Windows color (decimal): -13729980 or 4489006. OLE color: 4489006.

HSL color Cylindrical-coordinate representation of color #2E7F44: hue angle of 136.3º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F44 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB4612768-
CMYK0.6400.460.50
HSL136.3º46.82%33.92%-
HSV(B)136.3º63.78%49.8%-
XYZ9.7616.188.08-
YUV96.06112.1692.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.09%
GREEN value IS 127 (50% from 255) = 52.70%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=19.09%
G=52.70%
B=28.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127680.6400.460.50136.346.8233.92
Hex2E7F444002E32882f22
Octal56177104100056622105742
Binary101110111111110001001000000010111011001010001000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,127,68); }

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

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

 a { background-color: rgb(46,127,68); }

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

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

 span { border-color: rgb(46,127,68); }

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