#2D8342

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

Shades of Amazon #2D8342

Tints of Amazon #2D8342

Color information

#2D8342 (or 0x2D8342) is unknown color: approx Amazon. HEX triplet: 2D, 83 and 42. RGB value is (45,131,66). Sum of RGB (Red+Green+Blue) = 45+131+66=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8342 is #D27CBD. Grayscale: #626262. Windows color (decimal): -13794494 or 4358957. OLE color: 4358957.

HSL color Cylindrical-coordinate representation of color #2D8342: hue angle of 134.65º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8342 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB4513166-
CMYK0.6600.500.49
HSL134.65º48.86%34.51%-
HSV(B)134.65º65.65%51.37%-
XYZ10.1817.187.93-
YUV97.88110.0190.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 131 (51.56% from 255) = 54.13%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=18.60%
G=54.13%
B=27.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131660.6600.500.49134.6548.8634.51
Hex2D83424203231873123
Octal55203102102062612076143
Binary1011011000001110000101000010011001011000110000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,131,66); }

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

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

 a { background-color: rgb(45,131,66); }

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

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

 span { border-color: rgb(45,131,66); }

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