#2B7448

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

Shades of Amazon #2B7448

Tints of Amazon #2B7448

Color information

#2B7448 (or 0x2B7448) is unknown color: approx Amazon. HEX triplet: 2B, 74 and 48. RGB value is (43,116,72). Sum of RGB (Red+Green+Blue) = 43+116+72=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7448 is #D48BB7. Grayscale: #595959. Windows color (decimal): -13929400 or 4748331. OLE color: 4748331.

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

Color convert

RGB4311672-
CMYK0.6300.380.55
HSL143.84º45.91%31.18%-
HSV(B)143.84º62.93%45.49%-
XYZ8.4113.478.29-
YUV89.16118.3295.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=18.61%
G=50.22%
B=31.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43116720.6300.380.55143.8445.9131.18
Hex2B74483F02637902e1f
Octal5316411077046672205637
Binary1010111110100100100011111101001101101111001000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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