Shades of Amazon #2A724D
Tints of Amazon #2A724D
RGB
CMYK
RGB Variations
Color information
#2A724D (or 0x2A724D) is known color: Amazon. HEX triplet: 2A, 72 and 4D. RGB value is (42,114,77). Sum of RGB (Red+Green+Blue) = 42+114+77=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #2A724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A724D is #D58DB2. Grayscale: #585858. Windows color (decimal): -13995443 or 5075498. OLE color: 5075498.
HSL color Cylindrical-coordinate representation of color #2A724D: hue angle of 149.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A724D is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 77 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.55 |
| HSL | 149.17º | 0.46% | 0.31% | - |
| HSV(B) | 149.17º | 0.63% | 0.45% | - |
| XYZ | 8.31 | 13.06 | 9.1 | - |
| YUV | 88.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 77 | 0.63 | 0 | 0.32 | 0.55 | 149.17 | 0.46 | 0.31 |
| Hex | 2A | 72 | 4D | 3F | 0 | 20 | 37 | 95 | 2E | 1F |
| Octal | 52 | 162 | 115 | 77 | 0 | 40 | 67 | 225 | 56 | 37 |
| Binary | 101010 | 1110010 | 1001101 | 111111 | 0 | 100000 | 110111 | 10010101 | 101110 | 11111 |
Color Harmonies of #2A724D
Complementary color
Monochromatic Colors of #2A724D
Black with #2A724D
Text Example
Text Example
White with #2A724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A724D; }
p { color: rgb(42,114,77); }
H1.HeaderClassName
{
color: #2A724D;
}
.AnyTagClassName
{
color: #2A724D;
}
</style>
background-color css
<style>
a { background-color: #2A724D; }
a { background-color: rgb(42,114,77); }
div.DivClassName
{
background-color: #2A724D;
}
.BgClassName
{
background-color: #2A724D;
}
</style>
border-color css
<style>
span { border-color: #2A724D; }
span { border-color: rgb(42,114,77); }
td.TdClassName
{
border-color: #2A724D;
}
.TagClassName
{
border-color: #2A724D;
}
</style>