#2b765b

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

Shades of Amazon #2B765B

Tints of Amazon #2B765B

Color information

#2B765B (or 0x2B765B) is unknown color: approx Amazon. HEX triplet: 2B, 76 and 5B. RGB value is (43,118,91). Sum of RGB (Red+Green+Blue) = 43+118+91=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #2B765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B765B is #D489A4. Grayscale: #5C5C5C. Windows color (decimal): -13928869 or 5994027. OLE color: 5994027.

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

Color convert

RGB4311891-
CMYK0.6400.230.54
HSL158.4º46.58%31.57%-
HSV(B)158.4º63.56%46.27%-
XYZ9.3614.2312.15-
YUV92.5127.1592.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=17.06%
G=46.83%
B=36.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43118910.6400.230.54158.446.5831.57
Hex2B765B40017369e2f20
Octal53166133100027662365740
Binary10101111101101011011100000001011111011010011110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b765b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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