Html Css Color HEX #28794D Amazon

📋 copy color: '#28794D'

red 40 ◦ green 121 ◦ blue 77

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

Shades of Amazon #28794D

Tints of Amazon #28794D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.84%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 16.81%
G = 50.84%
B = 32.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#28794D (or 0x28794D) is known color: Amazon. HEX triplet: 28, 79 and 4D. RGB value is (40,121,77). Sum of RGB (Red+Green+Blue) = 40+121+77=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #28794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28794D is #D786B2. Grayscale: #5B5B5B. Windows color (decimal): -14124723 or 5077288. OLE color: 5077288.

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

Color convert

RGB 40 121 77 -
CMYK 0.67 0 0.36 0.53
HSL 147.41º 0.5% 0.32% -
HSV(B) 147.41º 0.67% 0.47% -
XYZ 9.05 14.66 9.37 -
YUV 91.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 40 121 77 0.67 0 0.36 0.53 147.41 0.5 0.32
Hex 28 79 4D 43 0 24 35 93 32 20
Octal 50 171 115 103 0 44 65 223 62 40
Binary 101000 1111001 1001101 1000011 0 100100 110101 10010011 110010 100000

Color Harmonies of #28794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28794D

Black with #28794D

Text Example


Text Example

White with #28794D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28794D;
 }
 .AnyTagClassName
 {
   color: #28794D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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