#2D734F

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

Shades of Amazon #2D734F

Tints of Amazon #2D734F

Color information

#2D734F (or 0x2D734F) is unknown color: approx Amazon. HEX triplet: 2D, 73 and 4F. RGB value is (45,115,79). Sum of RGB (Red+Green+Blue) = 45+115+79=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #2D734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D734F is #D28CB0. Grayscale: #5A5A5A. Windows color (decimal): -13798577 or 5206829. OLE color: 5206829.

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

Color convert

RGB4511579-
CMYK0.6100.310.55
HSL149.14º43.75%31.37%-
HSV(B)149.14º60.87%45.1%-
XYZ8.6213.389.53-
YUV89.97121.8195.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=18.83%
G=48.12%
B=33.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45115790.6100.310.55149.1443.7531.37
Hex2D734F3D01F37952c1f
Octal5516311775037672255437
Binary101101111001110011111111010111111101111001010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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