Shades of Amazon #2E7E49
Tints of Amazon #2E7E49
RGB
CMYK
RGB Variations
Color information
#2E7E49 (or 0x2E7E49) is known color: Amazon. HEX triplet: 2E, 7E and 49. RGB value is (46,126,73). Sum of RGB (Red+Green+Blue) = 46+126+73=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 126 (49.61% from 255 or 51.43% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 126 - color contains mainly: green. Hex color #2E7E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7E49 is #D181B6. Grayscale: #606060. Windows color (decimal): -13730231 or 4816430. OLE color: 4816430.
HSL color Cylindrical-coordinate representation of color #2E7E49: hue angle of 140.25º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7E49 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 126 | 73 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.51 |
| HSL | 140.25º | 0.47% | 0.34% | - |
| HSV(B) | 140.25º | 0.63% | 0.49% | - |
| XYZ | 9.79 | 15.98 | 8.87 | - |
| YUV | 96.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 73 | 0.63 | 0 | 0.42 | 0.51 | 140.25 | 0.47 | 0.34 |
| Hex | 2E | 7E | 49 | 3F | 0 | 2A | 33 | 8C | 2F | 22 |
| Octal | 56 | 176 | 111 | 77 | 0 | 52 | 63 | 214 | 57 | 42 |
| Binary | 101110 | 1111110 | 1001001 | 111111 | 0 | 101010 | 110011 | 10001100 | 101111 | 100010 |
Color Harmonies of #2E7E49
Complementary color
Monochromatic Colors of #2E7E49
Black with #2E7E49
Text Example
Text Example
White with #2E7E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7E49; }
p { color: rgb(46,126,73); }
H1.HeaderClassName
{
color: #2E7E49;
}
.AnyTagClassName
{
color: #2E7E49;
}
</style>
background-color css
<style>
a { background-color: #2E7E49; }
a { background-color: rgb(46,126,73); }
div.DivClassName
{
background-color: #2E7E49;
}
.BgClassName
{
background-color: #2E7E49;
}
</style>
border-color css
<style>
span { border-color: #2E7E49; }
span { border-color: rgb(46,126,73); }
td.TdClassName
{
border-color: #2E7E49;
}
.TagClassName
{
border-color: #2E7E49;
}
</style>