#2B7652

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

Shades of Amazon #2B7652

Tints of Amazon #2B7652

Color information

#2B7652 (or 0x2B7652) is unknown color: approx Amazon. HEX triplet: 2B, 76 and 52. RGB value is (43,118,82). Sum of RGB (Red+Green+Blue) = 43+118+82=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7652 is #D489AD. Grayscale: #5B5B5B. Windows color (decimal): -13928878 or 5404203. OLE color: 5404203.

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

Color convert

RGB4311882-
CMYK0.6400.310.54
HSL151.2º46.58%31.57%-
HSV(B)151.2º63.56%46.27%-
XYZ914.0810.23-
YUV91.47122.6593.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=17.70%
G=48.56%
B=33.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43118820.6400.310.54151.246.5831.57
Hex2B76524001F36972f20
Octal53166122100037662275740
Binary10101111101101010010100000001111111011010010111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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