#2A754B

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

Shades of Amazon #2A754B

Tints of Amazon #2A754B

Color information

#2A754B (or 0x2A754B) is unknown color: approx Amazon. HEX triplet: 2A, 75 and 4B. RGB value is (42,117,75). Sum of RGB (Red+Green+Blue) = 42+117+75=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #2A754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A754B is #D58AB4. Grayscale: #595959. Windows color (decimal): -13994677 or 4945194. OLE color: 4945194.

HSL color Cylindrical-coordinate representation of color #2A754B: hue angle of 146.4º 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 #2A754B is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB4211775-
CMYK0.6400.360.54
HSL146.4º47.17%31.18%-
HSV(B)146.4º64.1%45.88%-
XYZ8.5913.728.85-
YUV89.79119.6593.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=17.95%
G=50%
B=32.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117750.6400.360.54146.447.1731.18
Hex2A754B4002436922f1f
Octal52165113100044662225737
Binary10101011101011001011100000001001001101101001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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