#2B7556

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

Shades of Amazon #2B7556

Tints of Amazon #2B7556

Color information

#2B7556 (or 0x2B7556) is unknown color: approx Amazon. HEX triplet: 2B, 75 and 56. RGB value is (43,117,86). Sum of RGB (Red+Green+Blue) = 43+117+86=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7556 is #D48AA9. Grayscale: #5B5B5B. Windows color (decimal): -13929130 or 5666091. OLE color: 5666091.

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

Color convert

RGB4311786-
CMYK0.6300.260.54
HSL154.86º46.25%31.37%-
HSV(B)154.86º63.25%45.88%-
XYZ9.0413.9111.01-
YUV91.34124.9893.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=17.48%
G=47.56%
B=34.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117860.6300.260.54154.8646.2531.37
Hex2B75563F01A369b2e1f
Octal5316512677032662335637
Binary101011111010110101101111110110101101101001101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,86); }

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

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

 a { background-color: rgb(43,117,86); }

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

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

 span { border-color: rgb(43,117,86); }

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