#2B7546

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

Shades of Amazon #2B7546

Tints of Amazon #2B7546

Color information

#2B7546 (or 0x2B7546) is unknown color: approx Amazon. HEX triplet: 2B, 75 and 46. RGB value is (43,117,70). Sum of RGB (Red+Green+Blue) = 43+117+70=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7546 is #D48AB9. Grayscale: #595959. Windows color (decimal): -13929146 or 4617515. OLE color: 4617515.

HSL color Cylindrical-coordinate representation of color #2B7546: hue angle of 141.89º 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 #2B7546 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB4311770-
CMYK0.6300.400.54
HSL141.89º46.25%31.37%-
HSV(B)141.89º63.25%45.88%-
XYZ8.4613.687.99-
YUV89.52116.9894.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=18.70%
G=50.87%
B=30.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117700.6300.400.54141.8946.2531.37
Hex2B75463F028368e2e1f
Octal5316510677050662165637
Binary1010111110101100011011111101010001101101000111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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