#2A784A

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

Shades of Amazon #2A784A

Tints of Amazon #2A784A

Color information

#2A784A (or 0x2A784A) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 4A. RGB value is (42,120,74). Sum of RGB (Red+Green+Blue) = 42+120+74=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #2A784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A784A is #D587B5. Grayscale: #5B5B5B. Windows color (decimal): -13993910 or 4880426. OLE color: 4880426.

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

Color convert

RGB4212074-
CMYK0.6500.380.53
HSL144.62º48.15%31.76%-
HSV(B)144.62º65%47.06%-
XYZ8.9114.428.79-
YUV91.43118.1692.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.80%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=17.80%
G=50.85%
B=31.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120740.6500.380.53144.6248.1531.76
Hex2A784A4102635913020
Octal52170112101046652216040
Binary101010111100010010101000001010011011010110010001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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