Shades of Amazon #287E4B
Tints of Amazon #287E4B
RGB
CMYK
RGB Variations
Color information
#287E4B (or 0x287E4B) is known color: Amazon. HEX triplet: 28, 7E and 4B. RGB value is (40,126,75). Sum of RGB (Red+Green+Blue) = 40+126+75=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #287E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E4B is #D781B4. Grayscale: #5E5E5E. Windows color (decimal): -14123445 or 4947496. OLE color: 4947496.
HSL color Cylindrical-coordinate representation of color #287E4B: hue angle of 144.42º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E4B is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 126 | 75 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.51 |
| HSL | 144.42º | 0.52% | 0.33% | - |
| HSV(B) | 144.42º | 0.68% | 0.49% | - |
| XYZ | 9.61 | 15.88 | 9.22 | - |
| YUV | 94.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 75 | 0.68 | 0 | 0.40 | 0.51 | 144.42 | 0.52 | 0.33 |
| Hex | 28 | 7E | 4B | 44 | 0 | 28 | 33 | 90 | 34 | 21 |
| Octal | 50 | 176 | 113 | 104 | 0 | 50 | 63 | 220 | 64 | 41 |
| Binary | 101000 | 1111110 | 1001011 | 1000100 | 0 | 101000 | 110011 | 10010000 | 110100 | 100001 |
Color Harmonies of #287E4B
Complementary color
Monochromatic Colors of #287E4B
Black with #287E4B
Text Example
Text Example
White with #287E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E4B; }
p { color: rgb(40,126,75); }
H1.HeaderClassName
{
color: #287E4B;
}
.AnyTagClassName
{
color: #287E4B;
}
</style>
background-color css
<style>
a { background-color: #287E4B; }
a { background-color: rgb(40,126,75); }
div.DivClassName
{
background-color: #287E4B;
}
.BgClassName
{
background-color: #287E4B;
}
</style>
border-color css
<style>
span { border-color: #287E4B; }
span { border-color: rgb(40,126,75); }
td.TdClassName
{
border-color: #287E4B;
}
.TagClassName
{
border-color: #287E4B;
}
</style>