#2C784B

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

Shades of Amazon #2C784B

Tints of Amazon #2C784B

Color information

#2C784B (or 0x2C784B) is unknown color: approx Amazon. HEX triplet: 2C, 78 and 4B. RGB value is (44,120,75). Sum of RGB (Red+Green+Blue) = 44+120+75=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #2C784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C784B is #D387B4. Grayscale: #5C5C5C. Windows color (decimal): -13862837 or 4945964. OLE color: 4945964.

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

Color convert

RGB4412075-
CMYK0.6300.370.53
HSL144.47º46.34%32.16%-
HSV(B)144.47º63.33%47.06%-
XYZ9.0314.488.98-
YUV92.15118.3293.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=18.41%
G=50.21%
B=31.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120750.6300.370.53144.4746.3432.16
Hex2C784B3F02535902e20
Octal5417011377045652205640
Binary10110011110001001011111111010010111010110010000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,120,75); }

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

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

 a { background-color: rgb(44,120,75); }

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

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

 span { border-color: rgb(44,120,75); }

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