Shades of Amazon #28784C
Tints of Amazon #28784C
RGB
CMYK
RGB Variations
Color information
#28784C (or 0x28784C) is known color: Amazon. HEX triplet: 28, 78 and 4C. RGB value is (40,120,76). Sum of RGB (Red+Green+Blue) = 40+120+76=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #28784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28784C is #D787B3. Grayscale: #5B5B5B. Windows color (decimal): -14124980 or 5011496. OLE color: 5011496.
HSL color Cylindrical-coordinate representation of color #28784C: hue angle of 147º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28784C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 76 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.53 |
| HSL | 147º | 0.5% | 0.31% | - |
| HSV(B) | 147º | 0.67% | 0.47% | - |
| XYZ | 8.9 | 14.41 | 9.15 | - |
| YUV | 91.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 76 | 0.67 | 0 | 0.37 | 0.53 | 147 | 0.5 | 0.31 |
| Hex | 28 | 78 | 4C | 43 | 0 | 25 | 35 | 93 | 32 | 1F |
| Octal | 50 | 170 | 114 | 103 | 0 | 45 | 65 | 223 | 62 | 37 |
| Binary | 101000 | 1111000 | 1001100 | 1000011 | 0 | 100101 | 110101 | 10010011 | 110010 | 11111 |
Color Harmonies of #28784C
Complementary color
Monochromatic Colors of #28784C
Black with #28784C
Text Example
Text Example
White with #28784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28784C; }
p { color: rgb(40,120,76); }
H1.HeaderClassName
{
color: #28784C;
}
.AnyTagClassName
{
color: #28784C;
}
</style>
background-color css
<style>
a { background-color: #28784C; }
a { background-color: rgb(40,120,76); }
div.DivClassName
{
background-color: #28784C;
}
.BgClassName
{
background-color: #28784C;
}
</style>
border-color css
<style>
span { border-color: #28784C; }
span { border-color: rgb(40,120,76); }
td.TdClassName
{
border-color: #28784C;
}
.TagClassName
{
border-color: #28784C;
}
</style>