Shades of Amazon #2E7149
Tints of Amazon #2E7149
RGB
CMYK
RGB Variations
Color information
#2E7149 (or 0x2E7149) is known color: Amazon. HEX triplet: 2E, 71 and 49. RGB value is (46,113,73). Sum of RGB (Red+Green+Blue) = 46+113+73=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7149 is #D18EB6. Grayscale: #585858. Windows color (decimal): -13733559 or 4813102. OLE color: 4813102.
HSL color Cylindrical-coordinate representation of color #2E7149: hue angle of 144.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7149 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 73 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.56 |
| HSL | 144.18º | 0.42% | 0.31% | - |
| HSV(B) | 144.18º | 0.59% | 0.44% | - |
| XYZ | 8.23 | 12.87 | 8.35 | - |
| YUV | 88.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 73 | 0.59 | 0 | 0.35 | 0.56 | 144.18 | 0.42 | 0.31 |
| Hex | 2E | 71 | 49 | 3B | 0 | 23 | 38 | 90 | 2A | 1F |
| Octal | 56 | 161 | 111 | 73 | 0 | 43 | 70 | 220 | 52 | 37 |
| Binary | 101110 | 1110001 | 1001001 | 111011 | 0 | 100011 | 111000 | 10010000 | 101010 | 11111 |
Color Harmonies of #2E7149
Complementary color
Monochromatic Colors of #2E7149
Black with #2E7149
Text Example
Text Example
White with #2E7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7149; }
p { color: rgb(46,113,73); }
H1.HeaderClassName
{
color: #2E7149;
}
.AnyTagClassName
{
color: #2E7149;
}
</style>
background-color css
<style>
a { background-color: #2E7149; }
a { background-color: rgb(46,113,73); }
div.DivClassName
{
background-color: #2E7149;
}
.BgClassName
{
background-color: #2E7149;
}
</style>
border-color css
<style>
span { border-color: #2E7149; }
span { border-color: rgb(46,113,73); }
td.TdClassName
{
border-color: #2E7149;
}
.TagClassName
{
border-color: #2E7149;
}
</style>