Shades of Amazon #2E774B
Tints of Amazon #2E774B
RGB
CMYK
RGB Variations
Color information
#2E774B (or 0x2E774B) is known color: Amazon. HEX triplet: 2E, 77 and 4B. RGB value is (46,119,75). Sum of RGB (Red+Green+Blue) = 46+119+75=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #2E774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E774B is #D188B4. Grayscale: #5C5C5C. Windows color (decimal): -13732021 or 4945710. OLE color: 4945710.
HSL color Cylindrical-coordinate representation of color #2E774B: hue angle of 143.84º 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 #2E774B is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 75 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.53 |
| HSL | 143.84º | 0.44% | 0.32% | - |
| HSV(B) | 143.84º | 0.61% | 0.47% | - |
| XYZ | 8.99 | 14.28 | 8.94 | - |
| YUV | 92.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 75 | 0.61 | 0 | 0.37 | 0.53 | 143.84 | 0.44 | 0.32 |
| Hex | 2E | 77 | 4B | 3D | 0 | 25 | 35 | 90 | 2C | 20 |
| Octal | 56 | 167 | 113 | 75 | 0 | 45 | 65 | 220 | 54 | 40 |
| Binary | 101110 | 1110111 | 1001011 | 111101 | 0 | 100101 | 110101 | 10010000 | 101100 | 100000 |
Color Harmonies of #2E774B
Complementary color
Monochromatic Colors of #2E774B
Black with #2E774B
Text Example
Text Example
White with #2E774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E774B; }
p { color: rgb(46,119,75); }
H1.HeaderClassName
{
color: #2E774B;
}
.AnyTagClassName
{
color: #2E774B;
}
</style>
background-color css
<style>
a { background-color: #2E774B; }
a { background-color: rgb(46,119,75); }
div.DivClassName
{
background-color: #2E774B;
}
.BgClassName
{
background-color: #2E774B;
}
</style>
border-color css
<style>
span { border-color: #2E774B; }
span { border-color: rgb(46,119,75); }
td.TdClassName
{
border-color: #2E774B;
}
.TagClassName
{
border-color: #2E774B;
}
</style>