#2A7848

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

Shades of Amazon #2A7848

Tints of Amazon #2A7848

Color information

#2A7848 (or 0x2A7848) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 48. RGB value is (42,120,72). Sum of RGB (Red+Green+Blue) = 42+120+72=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7848 is #D587B7. Grayscale: #5B5B5B. Windows color (decimal): -13993912 or 4749354. OLE color: 4749354.

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

Color convert

RGB4212072-
CMYK0.6500.400.53
HSL143.08º48.15%31.76%-
HSV(B)143.08º65%47.06%-
XYZ8.8414.398.44-
YUV91.21117.1692.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=17.95%
G=51.28%
B=30.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120720.6500.400.53143.0848.1531.76
Hex2A784841028358f3020
Octal52170110101050652176040
Binary101010111100010010001000001010100011010110001111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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