Shades of Amazon #2E7151
Tints of Amazon #2E7151
RGB
CMYK
RGB Variations
Color information
#2E7151 (or 0x2E7151) is known color: Amazon. HEX triplet: 2E, 71 and 51. RGB value is (46,113,81). Sum of RGB (Red+Green+Blue) = 46+113+81=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7151 is #D18EAE. Grayscale: #595959. Windows color (decimal): -13733551 or 5337390. OLE color: 5337390.
HSL color Cylindrical-coordinate representation of color #2E7151: hue angle of 151.34º 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 #2E7151 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 81 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.56 |
| HSL | 151.34º | 0.42% | 0.31% | - |
| HSV(B) | 151.34º | 0.59% | 0.44% | - |
| XYZ | 8.52 | 12.99 | 9.84 | - |
| YUV | 89.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 81 | 0.59 | 0 | 0.28 | 0.56 | 151.34 | 0.42 | 0.31 |
| Hex | 2E | 71 | 51 | 3B | 0 | 1C | 38 | 97 | 2A | 1F |
| Octal | 56 | 161 | 121 | 73 | 0 | 34 | 70 | 227 | 52 | 37 |
| Binary | 101110 | 1110001 | 1010001 | 111011 | 0 | 11100 | 111000 | 10010111 | 101010 | 11111 |
Color Harmonies of #2E7151
Complementary color
Monochromatic Colors of #2E7151
Black with #2E7151
Text Example
Text Example
White with #2E7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7151; }
p { color: rgb(46,113,81); }
H1.HeaderClassName
{
color: #2E7151;
}
.AnyTagClassName
{
color: #2E7151;
}
</style>
background-color css
<style>
a { background-color: #2E7151; }
a { background-color: rgb(46,113,81); }
div.DivClassName
{
background-color: #2E7151;
}
.BgClassName
{
background-color: #2E7151;
}
</style>
border-color css
<style>
span { border-color: #2E7151; }
span { border-color: rgb(46,113,81); }
td.TdClassName
{
border-color: #2E7151;
}
.TagClassName
{
border-color: #2E7151;
}
</style>