#2A734B

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

Shades of Amazon #2A734B

Tints of Amazon #2A734B

Color information

#2A734B (or 0x2A734B) is unknown color: approx Amazon. HEX triplet: 2A, 73 and 4B. RGB value is (42,115,75). Sum of RGB (Red+Green+Blue) = 42+115+75=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #2A734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A734B is #D58CB4. Grayscale: #585858. Windows color (decimal): -13995189 or 4944682. OLE color: 4944682.

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

Color convert

RGB4211575-
CMYK0.6300.350.55
HSL147.12º46.5%30.78%-
HSV(B)147.12º63.48%45.1%-
XYZ8.3613.268.78-
YUV88.61120.3294.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=18.10%
G=49.57%
B=32.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115750.6300.350.55147.1246.530.78
Hex2A734B3F02337932e1f
Octal5216311377043672235637
Binary1010101110011100101111111101000111101111001001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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