Shades of Amazon #2E7949
Tints of Amazon #2E7949
RGB
CMYK
RGB Variations
Color information
#2E7949 (or 0x2E7949) is known color: Amazon. HEX triplet: 2E, 79 and 49. RGB value is (46,121,73). Sum of RGB (Red+Green+Blue) = 46+121+73=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7949 is #D186B6. Grayscale: #5D5D5D. Windows color (decimal): -13731511 or 4815150. OLE color: 4815150.
HSL color Cylindrical-coordinate representation of color #2E7949: hue angle of 141.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7949 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 73 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.53 |
| HSL | 141.6º | 0.45% | 0.33% | - |
| HSV(B) | 141.6º | 0.62% | 0.47% | - |
| XYZ | 9.17 | 14.74 | 8.66 | - |
| YUV | 93.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 73 | 0.62 | 0 | 0.40 | 0.53 | 141.6 | 0.45 | 0.33 |
| Hex | 2E | 79 | 49 | 3E | 0 | 28 | 35 | 8E | 2D | 21 |
| Octal | 56 | 171 | 111 | 76 | 0 | 50 | 65 | 216 | 55 | 41 |
| Binary | 101110 | 1111001 | 1001001 | 111110 | 0 | 101000 | 110101 | 10001110 | 101101 | 100001 |
Color Harmonies of #2E7949
Complementary color
Monochromatic Colors of #2E7949
Black with #2E7949
Text Example
Text Example
White with #2E7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7949; }
p { color: rgb(46,121,73); }
H1.HeaderClassName
{
color: #2E7949;
}
.AnyTagClassName
{
color: #2E7949;
}
</style>
background-color css
<style>
a { background-color: #2E7949; }
a { background-color: rgb(46,121,73); }
div.DivClassName
{
background-color: #2E7949;
}
.BgClassName
{
background-color: #2E7949;
}
</style>
border-color css
<style>
span { border-color: #2E7949; }
span { border-color: rgb(46,121,73); }
td.TdClassName
{
border-color: #2E7949;
}
.TagClassName
{
border-color: #2E7949;
}
</style>