Shades of Amazon #287A4B
Tints of Amazon #287A4B
RGB
CMYK
RGB Variations
Color information
#287A4B (or 0x287A4B) is known color: Amazon. HEX triplet: 28, 7A and 4B. RGB value is (40,122,75). Sum of RGB (Red+Green+Blue) = 40+122+75=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #287A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A4B is #D785B4. Grayscale: #5C5C5C. Windows color (decimal): -14124469 or 4946472. OLE color: 4946472.
HSL color Cylindrical-coordinate representation of color #287A4B: hue angle of 145.61º 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 #287A4B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 75 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.52 |
| HSL | 145.61º | 0.51% | 0.32% | - |
| HSV(B) | 145.61º | 0.67% | 0.48% | - |
| XYZ | 9.1 | 14.88 | 9.05 | - |
| YUV | 92.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 75 | 0.67 | 0 | 0.39 | 0.52 | 145.61 | 0.51 | 0.32 |
| Hex | 28 | 7A | 4B | 43 | 0 | 27 | 34 | 92 | 33 | 20 |
| Octal | 50 | 172 | 113 | 103 | 0 | 47 | 64 | 222 | 63 | 40 |
| Binary | 101000 | 1111010 | 1001011 | 1000011 | 0 | 100111 | 110100 | 10010010 | 110011 | 100000 |
Color Harmonies of #287A4B
Complementary color
Monochromatic Colors of #287A4B
Black with #287A4B
Text Example
Text Example
White with #287A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A4B; }
p { color: rgb(40,122,75); }
H1.HeaderClassName
{
color: #287A4B;
}
.AnyTagClassName
{
color: #287A4B;
}
</style>
background-color css
<style>
a { background-color: #287A4B; }
a { background-color: rgb(40,122,75); }
div.DivClassName
{
background-color: #287A4B;
}
.BgClassName
{
background-color: #287A4B;
}
</style>
border-color css
<style>
span { border-color: #287A4B; }
span { border-color: rgb(40,122,75); }
td.TdClassName
{
border-color: #287A4B;
}
.TagClassName
{
border-color: #287A4B;
}
</style>