Shades of Amazon #2E724D
Tints of Amazon #2E724D
RGB
CMYK
RGB Variations
Color information
#2E724D (or 0x2E724D) is known color: Amazon. HEX triplet: 2E, 72 and 4D. RGB value is (46,114,77). Sum of RGB (Red+Green+Blue) = 46+114+77=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #2E724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E724D is #D18DB2. Grayscale: #595959. Windows color (decimal): -13733299 or 5075502. OLE color: 5075502.
HSL color Cylindrical-coordinate representation of color #2E724D: hue angle of 147.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E724D is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 77 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.55 |
| HSL | 147.35º | 0.43% | 0.31% | - |
| HSV(B) | 147.35º | 0.6% | 0.45% | - |
| XYZ | 8.48 | 13.15 | 9.11 | - |
| YUV | 89.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 77 | 0.60 | 0 | 0.32 | 0.55 | 147.35 | 0.43 | 0.31 |
| Hex | 2E | 72 | 4D | 3C | 0 | 20 | 37 | 93 | 2A | 1F |
| Octal | 56 | 162 | 115 | 74 | 0 | 40 | 67 | 223 | 52 | 37 |
| Binary | 101110 | 1110010 | 1001101 | 111100 | 0 | 100000 | 110111 | 10010011 | 101010 | 11111 |
Color Harmonies of #2E724D
Complementary color
Monochromatic Colors of #2E724D
Black with #2E724D
Text Example
Text Example
White with #2E724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E724D; }
p { color: rgb(46,114,77); }
H1.HeaderClassName
{
color: #2E724D;
}
.AnyTagClassName
{
color: #2E724D;
}
</style>
background-color css
<style>
a { background-color: #2E724D; }
a { background-color: rgb(46,114,77); }
div.DivClassName
{
background-color: #2E724D;
}
.BgClassName
{
background-color: #2E724D;
}
</style>
border-color css
<style>
span { border-color: #2E724D; }
span { border-color: rgb(46,114,77); }
td.TdClassName
{
border-color: #2E724D;
}
.TagClassName
{
border-color: #2E724D;
}
</style>