#2A734E

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

Shades of Amazon #2A734E

Tints of Amazon #2A734E

Color information

#2A734E (or 0x2A734E) is unknown color: approx Amazon. HEX triplet: 2A, 73 and 4E. RGB value is (42,115,78). Sum of RGB (Red+Green+Blue) = 42+115+78=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #2A734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A734E is #D58CB1. Grayscale: #595959. Windows color (decimal): -13995186 or 5141290. OLE color: 5141290.

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

Color convert

RGB4211578-
CMYK0.6300.320.55
HSL149.59º46.5%30.78%-
HSV(B)149.59º63.48%45.1%-
XYZ8.4613.39.33-
YUV88.95121.8294.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=17.87%
G=48.94%
B=33.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115780.6300.320.55149.5946.530.78
Hex2A734E3F02037962e1f
Octal5216311677040672265637
Binary1010101110011100111011111101000001101111001011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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