Html Css Color HEX #28784A Amazon

📋 copy color: '#28784A'

red 40 ◦ green 120 ◦ blue 74

#28784A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #28784A

Tints of Amazon #28784A

RGB

 RED value IS 40 (16.02% from 255) = 17.09%

 GREEN value IS 120 (47.27% from 255) = 51.28%

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 17.09%
G = 51.28%
B = 31.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#28784A (or 0x28784A) is known color: Amazon. HEX triplet: 28, 78 and 4A. RGB value is (40,120,74). Sum of RGB (Red+Green+Blue) = 40+120+74=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #28784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28784A is #D787B5. Grayscale: #5A5A5A. Windows color (decimal): -14124982 or 4880424. OLE color: 4880424.

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

Color convert

RGB 40 120 74 -
CMYK 0.67 0 0.38 0.53
HSL 145.5º 0.5% 0.31% -
HSV(B) 145.5º 0.67% 0.47% -
XYZ 8.83 14.38 8.79 -
YUV 90.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 40 120 74 0.67 0 0.38 0.53 145.5 0.5 0.31
Hex 28 78 4A 43 0 26 35 92 32 1F
Octal 50 170 112 103 0 46 65 222 62 37
Binary 101000 1111000 1001010 1000011 0 100110 110101 10010010 110010 11111

Color Harmonies of #28784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28784A

Black with #28784A

Text Example


Text Example

White with #28784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28784A;
 }
 .AnyTagClassName
 {
   color: #28784A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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