Html Css Color HEX #28794B Amazon

📋 copy color: '#28794B'

red 40 ◦ green 121 ◦ blue 75

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

Shades of Amazon #28794B

Tints of Amazon #28794B

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 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

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

RGB 40 121 75 -
CMYK 0.67 0 0.38 0.53
HSL 145.93º 0.5% 0.32% -
HSV(B) 145.93º 0.67% 0.47% -
XYZ 8.98 14.63 9.01 -
YUV 91.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 40 121 75 0.67 0 0.38 0.53 145.93 0.5 0.32
Hex 28 79 4B 43 0 26 35 92 32 20
Octal 50 171 113 103 0 46 65 222 62 40
Binary 101000 1111001 1001011 1000011 0 100110 110101 10010010 110010 100000

Color Harmonies of #28794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28794B

Black with #28794B

Text Example


Text Example

White with #28794B

Text Example


Text Example

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