#2B7B48

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

Shades of Amazon #2B7B48

Tints of Amazon #2B7B48

Color information

#2B7B48 (or 0x2B7B48) is unknown color: approx Amazon. HEX triplet: 2B, 7B and 48. RGB value is (43,123,72). Sum of RGB (Red+Green+Blue) = 43+123+72=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7B48 is #D484B7. Grayscale: #5D5D5D. Windows color (decimal): -13927608 or 4750123. OLE color: 4750123.

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

Color convert

RGB4312372-
CMYK0.6500.410.52
HSL141.75º48.19%32.55%-
HSV(B)141.75º65.04%48.24%-
XYZ9.2515.158.57-
YUV93.2711692.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=18.07%
G=51.68%
B=30.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43123720.6500.410.52141.7548.1932.55
Hex2B7B4841029348e3021
Octal53173110101051642166041
Binary101011111101110010001000001010100111010010001110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,123,72); }

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

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

 a { background-color: rgb(43,123,72); }

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

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

 span { border-color: rgb(43,123,72); }

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