#2A7850

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

Shades of Amazon #2A7850

Tints of Amazon #2A7850

Color information

#2A7850 (or 0x2A7850) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 50. RGB value is (42,120,80). Sum of RGB (Red+Green+Blue) = 42+120+80=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7850 is #D587AF. Grayscale: #5C5C5C. Windows color (decimal): -13993904 or 5273642. OLE color: 5273642.

HSL color Cylindrical-coordinate representation of color #2A7850: hue angle of 149.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7850 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB4212080-
CMYK0.6500.330.53
HSL149.23º48.15%31.76%-
HSV(B)149.23º65%47.06%-
XYZ9.1214.59.91-
YUV92.12121.1692.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 120 (47.27% from 255) = 49.59%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=17.36%
G=49.59%
B=33.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120800.6500.330.53149.2348.1531.76
Hex2A78504102135953020
Octal52170120101041652256040
Binary101010111100010100001000001010000111010110010101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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