#2A754C

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

Shades of Amazon #2A754C

Tints of Amazon #2A754C

Color information

#2A754C (or 0x2A754C) is unknown color: approx Amazon. HEX triplet: 2A, 75 and 4C. RGB value is (42,117,76). Sum of RGB (Red+Green+Blue) = 42+117+76=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #2A754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A754C is #D58AB3. Grayscale: #595959. Windows color (decimal): -13994676 or 5010730. OLE color: 5010730.

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

Color convert

RGB4211776-
CMYK0.6400.350.54
HSL147.2º47.17%31.18%-
HSV(B)147.2º64.1%45.88%-
XYZ8.6213.749.03-
YUV89.9120.1593.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=17.87%
G=49.79%
B=32.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117760.6400.350.54147.247.1731.18
Hex2A754C4002336932f1f
Octal52165114100043662235737
Binary10101011101011001100100000001000111101101001001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,76); }

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

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

 a { background-color: rgb(42,117,76); }

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

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

 span { border-color: rgb(42,117,76); }

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