#2B7A47

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

Shades of Amazon #2B7A47

Tints of Amazon #2B7A47

Color information

#2B7A47 (or 0x2B7A47) is unknown color: approx Amazon. HEX triplet: 2B, 7A and 47. RGB value is (43,122,71). Sum of RGB (Red+Green+Blue) = 43+122+71=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A47 is #D485B8. Grayscale: #5C5C5C. Windows color (decimal): -13927865 or 4684331. OLE color: 4684331.

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

Color convert

RGB4312271-
CMYK0.6500.420.52
HSL141.27º47.88%32.35%-
HSV(B)141.27º64.75%47.84%-
XYZ9.0914.898.36-
YUV92.56115.8392.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 122 (48.05% from 255) = 51.69%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=18.22%
G=51.69%
B=30.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43122710.6500.420.52141.2747.8832.35
Hex2B7A474102A348d3020
Octal53172107101052642156040
Binary101011111101010001111000001010101011010010001101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,71); }

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

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

 a { background-color: rgb(43,122,71); }

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

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

 span { border-color: rgb(43,122,71); }

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