#2A7847

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

Shades of Amazon #2A7847

Tints of Amazon #2A7847

Color information

#2A7847 (or 0x2A7847) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 47. RGB value is (42,120,71). Sum of RGB (Red+Green+Blue) = 42+120+71=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7847 is #D587B8. Grayscale: #5B5B5B. Windows color (decimal): -13993913 or 4683818. OLE color: 4683818.

HSL color Cylindrical-coordinate representation of color #2A7847: hue angle of 142.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7847 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB4212071-
CMYK0.6500.410.53
HSL142.31º48.15%31.76%-
HSV(B)142.31º65%47.06%-
XYZ8.8114.388.27-
YUV91.09116.6692.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=18.03%
G=51.50%
B=30.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120710.6500.410.53142.3148.1531.76
Hex2A784741029358e3020
Octal52170107101051652166040
Binary101010111100010001111000001010100111010110001110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,71); }

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

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

 a { background-color: rgb(42,120,71); }

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

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

 span { border-color: rgb(42,120,71); }

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