Shades of Amazon #287F45
Tints of Amazon #287F45
RGB
CMYK
RGB Variations
Color information
#287F45 (or 0x287F45) is known color: Amazon. HEX triplet: 28, 7F and 45. RGB value is (40,127,69). Sum of RGB (Red+Green+Blue) = 40+127+69=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #287F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287F45 is #D780BA. Grayscale: #5E5E5E. Windows color (decimal): -14123195 or 4554536. OLE color: 4554536.
HSL color Cylindrical-coordinate representation of color #287F45: hue angle of 140º 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 #287F45 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 69 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.50 |
| HSL | 140º | 0.52% | 0.33% | - |
| HSV(B) | 140º | 0.69% | 0.5% | - |
| XYZ | 9.54 | 16.06 | 8.23 | - |
| YUV | 94.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 69 | 0.69 | 0 | 0.46 | 0.50 | 140 | 0.52 | 0.33 |
| Hex | 28 | 7F | 45 | 45 | 0 | 2E | 32 | 8C | 34 | 21 |
| Octal | 50 | 177 | 105 | 105 | 0 | 56 | 62 | 214 | 64 | 41 |
| Binary | 101000 | 1111111 | 1000101 | 1000101 | 0 | 101110 | 110010 | 10001100 | 110100 | 100001 |
Color Harmonies of #287F45
Complementary color
Monochromatic Colors of #287F45
Black with #287F45
Text Example
Text Example
White with #287F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F45; }
p { color: rgb(40,127,69); }
H1.HeaderClassName
{
color: #287F45;
}
.AnyTagClassName
{
color: #287F45;
}
</style>
background-color css
<style>
a { background-color: #287F45; }
a { background-color: rgb(40,127,69); }
div.DivClassName
{
background-color: #287F45;
}
.BgClassName
{
background-color: #287F45;
}
</style>
border-color css
<style>
span { border-color: #287F45; }
span { border-color: rgb(40,127,69); }
td.TdClassName
{
border-color: #287F45;
}
.TagClassName
{
border-color: #287F45;
}
</style>