#2D8345

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

Shades of Amazon #2D8345

Tints of Amazon #2D8345

Color information

#2D8345 (or 0x2D8345) is unknown color: approx Amazon. HEX triplet: 2D, 83 and 45. RGB value is (45,131,69). Sum of RGB (Red+Green+Blue) = 45+131+69=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8345 is #D27CBA. Grayscale: #626262. Windows color (decimal): -13794491 or 4555565. OLE color: 4555565.

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

Color convert

RGB4513169-
CMYK0.6600.470.49
HSL136.74º48.86%34.51%-
HSV(B)136.74º65.65%51.37%-
XYZ10.2717.228.41-
YUV98.22111.5190.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.37%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=18.37%
G=53.47%
B=28.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131690.6600.470.49136.7448.8634.51
Hex2D83454202F31893123
Octal55203105102057612116143
Binary1011011000001110001011000010010111111000110001001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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