#2B7751

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

Shades of Amazon #2B7751

Tints of Amazon #2B7751

Color information

#2B7751 (or 0x2B7751) is unknown color: approx Amazon. HEX triplet: 2B, 77 and 51. RGB value is (43,119,81). Sum of RGB (Red+Green+Blue) = 43+119+81=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7751 is #D488AE. Grayscale: #5C5C5C. Windows color (decimal): -13928623 or 5338923. OLE color: 5338923.

HSL color Cylindrical-coordinate representation of color #2B7751: hue angle of 150º 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 #2B7751 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB4311981-
CMYK0.6400.320.53
HSL150º46.91%31.76%-
HSV(B)150º63.87%46.67%-
XYZ9.0814.310.07-
YUV91.94121.8293.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=17.70%
G=48.97%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119810.6400.320.5315046.9131.76
Hex2B77514002035962f20
Octal53167121100040652265740
Binary101011111011110100011000000010000011010110010110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,81); }

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

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

 a { background-color: rgb(43,119,81); }

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

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

 span { border-color: rgb(43,119,81); }

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