Shades of Amazon #287848
Tints of Amazon #287848
RGB
CMYK
RGB Variations
Color information
#287848 (or 0x287848) is known color: Amazon. HEX triplet: 28, 78 and 48. RGB value is (40,120,72). Sum of RGB (Red+Green+Blue) = 40+120+72=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #287848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287848 is #D787B7. Grayscale: #5A5A5A. Windows color (decimal): -14124984 or 4749352. OLE color: 4749352.
HSL color Cylindrical-coordinate representation of color #287848: hue angle of 144º 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 #287848 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 72 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.53 |
| HSL | 144º | 0.5% | 0.31% | - |
| HSV(B) | 144º | 0.67% | 0.47% | - |
| XYZ | 8.76 | 14.35 | 8.44 | - |
| YUV | 90.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 72 | 0.67 | 0 | 0.40 | 0.53 | 144 | 0.5 | 0.31 |
| Hex | 28 | 78 | 48 | 43 | 0 | 28 | 35 | 90 | 32 | 1F |
| Octal | 50 | 170 | 110 | 103 | 0 | 50 | 65 | 220 | 62 | 37 |
| Binary | 101000 | 1111000 | 1001000 | 1000011 | 0 | 101000 | 110101 | 10010000 | 110010 | 11111 |
Color Harmonies of #287848
Complementary color
Monochromatic Colors of #287848
Black with #287848
Text Example
Text Example
White with #287848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287848; }
p { color: rgb(40,120,72); }
H1.HeaderClassName
{
color: #287848;
}
.AnyTagClassName
{
color: #287848;
}
</style>
background-color css
<style>
a { background-color: #287848; }
a { background-color: rgb(40,120,72); }
div.DivClassName
{
background-color: #287848;
}
.BgClassName
{
background-color: #287848;
}
</style>
border-color css
<style>
span { border-color: #287848; }
span { border-color: rgb(40,120,72); }
td.TdClassName
{
border-color: #287848;
}
.TagClassName
{
border-color: #287848;
}
</style>