#2B764F

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

Shades of Amazon #2B764F

Tints of Amazon #2B764F

Color information

#2B764F (or 0x2B764F) is unknown color: approx Amazon. HEX triplet: 2B, 76 and 4F. RGB value is (43,118,79). Sum of RGB (Red+Green+Blue) = 43+118+79=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #2B764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B764F is #D489B0. Grayscale: #5B5B5B. Windows color (decimal): -13928881 or 5207595. OLE color: 5207595.

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

Color convert

RGB4311879-
CMYK0.6400.330.54
HSL148.8º46.58%31.57%-
HSV(B)148.8º63.56%46.27%-
XYZ8.8914.039.64-
YUV91.13121.1593.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=17.92%
G=49.17%
B=32.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43118790.6400.330.54148.846.5831.57
Hex2B764F4002136952f20
Octal53166117100041662255740
Binary101011111011010011111000000010000111011010010101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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