Shades of Amazon #2E7D52
Tints of Amazon #2E7D52
RGB
CMYK
RGB Variations
Color information
#2E7D52 (or 0x2E7D52) is known color: Amazon. HEX triplet: 2E, 7D and 52. RGB value is (46,125,82). Sum of RGB (Red+Green+Blue) = 46+125+82=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D52 is #D182AD. Grayscale: #606060. Windows color (decimal): -13730478 or 5405998. OLE color: 5405998.
HSL color Cylindrical-coordinate representation of color #2E7D52: hue angle of 147.34º 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 #2E7D52 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 82 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.51 |
| HSL | 147.34º | 0.46% | 0.34% | - |
| HSV(B) | 147.34º | 0.63% | 0.49% | - |
| XYZ | 9.98 | 15.86 | 10.52 | - |
| YUV | 96.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 82 | 0.63 | 0 | 0.34 | 0.51 | 147.34 | 0.46 | 0.34 |
| Hex | 2E | 7D | 52 | 3F | 0 | 22 | 33 | 93 | 2E | 22 |
| Octal | 56 | 175 | 122 | 77 | 0 | 42 | 63 | 223 | 56 | 42 |
| Binary | 101110 | 1111101 | 1010010 | 111111 | 0 | 100010 | 110011 | 10010011 | 101110 | 100010 |
Color Harmonies of #2E7D52
Complementary color
Monochromatic Colors of #2E7D52
Black with #2E7D52
Text Example
Text Example
White with #2E7D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D52; }
p { color: rgb(46,125,82); }
H1.HeaderClassName
{
color: #2E7D52;
}
.AnyTagClassName
{
color: #2E7D52;
}
</style>
background-color css
<style>
a { background-color: #2E7D52; }
a { background-color: rgb(46,125,82); }
div.DivClassName
{
background-color: #2E7D52;
}
.BgClassName
{
background-color: #2E7D52;
}
</style>
border-color css
<style>
span { border-color: #2E7D52; }
span { border-color: rgb(46,125,82); }
td.TdClassName
{
border-color: #2E7D52;
}
.TagClassName
{
border-color: #2E7D52;
}
</style>