Shades of Amazon #287F47
Tints of Amazon #287F47
RGB
CMYK
RGB Variations
Color information
#287F47 (or 0x287F47) is known color: Amazon. HEX triplet: 28, 7F and 47. RGB value is (40,127,71). Sum of RGB (Red+Green+Blue) = 40+127+71=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #287F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287F47 is #D780B8. Grayscale: #5E5E5E. Windows color (decimal): -14123193 or 4685608. OLE color: 4685608.
HSL color Cylindrical-coordinate representation of color #287F47: hue angle of 141.38º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F47 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 71 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.50 |
| HSL | 141.38º | 0.52% | 0.33% | - |
| HSV(B) | 141.38º | 0.69% | 0.5% | - |
| XYZ | 9.6 | 16.08 | 8.56 | - |
| YUV | 94.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 71 | 0.69 | 0 | 0.44 | 0.50 | 141.38 | 0.52 | 0.33 |
| Hex | 28 | 7F | 47 | 45 | 0 | 2C | 32 | 8D | 34 | 21 |
| Octal | 50 | 177 | 107 | 105 | 0 | 54 | 62 | 215 | 64 | 41 |
| Binary | 101000 | 1111111 | 1000111 | 1000101 | 0 | 101100 | 110010 | 10001101 | 110100 | 100001 |
Color Harmonies of #287F47
Complementary color
Monochromatic Colors of #287F47
Black with #287F47
Text Example
Text Example
White with #287F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F47; }
p { color: rgb(40,127,71); }
H1.HeaderClassName
{
color: #287F47;
}
.AnyTagClassName
{
color: #287F47;
}
</style>
background-color css
<style>
a { background-color: #287F47; }
a { background-color: rgb(40,127,71); }
div.DivClassName
{
background-color: #287F47;
}
.BgClassName
{
background-color: #287F47;
}
</style>
border-color css
<style>
span { border-color: #287F47; }
span { border-color: rgb(40,127,71); }
td.TdClassName
{
border-color: #287F47;
}
.TagClassName
{
border-color: #287F47;
}
</style>