#2C744E

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

Shades of Amazon #2C744E

Tints of Amazon #2C744E

Color information

#2C744E (or 0x2C744E) is unknown color: approx Amazon. HEX triplet: 2C, 74 and 4E. RGB value is (44,116,78). Sum of RGB (Red+Green+Blue) = 44+116+78=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #2C744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C744E is #D38BB1. Grayscale: #5A5A5A. Windows color (decimal): -13863858 or 5141548. OLE color: 5141548.

HSL color Cylindrical-coordinate representation of color #2C744E: hue angle of 148.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C744E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB4411678-
CMYK0.6200.330.55
HSL148.33º45%31.37%-
HSV(B)148.33º62.07%45.49%-
XYZ8.6613.589.37-
YUV90.14121.1595.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=18.49%
G=48.74%
B=32.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116780.6200.330.55148.334531.37
Hex2C744E3E02137942d1f
Octal5416411676041672245537
Binary1011001110100100111011111001000011101111001010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,116,78); }

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

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

 a { background-color: rgb(44,116,78); }

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

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

 span { border-color: rgb(44,116,78); }

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