#2E7848

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

Shades of Amazon #2E7848

Tints of Amazon #2E7848

Color information

#2E7848 (or 0x2E7848) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 48. RGB value is (46,120,72). Sum of RGB (Red+Green+Blue) = 46+120+72=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7848 is #D187B7. Grayscale: #5C5C5C. Windows color (decimal): -13731768 or 4749358. OLE color: 4749358.

HSL color Cylindrical-coordinate representation of color #2E7848: hue angle of 141.08º 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 #2E7848 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB4612072-
CMYK0.6200.400.53
HSL141.08º44.58%32.55%-
HSV(B)141.08º61.67%47.06%-
XYZ9.0114.488.45-
YUV92.4116.4894.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=19.33%
G=50.42%
B=30.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120720.6200.400.53141.0844.5832.55
Hex2E78483E028358d2d21
Octal5617011076050652155541
Binary10111011110001001000111110010100011010110001101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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