#2D704D

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

Shades of Amazon #2D704D

Tints of Amazon #2D704D

Color information

#2D704D (or 0x2D704D) is unknown color: approx Amazon. HEX triplet: 2D, 70 and 4D. RGB value is (45,112,77). Sum of RGB (Red+Green+Blue) = 45+112+77=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #2D704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D704D is #D28FB2. Grayscale: #585858. Windows color (decimal): -13799347 or 5074989. OLE color: 5074989.

HSL color Cylindrical-coordinate representation of color #2D704D: hue angle of 148.66º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D704D is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB4511277-
CMYK0.6000.310.56
HSL148.66º42.68%30.78%-
HSV(B)148.66º59.82%43.92%-
XYZ8.2212.689.04-
YUV87.98121.897.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.23%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=19.23%
G=47.86%
B=32.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112770.6000.310.56148.6642.6830.78
Hex2D704D3C01F38952b1f
Octal5516011574037702255337
Binary101101111000010011011111000111111110001001010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,77); }

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

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

 a { background-color: rgb(45,112,77); }

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

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

 span { border-color: rgb(45,112,77); }

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