#2C8146

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

Shades of Amazon #2C8146

Tints of Amazon #2C8146

Color information

#2C8146 (or 0x2C8146) is unknown color: approx Amazon. HEX triplet: 2C, 81 and 46. RGB value is (44,129,70). Sum of RGB (Red+Green+Blue) = 44+129+70=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #2C8146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8146 is #D37EB9. Grayscale: #616161. Windows color (decimal): -13860538 or 4620588. OLE color: 4620588.

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

Color convert

RGB4412970-
CMYK0.6600.460.49
HSL138.35º49.13%33.92%-
HSV(B)138.35º65.89%50.59%-
XYZ9.9916.688.49-
YUV96.86112.8490.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.11%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=18.11%
G=53.09%
B=28.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44129700.6600.460.49138.3549.1333.92
Hex2C81464202E318a3122
Octal54201106102056612126142
Binary1011001000000110001101000010010111011000110001010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,129,70); }

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

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

 a { background-color: rgb(44,129,70); }

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

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

 span { border-color: rgb(44,129,70); }

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