Shades of Amazon #2E794B
Tints of Amazon #2E794B
RGB
CMYK
RGB Variations
Color information
#2E794B (or 0x2E794B) is known color: Amazon. HEX triplet: 2E, 79 and 4B. RGB value is (46,121,75). Sum of RGB (Red+Green+Blue) = 46+121+75=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #2E794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E794B is #D186B4. Grayscale: #5D5D5D. Windows color (decimal): -13731509 or 4946222. OLE color: 4946222.
HSL color Cylindrical-coordinate representation of color #2E794B: hue angle of 143.2º 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 #2E794B is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 75 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.53 |
| HSL | 143.2º | 0.45% | 0.33% | - |
| HSV(B) | 143.2º | 0.62% | 0.47% | - |
| XYZ | 9.23 | 14.76 | 9.02 | - |
| YUV | 93.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 75 | 0.62 | 0 | 0.38 | 0.53 | 143.2 | 0.45 | 0.33 |
| Hex | 2E | 79 | 4B | 3E | 0 | 26 | 35 | 8F | 2D | 21 |
| Octal | 56 | 171 | 113 | 76 | 0 | 46 | 65 | 217 | 55 | 41 |
| Binary | 101110 | 1111001 | 1001011 | 111110 | 0 | 100110 | 110101 | 10001111 | 101101 | 100001 |
Color Harmonies of #2E794B
Complementary color
Monochromatic Colors of #2E794B
Black with #2E794B
Text Example
Text Example
White with #2E794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E794B; }
p { color: rgb(46,121,75); }
H1.HeaderClassName
{
color: #2E794B;
}
.AnyTagClassName
{
color: #2E794B;
}
</style>
background-color css
<style>
a { background-color: #2E794B; }
a { background-color: rgb(46,121,75); }
div.DivClassName
{
background-color: #2E794B;
}
.BgClassName
{
background-color: #2E794B;
}
</style>
border-color css
<style>
span { border-color: #2E794B; }
span { border-color: rgb(46,121,75); }
td.TdClassName
{
border-color: #2E794B;
}
.TagClassName
{
border-color: #2E794B;
}
</style>