#2D754F

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

Shades of Amazon #2D754F

Tints of Amazon #2D754F

Color information

#2D754F (or 0x2D754F) is unknown color: approx Amazon. HEX triplet: 2D, 75 and 4F. RGB value is (45,117,79). Sum of RGB (Red+Green+Blue) = 45+117+79=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #2D754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D754F is #D28AB0. Grayscale: #5B5B5B. Windows color (decimal): -13798065 or 5207341. OLE color: 5207341.

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

Color convert

RGB4511779-
CMYK0.6200.320.54
HSL148.33º44.44%31.76%-
HSV(B)148.33º61.54%45.88%-
XYZ8.8513.849.6-
YUV91.14121.1595.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=18.67%
G=48.55%
B=32.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45117790.6200.320.54148.3344.4431.76
Hex2D754F3E02036942c20
Octal5516511776040662245440
Binary10110111101011001111111110010000011011010010100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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