Shades of Amazon #287A4A
Tints of Amazon #287A4A
RGB
CMYK
RGB Variations
Color information
#287A4A (or 0x287A4A) is known color: Amazon. HEX triplet: 28, 7A and 4A. RGB value is (40,122,74). Sum of RGB (Red+Green+Blue) = 40+122+74=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #287A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A4A is #D785B5. Grayscale: #5C5C5C. Windows color (decimal): -14124470 or 4880936. OLE color: 4880936.
HSL color Cylindrical-coordinate representation of color #287A4A: hue angle of 144.88º 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 #287A4A is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 74 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.52 |
| HSL | 144.88º | 0.51% | 0.32% | - |
| HSV(B) | 144.88º | 0.67% | 0.48% | - |
| XYZ | 9.07 | 14.86 | 8.87 | - |
| YUV | 92.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 74 | 0.67 | 0 | 0.39 | 0.52 | 144.88 | 0.51 | 0.32 |
| Hex | 28 | 7A | 4A | 43 | 0 | 27 | 34 | 91 | 33 | 20 |
| Octal | 50 | 172 | 112 | 103 | 0 | 47 | 64 | 221 | 63 | 40 |
| Binary | 101000 | 1111010 | 1001010 | 1000011 | 0 | 100111 | 110100 | 10010001 | 110011 | 100000 |
Color Harmonies of #287A4A
Complementary color
Monochromatic Colors of #287A4A
Black with #287A4A
Text Example
Text Example
White with #287A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A4A; }
p { color: rgb(40,122,74); }
H1.HeaderClassName
{
color: #287A4A;
}
.AnyTagClassName
{
color: #287A4A;
}
</style>
background-color css
<style>
a { background-color: #287A4A; }
a { background-color: rgb(40,122,74); }
div.DivClassName
{
background-color: #287A4A;
}
.BgClassName
{
background-color: #287A4A;
}
</style>
border-color css
<style>
span { border-color: #287A4A; }
span { border-color: rgb(40,122,74); }
td.TdClassName
{
border-color: #287A4A;
}
.TagClassName
{
border-color: #287A4A;
}
</style>