#28794B

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

Shades of Amazon #28794B

Tints of Amazon #28794B

Color information

#28794B (or 0x28794B) is unknown color: approx Amazon. HEX triplet: 28, 79 and 4B. RGB value is (40,121,75). Sum of RGB (Red+Green+Blue) = 40+121+75=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #28794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28794B is #D786B4. Grayscale: #5B5B5B. Windows color (decimal): -14124725 or 4946216. OLE color: 4946216.

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

Color convert

RGB4012175-
CMYK0.6700.380.53
HSL145.93º50.31%31.57%-
HSV(B)145.93º66.94%47.45%-
XYZ8.9814.639.01-
YUV91.54118.6691.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=16.95%
G=51.27%
B=31.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40121750.6700.380.53145.9350.3131.57
Hex28794B4302635923220
Octal50171113103046652226240
Binary101000111100110010111000011010011011010110010010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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