#2A734D

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

Shades of Amazon #2A734D

Tints of Amazon #2A734D

Color information

#2A734D (or 0x2A734D) is unknown color: approx Amazon. HEX triplet: 2A, 73 and 4D. RGB value is (42,115,77). Sum of RGB (Red+Green+Blue) = 42+115+77=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #2A734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A734D is #D58CB2. Grayscale: #585858. Windows color (decimal): -13995187 or 5075754. OLE color: 5075754.

HSL color Cylindrical-coordinate representation of color #2A734D: hue angle of 148.77º 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 #2A734D is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB4211577-
CMYK0.6300.330.55
HSL148.77º46.5%30.78%-
HSV(B)148.77º63.48%45.1%-
XYZ8.4313.299.14-
YUV88.84121.3294.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=17.95%
G=49.15%
B=32.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115770.6300.330.55148.7746.530.78
Hex2A734D3F02137952e1f
Octal5216311577041672255637
Binary1010101110011100110111111101000011101111001010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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