Shades of Amazon #287A46
Tints of Amazon #287A46
RGB
CMYK
RGB Variations
Color information
#287A46 (or 0x287A46) is known color: Amazon. HEX triplet: 28, 7A and 46. RGB value is (40,122,70). Sum of RGB (Red+Green+Blue) = 40+122+70=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #287A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A46 is #D785B9. Grayscale: #5B5B5B. Windows color (decimal): -14124474 or 4618792. OLE color: 4618792.
HSL color Cylindrical-coordinate representation of color #287A46: hue angle of 141.95º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A46 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 70 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.52 |
| HSL | 141.95º | 0.51% | 0.32% | - |
| HSV(B) | 141.95º | 0.67% | 0.48% | - |
| XYZ | 8.94 | 14.81 | 8.18 | - |
| YUV | 91.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 70 | 0.67 | 0 | 0.43 | 0.52 | 141.95 | 0.51 | 0.32 |
| Hex | 28 | 7A | 46 | 43 | 0 | 2B | 34 | 8E | 33 | 20 |
| Octal | 50 | 172 | 106 | 103 | 0 | 53 | 64 | 216 | 63 | 40 |
| Binary | 101000 | 1111010 | 1000110 | 1000011 | 0 | 101011 | 110100 | 10001110 | 110011 | 100000 |
Color Harmonies of #287A46
Complementary color
Monochromatic Colors of #287A46
Black with #287A46
Text Example
Text Example
White with #287A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A46; }
p { color: rgb(40,122,70); }
H1.HeaderClassName
{
color: #287A46;
}
.AnyTagClassName
{
color: #287A46;
}
</style>
background-color css
<style>
a { background-color: #287A46; }
a { background-color: rgb(40,122,70); }
div.DivClassName
{
background-color: #287A46;
}
.BgClassName
{
background-color: #287A46;
}
</style>
border-color css
<style>
span { border-color: #287A46; }
span { border-color: rgb(40,122,70); }
td.TdClassName
{
border-color: #287A46;
}
.TagClassName
{
border-color: #287A46;
}
</style>