#28794A

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

Shades of Amazon #28794A

Tints of Amazon #28794A

Color information

#28794A (or 0x28794A) is unknown color: approx Amazon. HEX triplet: 28, 79 and 4A. RGB value is (40,121,74). Sum of RGB (Red+Green+Blue) = 40+121+74=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #28794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28794A is #D786B5. Grayscale: #5B5B5B. Windows color (decimal): -14124726 or 4880680. OLE color: 4880680.

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

Color convert

RGB4012174-
CMYK0.6700.390.53
HSL145.19º50.31%31.57%-
HSV(B)145.19º66.94%47.45%-
XYZ8.9514.628.83-
YUV91.42118.1691.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 121 (47.66% from 255) = 51.49%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=17.02%
G=51.49%
B=31.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40121740.6700.390.53145.1950.3131.57
Hex28794A4302735913220
Octal50171112103047652216240
Binary101000111100110010101000011010011111010110010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28794A; }

 p { color: rgb(40,121,74); }

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

<style>
 a { background-color: #28794A; }

 a { background-color: rgb(40,121,74); }

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

<style>
 span { border-color: #28794A; }

 span { border-color: rgb(40,121,74); }

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