#2D8243

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

Shades of Amazon #2D8243

Tints of Amazon #2D8243

Color information

#2D8243 (or 0x2D8243) is unknown color: approx Amazon. HEX triplet: 2D, 82 and 43. RGB value is (45,130,67). Sum of RGB (Red+Green+Blue) = 45+130+67=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8243 is #D27DBC. Grayscale: #616161. Windows color (decimal): -13794749 or 4424237. OLE color: 4424237.

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

Color convert

RGB4513067-
CMYK0.6500.480.49
HSL135.53º48.57%34.31%-
HSV(B)135.53º65.38%50.98%-
XYZ10.0816.938.05-
YUV97.4110.8490.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 67 (26.56% from 255) = 27.69%
R=18.60%
G=53.72%
B=27.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45130670.6500.480.49135.5348.5734.31
Hex2D82434103031883122
Octal55202103101060612106142
Binary1011011000001010000111000001011000011000110001000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,130,67); }

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

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

 a { background-color: rgb(45,130,67); }

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

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

 span { border-color: rgb(45,130,67); }

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