#28784B

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

Shades of Amazon #28784B

Tints of Amazon #28784B

Color information

#28784B (or 0x28784B) is unknown color: approx Amazon. HEX triplet: 28, 78 and 4B. RGB value is (40,120,75). Sum of RGB (Red+Green+Blue) = 40+120+75=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #28784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28784B is #D787B4. Grayscale: #5B5B5B. Windows color (decimal): -14124981 or 4945960. OLE color: 4945960.

HSL color Cylindrical-coordinate representation of color #28784B: hue angle of 146.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28784B is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB4012075-
CMYK0.6700.370.53
HSL146.25º50%31.37%-
HSV(B)146.25º66.67%47.06%-
XYZ8.8614.398.97-
YUV90.9511991.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=17.02%
G=51.06%
B=31.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40120750.6700.370.53146.255031.37
Hex28784B430253592321f
Octal50170113103045652226237
Binary10100011110001001011100001101001011101011001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28784B; }

 p { color: rgb(40,120,75); }

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

<style>
 a { background-color: #28784B; }

 a { background-color: rgb(40,120,75); }

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

<style>
 span { border-color: #28784B; }

 span { border-color: rgb(40,120,75); }

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