#28774A

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

Shades of Amazon #28774A

Tints of Amazon #28774A

Color information

#28774A (or 0x28774A) is unknown color: approx Amazon. HEX triplet: 28, 77 and 4A. RGB value is (40,119,74). Sum of RGB (Red+Green+Blue) = 40+119+74=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #28774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28774A is #D788B5. Grayscale: #5A5A5A. Windows color (decimal): -14125238 or 4880168. OLE color: 4880168.

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

Color convert

RGB4011974-
CMYK0.6600.380.53
HSL145.82º49.69%31.18%-
HSV(B)145.82º66.39%46.67%-
XYZ8.7114.148.75-
YUV90.25118.8392.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=17.17%
G=51.07%
B=31.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119740.6600.380.53145.8249.6931.18
Hex28774A420263592321f
Octal50167112102046652226237
Binary10100011101111001010100001001001101101011001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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