Shades of Amazon #2E7D53
Tints of Amazon #2E7D53
RGB
CMYK
RGB Variations
Color information
#2E7D53 (or 0x2E7D53) is known color: Amazon. HEX triplet: 2E, 7D and 53. RGB value is (46,125,83). Sum of RGB (Red+Green+Blue) = 46+125+83=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D53 is #D182AC. Grayscale: #606060. Windows color (decimal): -13730477 or 5471534. OLE color: 5471534.
HSL color Cylindrical-coordinate representation of color #2E7D53: hue angle of 148.1º 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 #2E7D53 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 83 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.51 |
| HSL | 148.1º | 0.46% | 0.34% | - |
| HSV(B) | 148.1º | 0.63% | 0.49% | - |
| XYZ | 10.02 | 15.87 | 10.72 | - |
| YUV | 96.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 83 | 0.63 | 0 | 0.34 | 0.51 | 148.1 | 0.46 | 0.34 |
| Hex | 2E | 7D | 53 | 3F | 0 | 22 | 33 | 94 | 2E | 22 |
| Octal | 56 | 175 | 123 | 77 | 0 | 42 | 63 | 224 | 56 | 42 |
| Binary | 101110 | 1111101 | 1010011 | 111111 | 0 | 100010 | 110011 | 10010100 | 101110 | 100010 |
Color Harmonies of #2E7D53
Complementary color
Monochromatic Colors of #2E7D53
Black with #2E7D53
Text Example
Text Example
White with #2E7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D53; }
p { color: rgb(46,125,83); }
H1.HeaderClassName
{
color: #2E7D53;
}
.AnyTagClassName
{
color: #2E7D53;
}
</style>
background-color css
<style>
a { background-color: #2E7D53; }
a { background-color: rgb(46,125,83); }
div.DivClassName
{
background-color: #2E7D53;
}
.BgClassName
{
background-color: #2E7D53;
}
</style>
border-color css
<style>
span { border-color: #2E7D53; }
span { border-color: rgb(46,125,83); }
td.TdClassName
{
border-color: #2E7D53;
}
.TagClassName
{
border-color: #2E7D53;
}
</style>