Shades of Amazon #2E7D51
Tints of Amazon #2E7D51
RGB
CMYK
RGB Variations
Color information
#2E7D51 (or 0x2E7D51) is known color: Amazon. HEX triplet: 2E, 7D and 51. RGB value is (46,125,81). Sum of RGB (Red+Green+Blue) = 46+125+81=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D51 is #D182AE. Grayscale: #606060. Windows color (decimal): -13730479 or 5340462. OLE color: 5340462.
HSL color Cylindrical-coordinate representation of color #2E7D51: hue angle of 146.58º degrees, saturation: 0.46, 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 #2E7D51 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 81 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.51 |
| HSL | 146.58º | 0.46% | 0.34% | - |
| HSV(B) | 146.58º | 0.63% | 0.49% | - |
| XYZ | 9.95 | 15.84 | 10.32 | - |
| YUV | 96.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 81 | 0.63 | 0 | 0.35 | 0.51 | 146.58 | 0.46 | 0.34 |
| Hex | 2E | 7D | 51 | 3F | 0 | 23 | 33 | 93 | 2E | 22 |
| Octal | 56 | 175 | 121 | 77 | 0 | 43 | 63 | 223 | 56 | 42 |
| Binary | 101110 | 1111101 | 1010001 | 111111 | 0 | 100011 | 110011 | 10010011 | 101110 | 100010 |
Color Harmonies of #2E7D51
Complementary color
Monochromatic Colors of #2E7D51
Black with #2E7D51
Text Example
Text Example
White with #2E7D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D51; }
p { color: rgb(46,125,81); }
H1.HeaderClassName
{
color: #2E7D51;
}
.AnyTagClassName
{
color: #2E7D51;
}
</style>
background-color css
<style>
a { background-color: #2E7D51; }
a { background-color: rgb(46,125,81); }
div.DivClassName
{
background-color: #2E7D51;
}
.BgClassName
{
background-color: #2E7D51;
}
</style>
border-color css
<style>
span { border-color: #2E7D51; }
span { border-color: rgb(46,125,81); }
td.TdClassName
{
border-color: #2E7D51;
}
.TagClassName
{
border-color: #2E7D51;
}
</style>