#2D7348

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

Shades of Amazon #2D7348

Tints of Amazon #2D7348

Color information

#2D7348 (or 0x2D7348) is unknown color: approx Amazon. HEX triplet: 2D, 73 and 48. RGB value is (45,115,72). Sum of RGB (Red+Green+Blue) = 45+115+72=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7348 is #D28CB7. Grayscale: #595959. Windows color (decimal): -13798584 or 4748077. OLE color: 4748077.

HSL color Cylindrical-coordinate representation of color #2D7348: hue angle of 143.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 #2D7348 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB4511572-
CMYK0.6100.370.55
HSL143.14º43.75%31.37%-
HSV(B)143.14º60.87%45.1%-
XYZ8.3813.298.25-
YUV89.17118.3196.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=19.40%
G=49.57%
B=31.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45115720.6100.370.55143.1443.7531.37
Hex2D73483D025378f2c1f
Octal5516311075045672175437
Binary1011011110011100100011110101001011101111000111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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