#2C785B

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

Shades of Amazon #2C785B

Tints of Amazon #2C785B

Color information

#2C785B (or 0x2C785B) is unknown color: approx Amazon. HEX triplet: 2C, 78 and 5B. RGB value is (44,120,91). Sum of RGB (Red+Green+Blue) = 44+120+91=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #2C785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C785B is #D387A4. Grayscale: #5E5E5E. Windows color (decimal): -13862821 or 5994540. OLE color: 5994540.

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

Color convert

RGB4412091-
CMYK0.6300.240.53
HSL157.11º46.34%32.16%-
HSV(B)157.11º63.33%47.06%-
XYZ9.6414.7212.23-
YUV93.97126.3292.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=17.25%
G=47.06%
B=35.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120910.6300.240.53157.1146.3432.16
Hex2C785B3F018359d2e20
Octal5417013377030652355640
Binary1011001111000101101111111101100011010110011101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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