Shades of Amazon #2E785A
Tints of Amazon #2E785A
RGB
CMYK
RGB Variations
Color information
#2E785A (or 0x2E785A) is known color: Amazon. HEX triplet: 2E, 78 and 5A. RGB value is (46,120,90). Sum of RGB (Red+Green+Blue) = 46+120+90=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #2E785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E785A is #D187A5. Grayscale: #5E5E5E. Windows color (decimal): -13731750 or 5929006. OLE color: 5929006.
HSL color Cylindrical-coordinate representation of color #2E785A: hue angle of 155.68º 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 #2E785A is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 90 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.53 |
| HSL | 155.68º | 0.45% | 0.33% | - |
| HSV(B) | 155.68º | 0.62% | 0.47% | - |
| XYZ | 9.69 | 14.75 | 12.01 | - |
| YUV | 94.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 90 | 0.62 | 0 | 0.25 | 0.53 | 155.68 | 0.45 | 0.33 |
| Hex | 2E | 78 | 5A | 3E | 0 | 19 | 35 | 9C | 2D | 21 |
| Octal | 56 | 170 | 132 | 76 | 0 | 31 | 65 | 234 | 55 | 41 |
| Binary | 101110 | 1111000 | 1011010 | 111110 | 0 | 11001 | 110101 | 10011100 | 101101 | 100001 |
Color Harmonies of #2E785A
Complementary color
Monochromatic Colors of #2E785A
Black with #2E785A
Text Example
Text Example
White with #2E785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E785A; }
p { color: rgb(46,120,90); }
H1.HeaderClassName
{
color: #2E785A;
}
.AnyTagClassName
{
color: #2E785A;
}
</style>
background-color css
<style>
a { background-color: #2E785A; }
a { background-color: rgb(46,120,90); }
div.DivClassName
{
background-color: #2E785A;
}
.BgClassName
{
background-color: #2E785A;
}
</style>
border-color css
<style>
span { border-color: #2E785A; }
span { border-color: rgb(46,120,90); }
td.TdClassName
{
border-color: #2E785A;
}
.TagClassName
{
border-color: #2E785A;
}
</style>