Shades of Amazon #2E724C
Tints of Amazon #2E724C
RGB
CMYK
RGB Variations
Color information
#2E724C (or 0x2E724C) is known color: Amazon. HEX triplet: 2E, 72 and 4C. RGB value is (46,114,76). Sum of RGB (Red+Green+Blue) = 46+114+76=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #2E724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E724C is #D18DB3. Grayscale: #595959. Windows color (decimal): -13733300 or 5009966. OLE color: 5009966.
HSL color Cylindrical-coordinate representation of color #2E724C: hue angle of 146.47º 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 #2E724C is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 76 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.55 |
| HSL | 146.47º | 0.43% | 0.31% | - |
| HSV(B) | 146.47º | 0.6% | 0.45% | - |
| XYZ | 8.45 | 13.14 | 8.93 | - |
| YUV | 89.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 76 | 0.60 | 0 | 0.33 | 0.55 | 146.47 | 0.43 | 0.31 |
| Hex | 2E | 72 | 4C | 3C | 0 | 21 | 37 | 92 | 2A | 1F |
| Octal | 56 | 162 | 114 | 74 | 0 | 41 | 67 | 222 | 52 | 37 |
| Binary | 101110 | 1110010 | 1001100 | 111100 | 0 | 100001 | 110111 | 10010010 | 101010 | 11111 |
Color Harmonies of #2E724C
Complementary color
Monochromatic Colors of #2E724C
Black with #2E724C
Text Example
Text Example
White with #2E724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E724C; }
p { color: rgb(46,114,76); }
H1.HeaderClassName
{
color: #2E724C;
}
.AnyTagClassName
{
color: #2E724C;
}
</style>
background-color css
<style>
a { background-color: #2E724C; }
a { background-color: rgb(46,114,76); }
div.DivClassName
{
background-color: #2E724C;
}
.BgClassName
{
background-color: #2E724C;
}
</style>
border-color css
<style>
span { border-color: #2E724C; }
span { border-color: rgb(46,114,76); }
td.TdClassName
{
border-color: #2E724C;
}
.TagClassName
{
border-color: #2E724C;
}
</style>