Shades of Amazon #28794E
Tints of Amazon #28794E
RGB
CMYK
RGB Variations
Color information
#28794E (or 0x28794E) is known color: Amazon. HEX triplet: 28, 79 and 4E. RGB value is (40,121,78). Sum of RGB (Red+Green+Blue) = 40+121+78=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #28794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28794E is #D786B1. Grayscale: #5B5B5B. Windows color (decimal): -14124722 or 5142824. OLE color: 5142824.
HSL color Cylindrical-coordinate representation of color #28794E: hue angle of 148.15º 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 #28794E is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 78 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.53 |
| HSL | 148.15º | 0.5% | 0.32% | - |
| HSV(B) | 148.15º | 0.67% | 0.47% | - |
| XYZ | 9.09 | 14.68 | 9.56 | - |
| YUV | 91.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 78 | 0.67 | 0 | 0.36 | 0.53 | 148.15 | 0.5 | 0.32 |
| Hex | 28 | 79 | 4E | 43 | 0 | 24 | 35 | 94 | 32 | 20 |
| Octal | 50 | 171 | 116 | 103 | 0 | 44 | 65 | 224 | 62 | 40 |
| Binary | 101000 | 1111001 | 1001110 | 1000011 | 0 | 100100 | 110101 | 10010100 | 110010 | 100000 |
Color Harmonies of #28794E
Complementary color
Monochromatic Colors of #28794E
Black with #28794E
Text Example
Text Example
White with #28794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28794E; }
p { color: rgb(40,121,78); }
H1.HeaderClassName
{
color: #28794E;
}
.AnyTagClassName
{
color: #28794E;
}
</style>
background-color css
<style>
a { background-color: #28794E; }
a { background-color: rgb(40,121,78); }
div.DivClassName
{
background-color: #28794E;
}
.BgClassName
{
background-color: #28794E;
}
</style>
border-color css
<style>
span { border-color: #28794E; }
span { border-color: rgb(40,121,78); }
td.TdClassName
{
border-color: #28794E;
}
.TagClassName
{
border-color: #28794E;
}
</style>