#2D7D4E

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

Shades of Amazon #2D7D4E

Tints of Amazon #2D7D4E

Color information

#2D7D4E (or 0x2D7D4E) is unknown color: approx Amazon. HEX triplet: 2D, 7D and 4E. RGB value is (45,125,78). Sum of RGB (Red+Green+Blue) = 45+125+78=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7D4E is #D282B1. Grayscale: #5F5F5F. Windows color (decimal): -13796018 or 5143853. OLE color: 5143853.

HSL color Cylindrical-coordinate representation of color #2D7D4E: hue angle of 144.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7D4E is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB4512578-
CMYK0.6400.380.51
HSL144.75º47.06%33.33%-
HSV(B)144.75º64%49.02%-
XYZ9.7915.789.74-
YUV95.7211891.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.15%
GREEN value IS 125 (49.22% from 255) = 50.40%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=18.15%
G=50.40%
B=31.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45125780.6400.380.51144.7547.0633.33
Hex2D7D4E4002633912f21
Octal55175116100046632215741
Binary101101111110110011101000000010011011001110010001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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