#2A734A

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

Shades of Amazon #2A734A

Tints of Amazon #2A734A

Color information

#2A734A (or 0x2A734A) is unknown color: approx Amazon. HEX triplet: 2A, 73 and 4A. RGB value is (42,115,74). Sum of RGB (Red+Green+Blue) = 42+115+74=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #2A734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A734A is #D58CB5. Grayscale: #585858. Windows color (decimal): -13995190 or 4879146. OLE color: 4879146.

HSL color Cylindrical-coordinate representation of color #2A734A: hue angle of 146.3º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A734A is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB4211574-
CMYK0.6300.360.55
HSL146.3º46.5%30.78%-
HSV(B)146.3º63.48%45.1%-
XYZ8.3213.258.6-
YUV88.5119.8294.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=18.18%
G=49.78%
B=32.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115740.6300.360.55146.346.530.78
Hex2A734A3F02437922e1f
Octal5216311277044672225637
Binary1010101110011100101011111101001001101111001001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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