Shades of Amazon #2E764F
Tints of Amazon #2E764F
RGB
CMYK
RGB Variations
Color information
#2E764F (or 0x2E764F) is known color: Amazon. HEX triplet: 2E, 76 and 4F. RGB value is (46,118,79). Sum of RGB (Red+Green+Blue) = 46+118+79=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #2E764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E764F is #D189B0. Grayscale: #5C5C5C. Windows color (decimal): -13732273 or 5207598. OLE color: 5207598.
HSL color Cylindrical-coordinate representation of color #2E764F: hue angle of 147.5º 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 #2E764F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 79 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.54 |
| HSL | 147.5º | 0.44% | 0.32% | - |
| HSV(B) | 147.5º | 0.61% | 0.46% | - |
| XYZ | 9.02 | 14.1 | 9.64 | - |
| YUV | 92.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 79 | 0.61 | 0 | 0.33 | 0.54 | 147.5 | 0.44 | 0.32 |
| Hex | 2E | 76 | 4F | 3D | 0 | 21 | 36 | 94 | 2C | 20 |
| Octal | 56 | 166 | 117 | 75 | 0 | 41 | 66 | 224 | 54 | 40 |
| Binary | 101110 | 1110110 | 1001111 | 111101 | 0 | 100001 | 110110 | 10010100 | 101100 | 100000 |
Color Harmonies of #2E764F
Complementary color
Monochromatic Colors of #2E764F
Black with #2E764F
Text Example
Text Example
White with #2E764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E764F; }
p { color: rgb(46,118,79); }
H1.HeaderClassName
{
color: #2E764F;
}
.AnyTagClassName
{
color: #2E764F;
}
</style>
background-color css
<style>
a { background-color: #2E764F; }
a { background-color: rgb(46,118,79); }
div.DivClassName
{
background-color: #2E764F;
}
.BgClassName
{
background-color: #2E764F;
}
</style>
border-color css
<style>
span { border-color: #2E764F; }
span { border-color: rgb(46,118,79); }
td.TdClassName
{
border-color: #2E764F;
}
.TagClassName
{
border-color: #2E764F;
}
</style>