#2B774B

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

Shades of Amazon #2B774B

Tints of Amazon #2B774B

Color information

#2B774B (or 0x2B774B) is unknown color: approx Amazon. HEX triplet: 2B, 77 and 4B. RGB value is (43,119,75). Sum of RGB (Red+Green+Blue) = 43+119+75=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #2B774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B774B is #D488B4. Grayscale: #5B5B5B. Windows color (decimal): -13928629 or 4945707. OLE color: 4945707.

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

Color convert

RGB4311975-
CMYK0.6400.370.53
HSL145.26º46.91%31.76%-
HSV(B)145.26º63.87%46.67%-
XYZ8.8614.228.93-
YUV91.26118.8293.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=18.14%
G=50.21%
B=31.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119750.6400.370.53145.2646.9131.76
Hex2B774B4002535912f20
Octal53167113100045652215740
Binary101011111011110010111000000010010111010110010001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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