Shades of Amazon #2E7854
Tints of Amazon #2E7854
RGB
CMYK
RGB Variations
Color information
#2E7854 (or 0x2E7854) is known color: Amazon. HEX triplet: 2E, 78 and 54. RGB value is (46,120,84). Sum of RGB (Red+Green+Blue) = 46+120+84=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7854 is #D187AB. Grayscale: #5D5D5D. Windows color (decimal): -13731756 or 5535790. OLE color: 5535790.
HSL color Cylindrical-coordinate representation of color #2E7854: hue angle of 150.81º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7854 is Cyan = 0.62, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 84 | - |
| CMYK | 0.62 | 0 | 0.3 | 0.53 |
| HSL | 150.81º | 0.45% | 0.33% | - |
| HSV(B) | 150.81º | 0.62% | 0.47% | - |
| XYZ | 9.44 | 14.65 | 10.72 | - |
| YUV | 93.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 84 | 0.62 | 0 | 0.3 | 0.53 | 150.81 | 0.45 | 0.33 |
| Hex | 2E | 78 | 54 | 3E | 0 | 1E | 35 | 97 | 2D | 21 |
| Octal | 56 | 170 | 124 | 76 | 0 | 36 | 65 | 227 | 55 | 41 |
| Binary | 101110 | 1111000 | 1010100 | 111110 | 0 | 11110 | 110101 | 10010111 | 101101 | 100001 |
Color Harmonies of #2E7854
Complementary color
Monochromatic Colors of #2E7854
Black with #2E7854
Text Example
Text Example
White with #2E7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7854; }
p { color: rgb(46,120,84); }
H1.HeaderClassName
{
color: #2E7854;
}
.AnyTagClassName
{
color: #2E7854;
}
</style>
background-color css
<style>
a { background-color: #2E7854; }
a { background-color: rgb(46,120,84); }
div.DivClassName
{
background-color: #2E7854;
}
.BgClassName
{
background-color: #2E7854;
}
</style>
border-color css
<style>
span { border-color: #2E7854; }
span { border-color: rgb(46,120,84); }
td.TdClassName
{
border-color: #2E7854;
}
.TagClassName
{
border-color: #2E7854;
}
</style>