Html Css Color HEX #28794A Amazon

📋 copy color: '#28794A'

red 40 ◦ green 121 ◦ blue 74

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

Shades of Amazon #28794A

Tints of Amazon #28794A

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.3% from 255) = 31.49%

R = 17.02%
G = 51.49%
B = 31.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#28794A (or 0x28794A) is known color: 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

RGB 40 121 74 -
CMYK 0.67 0 0.39 0.53
HSL 145.19º 0.5% 0.32% -
HSV(B) 145.19º 0.67% 0.47% -
XYZ 8.95 14.62 8.83 -
YUV 91.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 40 121 74 0.67 0 0.39 0.53 145.19 0.5 0.32
Hex 28 79 4A 43 0 27 35 91 32 20
Octal 50 171 112 103 0 47 65 221 62 40
Binary 101000 1111001 1001010 1000011 0 100111 110101 10010001 110010 100000

Color Harmonies of #28794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28794A

Black with #28794A

Text Example


Text Example

White with #28794A

Text Example


Text Example

HTML Codes & Css Web 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>