Shades of Amazon #28794F
Tints of Amazon #28794F
RGB
CMYK
RGB Variations
Color information
#28794F (or 0x28794F) is known color: Amazon. HEX triplet: 28, 79 and 4F. RGB value is (40,121,79). Sum of RGB (Red+Green+Blue) = 40+121+79=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #28794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28794F is #D786B0. Grayscale: #5C5C5C. Windows color (decimal): -14124721 or 5208360. OLE color: 5208360.
HSL color Cylindrical-coordinate representation of color #28794F: hue angle of 148.89º 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 #28794F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 79 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.53 |
| HSL | 148.89º | 0.5% | 0.32% | - |
| HSV(B) | 148.89º | 0.67% | 0.47% | - |
| XYZ | 9.12 | 14.69 | 9.75 | - |
| YUV | 91.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 79 | 0.67 | 0 | 0.35 | 0.53 | 148.89 | 0.5 | 0.32 |
| Hex | 28 | 79 | 4F | 43 | 0 | 23 | 35 | 95 | 32 | 20 |
| Octal | 50 | 171 | 117 | 103 | 0 | 43 | 65 | 225 | 62 | 40 |
| Binary | 101000 | 1111001 | 1001111 | 1000011 | 0 | 100011 | 110101 | 10010101 | 110010 | 100000 |
Color Harmonies of #28794F
Complementary color
Monochromatic Colors of #28794F
Black with #28794F
Text Example
Text Example
White with #28794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28794F; }
p { color: rgb(40,121,79); }
H1.HeaderClassName
{
color: #28794F;
}
.AnyTagClassName
{
color: #28794F;
}
</style>
background-color css
<style>
a { background-color: #28794F; }
a { background-color: rgb(40,121,79); }
div.DivClassName
{
background-color: #28794F;
}
.BgClassName
{
background-color: #28794F;
}
</style>
border-color css
<style>
span { border-color: #28794F; }
span { border-color: rgb(40,121,79); }
td.TdClassName
{
border-color: #28794F;
}
.TagClassName
{
border-color: #28794F;
}
</style>