#2C7948

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

Shades of Amazon #2C7948

Tints of Amazon #2C7948

Color information

#2C7948 (or 0x2C7948) is unknown color: approx Amazon. HEX triplet: 2C, 79 and 48. RGB value is (44,121,72). Sum of RGB (Red+Green+Blue) = 44+121+72=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7948 is #D386B7. Grayscale: #5C5C5C. Windows color (decimal): -13862584 or 4749612. OLE color: 4749612.

HSL color Cylindrical-coordinate representation of color #2C7948: hue angle of 141.82º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7948 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB4412172-
CMYK0.6400.400.53
HSL141.82º46.67%32.35%-
HSV(B)141.82º63.64%47.45%-
XYZ9.0514.688.49-
YUV92.39116.4993.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=18.57%
G=51.05%
B=30.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44121720.6400.400.53141.8246.6732.35
Hex2C794840028358e2f20
Octal54171110100050652165740
Binary101100111100110010001000000010100011010110001110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,121,72); }

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

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

 a { background-color: rgb(44,121,72); }

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

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

 span { border-color: rgb(44,121,72); }

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