#2C7853

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

Shades of Amazon #2C7853

Tints of Amazon #2C7853

Color information

#2C7853 (or 0x2C7853) is unknown color: approx Amazon. HEX triplet: 2C, 78 and 53. RGB value is (44,120,83). Sum of RGB (Red+Green+Blue) = 44+120+83=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7853 is #D387AC. Grayscale: #5D5D5D. Windows color (decimal): -13862829 or 5470252. OLE color: 5470252.

HSL color Cylindrical-coordinate representation of color #2C7853: hue angle of 150.79º 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 #2C7853 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB4412083-
CMYK0.6300.310.53
HSL150.79º46.34%32.16%-
HSV(B)150.79º63.33%47.06%-
XYZ9.3214.5910.51-
YUV93.06122.3293.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=17.81%
G=48.58%
B=33.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120830.6300.310.53150.7946.3432.16
Hex2C78533F01F35972e20
Octal5417012377037652275640
Binary1011001111000101001111111101111111010110010111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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