#28794C

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

Shades of Amazon #28794C

Tints of Amazon #28794C

Color information

#28794C (or 0x28794C) is unknown color: approx Amazon. HEX triplet: 28, 79 and 4C. RGB value is (40,121,76). Sum of RGB (Red+Green+Blue) = 40+121+76=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #28794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28794C is #D786B3. Grayscale: #5B5B5B. Windows color (decimal): -14124724 or 5011752. OLE color: 5011752.

HSL color Cylindrical-coordinate representation of color #28794C: hue angle of 146.67º 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 #28794C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB4012176-
CMYK0.6700.370.53
HSL146.67º50.31%31.57%-
HSV(B)146.67º66.94%47.45%-
XYZ9.0214.659.19-
YUV91.65119.1691.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=16.88%
G=51.05%
B=32.07%

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
Decimal40121760.6700.370.53146.6750.3131.57
Hex28794C4302535933220
Octal50171114103045652236240
Binary101000111100110011001000011010010111010110010011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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