#2D744F

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

Shades of Amazon #2D744F

Tints of Amazon #2D744F

Color information

#2D744F (or 0x2D744F) is unknown color: approx Amazon. HEX triplet: 2D, 74 and 4F. RGB value is (45,116,79). Sum of RGB (Red+Green+Blue) = 45+116+79=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #2D744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D744F is #D28BB0. Grayscale: #5A5A5A. Windows color (decimal): -13798321 or 5207085. OLE color: 5207085.

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

Color convert

RGB4511679-
CMYK0.6100.320.55
HSL148.73º44.1%31.57%-
HSV(B)148.73º61.21%45.49%-
XYZ8.7413.619.56-
YUV90.55121.4895.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 116 (45.70% from 255) = 48.33%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=18.75%
G=48.33%
B=32.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45116790.6100.320.55148.7344.131.57
Hex2D744F3D02037952c20
Octal5516411775040672255440
Binary10110111101001001111111101010000011011110010101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,116,79); }

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

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

 a { background-color: rgb(45,116,79); }

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

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

 span { border-color: rgb(45,116,79); }

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