Shades of Amazon #2E764A
Tints of Amazon #2E764A
RGB
CMYK
RGB Variations
Color information
#2E764A (or 0x2E764A) is known color: Amazon. HEX triplet: 2E, 76 and 4A. RGB value is (46,118,74). Sum of RGB (Red+Green+Blue) = 46+118+74=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #2E764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E764A is #D189B5. Grayscale: #5B5B5B. Windows color (decimal): -13732278 or 4879918. OLE color: 4879918.
HSL color Cylindrical-coordinate representation of color #2E764A: hue angle of 143.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E764A is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 74 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.54 |
| HSL | 143.33º | 0.44% | 0.32% | - |
| HSV(B) | 143.33º | 0.61% | 0.46% | - |
| XYZ | 8.84 | 14.03 | 8.72 | - |
| YUV | 91.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 74 | 0.61 | 0 | 0.37 | 0.54 | 143.33 | 0.44 | 0.32 |
| Hex | 2E | 76 | 4A | 3D | 0 | 25 | 36 | 8F | 2C | 20 |
| Octal | 56 | 166 | 112 | 75 | 0 | 45 | 66 | 217 | 54 | 40 |
| Binary | 101110 | 1110110 | 1001010 | 111101 | 0 | 100101 | 110110 | 10001111 | 101100 | 100000 |
Color Harmonies of #2E764A
Complementary color
Monochromatic Colors of #2E764A
Black with #2E764A
Text Example
Text Example
White with #2E764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E764A; }
p { color: rgb(46,118,74); }
H1.HeaderClassName
{
color: #2E764A;
}
.AnyTagClassName
{
color: #2E764A;
}
</style>
background-color css
<style>
a { background-color: #2E764A; }
a { background-color: rgb(46,118,74); }
div.DivClassName
{
background-color: #2E764A;
}
.BgClassName
{
background-color: #2E764A;
}
</style>
border-color css
<style>
span { border-color: #2E764A; }
span { border-color: rgb(46,118,74); }
td.TdClassName
{
border-color: #2E764A;
}
.TagClassName
{
border-color: #2E764A;
}
</style>