#2C7958

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

Shades of Amazon #2C7958

Tints of Amazon #2C7958

Color information

#2C7958 (or 0x2C7958) is unknown color: approx Amazon. HEX triplet: 2C, 79 and 58. RGB value is (44,121,88). Sum of RGB (Red+Green+Blue) = 44+121+88=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7958 is #D386A7. Grayscale: #5E5E5E. Windows color (decimal): -13862568 or 5798188. OLE color: 5798188.

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

Color convert

RGB4412188-
CMYK0.6400.270.53
HSL154.29º46.67%32.35%-
HSV(B)154.29º63.64%47.45%-
XYZ9.6414.9111.6-
YUV94.21124.4992.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.39%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=17.39%
G=47.83%
B=34.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44121880.6400.270.53154.2946.6732.35
Hex2C79584001B359a2f20
Octal54171130100033652325740
Binary10110011110011011000100000001101111010110011010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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