#2B7852

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

Shades of Amazon #2B7852

Tints of Amazon #2B7852

Color information

#2B7852 (or 0x2B7852) is unknown color: approx Amazon. HEX triplet: 2B, 78 and 52. RGB value is (43,120,82). Sum of RGB (Red+Green+Blue) = 43+120+82=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7852 is #D487AD. Grayscale: #5C5C5C. Windows color (decimal): -13928366 or 5404715. OLE color: 5404715.

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

Color convert

RGB4312082-
CMYK0.6400.320.53
HSL150.39º47.24%31.96%-
HSV(B)150.39º64.17%47.06%-
XYZ9.2414.5610.31-
YUV92.64121.9992.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.55%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=17.55%
G=48.98%
B=33.47%

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
Decimal43120820.6400.320.53150.3947.2431.96
Hex2B78524002035962f20
Octal53170122100040652265740
Binary101011111100010100101000000010000011010110010110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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