Shades of Amazon #2E7752
Tints of Amazon #2E7752
RGB
CMYK
RGB Variations
Color information
#2E7752 (or 0x2E7752) is known color: Amazon. HEX triplet: 2E, 77 and 52. RGB value is (46,119,82). Sum of RGB (Red+Green+Blue) = 46+119+82=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7752 is #D188AD. Grayscale: #5D5D5D. Windows color (decimal): -13732014 or 5404462. OLE color: 5404462.
HSL color Cylindrical-coordinate representation of color #2E7752: hue angle of 149.59º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7752 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 82 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.53 |
| HSL | 149.59º | 0.44% | 0.32% | - |
| HSV(B) | 149.59º | 0.61% | 0.47% | - |
| XYZ | 9.25 | 14.38 | 10.27 | - |
| YUV | 92.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 82 | 0.61 | 0 | 0.31 | 0.53 | 149.59 | 0.44 | 0.32 |
| Hex | 2E | 77 | 52 | 3D | 0 | 1F | 35 | 96 | 2C | 20 |
| Octal | 56 | 167 | 122 | 75 | 0 | 37 | 65 | 226 | 54 | 40 |
| Binary | 101110 | 1110111 | 1010010 | 111101 | 0 | 11111 | 110101 | 10010110 | 101100 | 100000 |
Color Harmonies of #2E7752
Complementary color
Monochromatic Colors of #2E7752
Black with #2E7752
Text Example
Text Example
White with #2E7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7752; }
p { color: rgb(46,119,82); }
H1.HeaderClassName
{
color: #2E7752;
}
.AnyTagClassName
{
color: #2E7752;
}
</style>
background-color css
<style>
a { background-color: #2E7752; }
a { background-color: rgb(46,119,82); }
div.DivClassName
{
background-color: #2E7752;
}
.BgClassName
{
background-color: #2E7752;
}
</style>
border-color css
<style>
span { border-color: #2E7752; }
span { border-color: rgb(46,119,82); }
td.TdClassName
{
border-color: #2E7752;
}
.TagClassName
{
border-color: #2E7752;
}
</style>