#2E7844

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

Shades of Amazon #2E7844

Tints of Amazon #2E7844

Color information

#2E7844 (or 0x2E7844) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 44. RGB value is (46,120,68). Sum of RGB (Red+Green+Blue) = 46+120+68=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7844 is #D187BB. Grayscale: #5C5C5C. Windows color (decimal): -13731772 or 4487214. OLE color: 4487214.

HSL color Cylindrical-coordinate representation of color #2E7844: hue angle of 137.84º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7844 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB4612068-
CMYK0.6200.430.53
HSL137.84º44.58%32.55%-
HSV(B)137.84º61.67%47.06%-
XYZ8.8914.437.79-
YUV91.95114.4895.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=19.66%
G=51.28%
B=29.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120680.6200.430.53137.8444.5832.55
Hex2E78443E02B358a2d21
Octal5617010476053652125541
Binary10111011110001000100111110010101111010110001010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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