#2E8445

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

Shades of Amazon #2E8445

Tints of Amazon #2E8445

Color information

#2E8445 (or 0x2E8445) is unknown color: approx Amazon. HEX triplet: 2E, 84 and 45. RGB value is (46,132,69). Sum of RGB (Red+Green+Blue) = 46+132+69=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8445 is #D17BBA. Grayscale: #636363. Windows color (decimal): -13728699 or 4555822. OLE color: 4555822.

HSL color Cylindrical-coordinate representation of color #2E8445: hue angle of 136.05º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8445 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB4613269-
CMYK0.6500.480.48
HSL136.05º48.31%34.9%-
HSV(B)136.05º65.15%51.76%-
XYZ10.4517.518.46-
YUV99.1111.0190.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=18.62%
G=53.44%
B=27.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46132690.6500.480.48136.0548.3134.9
Hex2E84454103030883023
Octal56204105101060602106043
Binary1011101000010010001011000001011000011000010001000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,69); }

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

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

 a { background-color: rgb(46,132,69); }

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

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

 span { border-color: rgb(46,132,69); }

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