Shades of Amazon #2E7A49
Tints of Amazon #2E7A49
RGB
CMYK
RGB Variations
Color information
#2E7A49 (or 0x2E7A49) is known color: Amazon. HEX triplet: 2E, 7A and 49. RGB value is (46,122,73). Sum of RGB (Red+Green+Blue) = 46+122+73=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7A49 is #D185B6. Grayscale: #5D5D5D. Windows color (decimal): -13731255 or 4815406. OLE color: 4815406.
HSL color Cylindrical-coordinate representation of color #2E7A49: hue angle of 141.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A49 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 73 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.52 |
| HSL | 141.32º | 0.45% | 0.33% | - |
| HSV(B) | 141.32º | 0.62% | 0.48% | - |
| XYZ | 9.29 | 14.98 | 8.71 | - |
| YUV | 93.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 73 | 0.62 | 0 | 0.40 | 0.52 | 141.32 | 0.45 | 0.33 |
| Hex | 2E | 7A | 49 | 3E | 0 | 28 | 34 | 8D | 2D | 21 |
| Octal | 56 | 172 | 111 | 76 | 0 | 50 | 64 | 215 | 55 | 41 |
| Binary | 101110 | 1111010 | 1001001 | 111110 | 0 | 101000 | 110100 | 10001101 | 101101 | 100001 |
Color Harmonies of #2E7A49
Complementary color
Monochromatic Colors of #2E7A49
Black with #2E7A49
Text Example
Text Example
White with #2E7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A49; }
p { color: rgb(46,122,73); }
H1.HeaderClassName
{
color: #2E7A49;
}
.AnyTagClassName
{
color: #2E7A49;
}
</style>
background-color css
<style>
a { background-color: #2E7A49; }
a { background-color: rgb(46,122,73); }
div.DivClassName
{
background-color: #2E7A49;
}
.BgClassName
{
background-color: #2E7A49;
}
</style>
border-color css
<style>
span { border-color: #2E7A49; }
span { border-color: rgb(46,122,73); }
td.TdClassName
{
border-color: #2E7A49;
}
.TagClassName
{
border-color: #2E7A49;
}
</style>