#2A7859

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

Shades of Amazon #2A7859

Tints of Amazon #2A7859

Color information

#2A7859 (or 0x2A7859) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 59. RGB value is (42,120,89). Sum of RGB (Red+Green+Blue) = 42+120+89=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7859 is #D587A6. Grayscale: #5D5D5D. Windows color (decimal): -13993895 or 5863466. OLE color: 5863466.

HSL color Cylindrical-coordinate representation of color #2A7859: hue angle of 156.15º 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 #2A7859 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4212089-
CMYK0.6500.260.53
HSL156.15º48.15%31.76%-
HSV(B)156.15º65%47.06%-
XYZ9.4714.6511.78-
YUV93.14125.6691.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.73%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=16.73%
G=47.81%
B=35.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120890.6500.260.53156.1548.1531.76
Hex2A78594101A359c3020
Octal52170131101032652346040
Binary10101011110001011001100000101101011010110011100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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