Shades of Amazon #2E784C
Tints of Amazon #2E784C
RGB
CMYK
RGB Variations
Color information
#2E784C (or 0x2E784C) is known color: Amazon. HEX triplet: 2E, 78 and 4C. RGB value is (46,120,76). Sum of RGB (Red+Green+Blue) = 46+120+76=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #2E784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E784C is #D187B3. Grayscale: #5C5C5C. Windows color (decimal): -13731764 or 5011502. OLE color: 5011502.
HSL color Cylindrical-coordinate representation of color #2E784C: hue angle of 144.32º 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 #2E784C is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 76 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.53 |
| HSL | 144.32º | 0.45% | 0.33% | - |
| HSV(B) | 144.32º | 0.62% | 0.47% | - |
| XYZ | 9.15 | 14.54 | 9.16 | - |
| YUV | 92.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 76 | 0.62 | 0 | 0.37 | 0.53 | 144.32 | 0.45 | 0.33 |
| Hex | 2E | 78 | 4C | 3E | 0 | 25 | 35 | 90 | 2D | 21 |
| Octal | 56 | 170 | 114 | 76 | 0 | 45 | 65 | 220 | 55 | 41 |
| Binary | 101110 | 1111000 | 1001100 | 111110 | 0 | 100101 | 110101 | 10010000 | 101101 | 100001 |
Color Harmonies of #2E784C
Complementary color
Monochromatic Colors of #2E784C
Black with #2E784C
Text Example
Text Example
White with #2E784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E784C; }
p { color: rgb(46,120,76); }
H1.HeaderClassName
{
color: #2E784C;
}
.AnyTagClassName
{
color: #2E784C;
}
</style>
background-color css
<style>
a { background-color: #2E784C; }
a { background-color: rgb(46,120,76); }
div.DivClassName
{
background-color: #2E784C;
}
.BgClassName
{
background-color: #2E784C;
}
</style>
border-color css
<style>
span { border-color: #2E784C; }
span { border-color: rgb(46,120,76); }
td.TdClassName
{
border-color: #2E784C;
}
.TagClassName
{
border-color: #2E784C;
}
</style>