#2B7C4F

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

Shades of Amazon #2B7C4F

Tints of Amazon #2B7C4F

Color information

#2B7C4F (or 0x2B7C4F) is unknown color: approx Amazon. HEX triplet: 2B, 7C and 4F. RGB value is (43,124,79). Sum of RGB (Red+Green+Blue) = 43+124+79=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C4F is #D483B0. Grayscale: #5E5E5E. Windows color (decimal): -13927345 or 5209131. OLE color: 5209131.

HSL color Cylindrical-coordinate representation of color #2B7C4F: hue angle of 146.67º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7C4F is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB4312479-
CMYK0.6500.360.51
HSL146.67º48.5%32.75%-
HSV(B)146.67º65.32%48.63%-
XYZ9.6215.499.88-
YUV94.65119.1691.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=17.48%
G=50.41%
B=32.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43124790.6500.360.51146.6748.532.75
Hex2B7C4F4102433933121
Octal53174117101044632236141
Binary101011111110010011111000001010010011001110010011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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