#2B7F4F

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

Shades of Amazon #2B7F4F

Tints of Amazon #2B7F4F

Color information

#2B7F4F (or 0x2B7F4F) is unknown color: approx Amazon. HEX triplet: 2B, 7F and 4F. RGB value is (43,127,79). Sum of RGB (Red+Green+Blue) = 43+127+79=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F4F is #D480B0. Grayscale: #606060. Windows color (decimal): -13926577 or 5209899. OLE color: 5209899.

HSL color Cylindrical-coordinate representation of color #2B7F4F: hue angle of 145.71º 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 #2B7F4F is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB4312779-
CMYK0.6600.380.50
HSL145.71º49.41%33.33%-
HSV(B)145.71º66.14%49.8%-
XYZ1016.2610.01-
YUV96.41118.1789.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=17.27%
G=51.00%
B=31.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127790.6600.380.50145.7149.4133.33
Hex2B7F4F4202632923121
Octal53177117102046622226141
Binary101011111111110011111000010010011011001010010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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