Shades of Amazon #2E775C
Tints of Amazon #2E775C
RGB
CMYK
RGB Variations
Color information
#2E775C (or 0x2E775C) is known color: Amazon. HEX triplet: 2E, 77 and 5C. RGB value is (46,119,92). Sum of RGB (Red+Green+Blue) = 46+119+92=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #2E775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E775C is #D188A3. Grayscale: #5E5E5E. Windows color (decimal): -13732004 or 6059822. OLE color: 6059822.
HSL color Cylindrical-coordinate representation of color #2E775C: hue angle of 157.81º 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 #2E775C is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 92 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.53 |
| HSL | 157.81º | 0.44% | 0.32% | - |
| HSV(B) | 157.81º | 0.61% | 0.47% | - |
| XYZ | 9.66 | 14.55 | 12.42 | - |
| YUV | 94.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 92 | 0.61 | 0 | 0.23 | 0.53 | 157.81 | 0.44 | 0.32 |
| Hex | 2E | 77 | 5C | 3D | 0 | 17 | 35 | 9E | 2C | 20 |
| Octal | 56 | 167 | 134 | 75 | 0 | 27 | 65 | 236 | 54 | 40 |
| Binary | 101110 | 1110111 | 1011100 | 111101 | 0 | 10111 | 110101 | 10011110 | 101100 | 100000 |
Color Harmonies of #2E775C
Complementary color
Monochromatic Colors of #2E775C
Black with #2E775C
Text Example
Text Example
White with #2E775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E775C; }
p { color: rgb(46,119,92); }
H1.HeaderClassName
{
color: #2E775C;
}
.AnyTagClassName
{
color: #2E775C;
}
</style>
background-color css
<style>
a { background-color: #2E775C; }
a { background-color: rgb(46,119,92); }
div.DivClassName
{
background-color: #2E775C;
}
.BgClassName
{
background-color: #2E775C;
}
</style>
border-color css
<style>
span { border-color: #2E775C; }
span { border-color: rgb(46,119,92); }
td.TdClassName
{
border-color: #2E775C;
}
.TagClassName
{
border-color: #2E775C;
}
</style>