#2B7847

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

Shades of Amazon #2B7847

Tints of Amazon #2B7847

Color information

#2B7847 (or 0x2B7847) is unknown color: approx Amazon. HEX triplet: 2B, 78 and 47. RGB value is (43,120,71). Sum of RGB (Red+Green+Blue) = 43+120+71=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7847 is #D487B8. Grayscale: #5B5B5B. Windows color (decimal): -13928377 or 4683819. OLE color: 4683819.

HSL color Cylindrical-coordinate representation of color #2B7847: hue angle of 141.82º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7847 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB4312071-
CMYK0.6400.410.53
HSL141.82º47.24%31.96%-
HSV(B)141.82º64.17%47.06%-
XYZ8.8514.48.27-
YUV91.39116.4993.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=18.38%
G=51.28%
B=30.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43120710.6400.410.53141.8247.2431.96
Hex2B784740029358e2f20
Octal53170107100051652165740
Binary101011111100010001111000000010100111010110001110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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