Shades of Amazon #2E734C
Tints of Amazon #2E734C
RGB
CMYK
RGB Variations
Color information
#2E734C (or 0x2E734C) is known color: Amazon. HEX triplet: 2E, 73 and 4C. RGB value is (46,115,76). Sum of RGB (Red+Green+Blue) = 46+115+76=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #2E734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E734C is #D18CB3. Grayscale: #5A5A5A. Windows color (decimal): -13733044 or 5010222. OLE color: 5010222.
HSL color Cylindrical-coordinate representation of color #2E734C: hue angle of 146.09º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E734C is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 76 | - |
| CMYK | 0.6 | 0 | 0.34 | 0.55 |
| HSL | 146.09º | 0.43% | 0.32% | - |
| HSV(B) | 146.09º | 0.6% | 0.45% | - |
| XYZ | 8.56 | 13.36 | 8.97 | - |
| YUV | 89.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 76 | 0.6 | 0 | 0.34 | 0.55 | 146.09 | 0.43 | 0.32 |
| Hex | 2E | 73 | 4C | 3C | 0 | 22 | 37 | 92 | 2B | 20 |
| Octal | 56 | 163 | 114 | 74 | 0 | 42 | 67 | 222 | 53 | 40 |
| Binary | 101110 | 1110011 | 1001100 | 111100 | 0 | 100010 | 110111 | 10010010 | 101011 | 100000 |
Color Harmonies of #2E734C
Complementary color
Monochromatic Colors of #2E734C
Black with #2E734C
Text Example
Text Example
White with #2E734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E734C; }
p { color: rgb(46,115,76); }
H1.HeaderClassName
{
color: #2E734C;
}
.AnyTagClassName
{
color: #2E734C;
}
</style>
background-color css
<style>
a { background-color: #2E734C; }
a { background-color: rgb(46,115,76); }
div.DivClassName
{
background-color: #2E734C;
}
.BgClassName
{
background-color: #2E734C;
}
</style>
border-color css
<style>
span { border-color: #2E734C; }
span { border-color: rgb(46,115,76); }
td.TdClassName
{
border-color: #2E734C;
}
.TagClassName
{
border-color: #2E734C;
}
</style>