#2B7457

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

Shades of Amazon #2B7457

Tints of Amazon #2B7457

Color information

#2B7457 (or 0x2B7457) is unknown color: approx Amazon. HEX triplet: 2B, 74 and 57. RGB value is (43,116,87). Sum of RGB (Red+Green+Blue) = 43+116+87=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7457 is #D48BA8. Grayscale: #5A5A5A. Windows color (decimal): -13929385 or 5731371. OLE color: 5731371.

HSL color Cylindrical-coordinate representation of color #2B7457: hue angle of 156.16º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7457 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB4311687-
CMYK0.6300.250.55
HSL156.16º45.91%31.18%-
HSV(B)156.16º62.93%45.49%-
XYZ8.9613.6911.19-
YUV90.87125.8293.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 87 (34.38% from 255) = 35.37%
R=17.48%
G=47.15%
B=35.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43116870.6300.250.55156.1645.9131.18
Hex2B74573F019379c2e1f
Octal5316412777031672345637
Binary101011111010010101111111110110011101111001110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,116,87); }

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

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

 a { background-color: rgb(43,116,87); }

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

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

 span { border-color: rgb(43,116,87); }

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