#2A744D

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

Shades of Amazon #2A744D

Tints of Amazon #2A744D

Color information

#2A744D (or 0x2A744D) is unknown color: approx Amazon. HEX triplet: 2A, 74 and 4D. RGB value is (42,116,77). Sum of RGB (Red+Green+Blue) = 42+116+77=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #2A744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A744D is #D58BB2. Grayscale: #595959. Windows color (decimal): -13994931 or 5076010. OLE color: 5076010.

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

Color convert

RGB4211677-
CMYK0.6400.340.55
HSL148.38º46.84%30.98%-
HSV(B)148.38º63.79%45.49%-
XYZ8.5413.529.18-
YUV89.43120.9894.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=17.87%
G=49.36%
B=32.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42116770.6400.340.55148.3846.8430.98
Hex2A744D4002237942f1f
Octal52164115100042672245737
Binary10101011101001001101100000001000101101111001010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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