#2D774E

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

Shades of Amazon #2D774E

Tints of Amazon #2D774E

Color information

#2D774E (or 0x2D774E) is unknown color: approx Amazon. HEX triplet: 2D, 77 and 4E. RGB value is (45,119,78). Sum of RGB (Red+Green+Blue) = 45+119+78=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #2D774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D774E is #D288B1. Grayscale: #5C5C5C. Windows color (decimal): -13797554 or 5142317. OLE color: 5142317.

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

Color convert

RGB4511978-
CMYK0.6200.340.53
HSL146.76º45.12%32.16%-
HSV(B)146.76º62.18%46.67%-
XYZ9.0514.39.49-
YUV92.2119.9894.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=18.60%
G=49.17%
B=32.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45119780.6200.340.53146.7645.1232.16
Hex2D774E3E02235932d20
Octal5516711676042652235540
Binary10110111101111001110111110010001011010110010011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,119,78); }

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

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

 a { background-color: rgb(45,119,78); }

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

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

 span { border-color: rgb(45,119,78); }

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