Shades of Amazon #287C44
Tints of Amazon #287C44
RGB
CMYK
RGB Variations
Color information
#287C44 (or 0x287C44) is known color: Amazon. HEX triplet: 28, 7C and 44. RGB value is (40,124,68). Sum of RGB (Red+Green+Blue) = 40+124+68=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #287C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C44 is #D783BB. Grayscale: #5C5C5C. Windows color (decimal): -14123964 or 4488232. OLE color: 4488232.
HSL color Cylindrical-coordinate representation of color #287C44: hue angle of 140º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C44 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 124 | 68 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.51 |
| HSL | 140º | 0.51% | 0.32% | - |
| HSV(B) | 140º | 0.68% | 0.49% | - |
| XYZ | 9.13 | 15.28 | 7.94 | - |
| YUV | 92.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 68 | 0.68 | 0 | 0.45 | 0.51 | 140 | 0.51 | 0.32 |
| Hex | 28 | 7C | 44 | 44 | 0 | 2D | 33 | 8C | 33 | 20 |
| Octal | 50 | 174 | 104 | 104 | 0 | 55 | 63 | 214 | 63 | 40 |
| Binary | 101000 | 1111100 | 1000100 | 1000100 | 0 | 101101 | 110011 | 10001100 | 110011 | 100000 |
Color Harmonies of #287C44
Complementary color
Monochromatic Colors of #287C44
Black with #287C44
Text Example
Text Example
White with #287C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C44; }
p { color: rgb(40,124,68); }
H1.HeaderClassName
{
color: #287C44;
}
.AnyTagClassName
{
color: #287C44;
}
</style>
background-color css
<style>
a { background-color: #287C44; }
a { background-color: rgb(40,124,68); }
div.DivClassName
{
background-color: #287C44;
}
.BgClassName
{
background-color: #287C44;
}
</style>
border-color css
<style>
span { border-color: #287C44; }
span { border-color: rgb(40,124,68); }
td.TdClassName
{
border-color: #287C44;
}
.TagClassName
{
border-color: #287C44;
}
</style>