#2D8344

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

Shades of Amazon #2D8344

Tints of Amazon #2D8344

Color information

#2D8344 (or 0x2D8344) is unknown color: approx Amazon. HEX triplet: 2D, 83 and 44. RGB value is (45,131,68). Sum of RGB (Red+Green+Blue) = 45+131+68=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8344 is #D27CBB. Grayscale: #626262. Windows color (decimal): -13794492 or 4490029. OLE color: 4490029.

HSL color Cylindrical-coordinate representation of color #2D8344: hue angle of 136.05º 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 #2D8344 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB4513168-
CMYK0.6600.480.49
HSL136.05º48.86%34.51%-
HSV(B)136.05º65.65%51.37%-
XYZ10.2417.218.25-
YUV98.1111.0190.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.44%
GREEN value IS 131 (51.56% from 255) = 53.69%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=18.44%
G=53.69%
B=27.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131680.6600.480.49136.0548.8634.51
Hex2D83444203031883123
Octal55203104102060612106143
Binary1011011000001110001001000010011000011000110001000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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