#2C7C46

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

Shades of Amazon #2C7C46

Tints of Amazon #2C7C46

Color information

#2C7C46 (or 0x2C7C46) is unknown color: approx Amazon. HEX triplet: 2C, 7C and 46. RGB value is (44,124,70). Sum of RGB (Red+Green+Blue) = 44+124+70=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7C46 is #D383B9. Grayscale: #5E5E5E. Windows color (decimal): -13861818 or 4619308. OLE color: 4619308.

HSL color Cylindrical-coordinate representation of color #2C7C46: hue angle of 139.5º degrees, saturation: 0.48, 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 #2C7C46 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB4412470-
CMYK0.6500.440.51
HSL139.5º47.62%32.94%-
HSV(B)139.5º64.52%48.63%-
XYZ9.3515.398.27-
YUV93.92114.592.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 124 (48.83% from 255) = 52.10%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=18.49%
G=52.10%
B=29.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44124700.6500.440.51139.547.6232.94
Hex2C7C464102C338c3021
Octal54174106101054632146041
Binary101100111110010001101000001010110011001110001100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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