Shades of Amazon #287D4B
Tints of Amazon #287D4B
RGB
CMYK
RGB Variations
Color information
#287D4B (or 0x287D4B) is known color: Amazon. HEX triplet: 28, 7D and 4B. RGB value is (40,125,75). Sum of RGB (Red+Green+Blue) = 40+125+75=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #287D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287D4B is #D782B4. Grayscale: #5E5E5E. Windows color (decimal): -14123701 or 4947240. OLE color: 4947240.
HSL color Cylindrical-coordinate representation of color #287D4B: hue angle of 144.71º degrees, saturation: 0.52, 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 #287D4B is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 75 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.51 |
| HSL | 144.71º | 0.52% | 0.32% | - |
| HSV(B) | 144.71º | 0.68% | 0.49% | - |
| XYZ | 9.48 | 15.63 | 9.17 | - |
| YUV | 93.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 75 | 0.68 | 0 | 0.40 | 0.51 | 144.71 | 0.52 | 0.32 |
| Hex | 28 | 7D | 4B | 44 | 0 | 28 | 33 | 91 | 34 | 20 |
| Octal | 50 | 175 | 113 | 104 | 0 | 50 | 63 | 221 | 64 | 40 |
| Binary | 101000 | 1111101 | 1001011 | 1000100 | 0 | 101000 | 110011 | 10010001 | 110100 | 100000 |
Color Harmonies of #287D4B
Complementary color
Monochromatic Colors of #287D4B
Black with #287D4B
Text Example
Text Example
White with #287D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D4B; }
p { color: rgb(40,125,75); }
H1.HeaderClassName
{
color: #287D4B;
}
.AnyTagClassName
{
color: #287D4B;
}
</style>
background-color css
<style>
a { background-color: #287D4B; }
a { background-color: rgb(40,125,75); }
div.DivClassName
{
background-color: #287D4B;
}
.BgClassName
{
background-color: #287D4B;
}
</style>
border-color css
<style>
span { border-color: #287D4B; }
span { border-color: rgb(40,125,75); }
td.TdClassName
{
border-color: #287D4B;
}
.TagClassName
{
border-color: #287D4B;
}
</style>