Shades of Amazon #2E754F
Tints of Amazon #2E754F
RGB
CMYK
RGB Variations
Color information
#2E754F (or 0x2E754F) is known color: Amazon. HEX triplet: 2E, 75 and 4F. RGB value is (46,117,79). Sum of RGB (Red+Green+Blue) = 46+117+79=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #2E754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E754F is #D18AB0. Grayscale: #5B5B5B. Windows color (decimal): -13732529 or 5207342. OLE color: 5207342.
HSL color Cylindrical-coordinate representation of color #2E754F: hue angle of 147.89º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E754F is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 79 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.54 |
| HSL | 147.89º | 0.44% | 0.32% | - |
| HSV(B) | 147.89º | 0.61% | 0.46% | - |
| XYZ | 8.9 | 13.87 | 9.6 | - |
| YUV | 91.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 79 | 0.61 | 0 | 0.32 | 0.54 | 147.89 | 0.44 | 0.32 |
| Hex | 2E | 75 | 4F | 3D | 0 | 20 | 36 | 94 | 2C | 20 |
| Octal | 56 | 165 | 117 | 75 | 0 | 40 | 66 | 224 | 54 | 40 |
| Binary | 101110 | 1110101 | 1001111 | 111101 | 0 | 100000 | 110110 | 10010100 | 101100 | 100000 |
Color Harmonies of #2E754F
Complementary color
Monochromatic Colors of #2E754F
Black with #2E754F
Text Example
Text Example
White with #2E754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E754F; }
p { color: rgb(46,117,79); }
H1.HeaderClassName
{
color: #2E754F;
}
.AnyTagClassName
{
color: #2E754F;
}
</style>
background-color css
<style>
a { background-color: #2E754F; }
a { background-color: rgb(46,117,79); }
div.DivClassName
{
background-color: #2E754F;
}
.BgClassName
{
background-color: #2E754F;
}
</style>
border-color css
<style>
span { border-color: #2E754F; }
span { border-color: rgb(46,117,79); }
td.TdClassName
{
border-color: #2E754F;
}
.TagClassName
{
border-color: #2E754F;
}
</style>