#2B804C

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

Shades of Amazon #2B804C

Tints of Amazon #2B804C

Color information

#2B804C (or 0x2B804C) is unknown color: approx Amazon. HEX triplet: 2B, 80 and 4C. RGB value is (43,128,76). Sum of RGB (Red+Green+Blue) = 43+128+76=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #2B804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B804C is #D47FB3. Grayscale: #606060. Windows color (decimal): -13926324 or 5013547. OLE color: 5013547.

HSL color Cylindrical-coordinate representation of color #2B804C: hue angle of 143.29º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B804C is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB4312876-
CMYK0.6600.410.50
HSL143.29º49.71%33.53%-
HSV(B)143.29º66.41%50.2%-
XYZ10.0216.479.49-
YUV96.66116.3489.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=17.41%
G=51.82%
B=30.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43128760.6600.410.50143.2949.7133.53
Hex2B804C42029328f3222
Octal53200114102051622176242
Binary1010111000000010011001000010010100111001010001111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,128,76); }

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

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

 a { background-color: rgb(43,128,76); }

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

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

 span { border-color: rgb(43,128,76); }

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