#2B7F4C

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

Shades of Amazon #2B7F4C

Tints of Amazon #2B7F4C

Color information

#2B7F4C (or 0x2B7F4C) is unknown color: approx Amazon. HEX triplet: 2B, 7F and 4C. RGB value is (43,127,76). Sum of RGB (Red+Green+Blue) = 43+127+76=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F4C is #D480B3. Grayscale: #606060. Windows color (decimal): -13926580 or 5013291. OLE color: 5013291.

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

Color convert

RGB4312776-
CMYK0.6600.400.50
HSL143.57º49.41%33.33%-
HSV(B)143.57º66.14%49.8%-
XYZ9.8916.219.45-
YUV96.07116.6790.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=17.48%
G=51.63%
B=30.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127760.6600.400.50143.5749.4133.33
Hex2B7F4C4202832903121
Octal53177114102050622206141
Binary101011111111110011001000010010100011001010010000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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