#2a7b50

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

Shades of Amazon #2A7B50

Tints of Amazon #2A7B50

Color information

#2A7B50 (or 0x2A7B50) is unknown color: approx Amazon. HEX triplet: 2A, 7B and 50. RGB value is (42,123,80). Sum of RGB (Red+Green+Blue) = 42+123+80=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #2A7B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7B50 is #D584AF. Grayscale: #5D5D5D. Windows color (decimal): -13993136 or 5274410. OLE color: 5274410.

HSL color Cylindrical-coordinate representation of color #2A7B50: hue angle of 148.15º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7B50 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB4212380-
CMYK0.6600.350.52
HSL148.15º49.09%32.35%-
HSV(B)148.15º65.85%48.24%-
XYZ9.4915.2410.03-
YUV93.88120.1691-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 123 (48.44% from 255) = 50.20%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=17.14%
G=50.20%
B=32.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42123800.6600.350.52148.1549.0932.35
Hex2A7B504202334943120
Octal52173120102043642246140
Binary101010111101110100001000010010001111010010010100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a7b50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,123,80); }

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

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

 a { background-color: rgb(42,123,80); }

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

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

 span { border-color: rgb(42,123,80); }

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