Shades of Amazon #2E714E
Tints of Amazon #2E714E
RGB
CMYK
RGB Variations
Color information
#2E714E (or 0x2E714E) is known color: Amazon. HEX triplet: 2E, 71 and 4E. RGB value is (46,113,78). Sum of RGB (Red+Green+Blue) = 46+113+78=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #2E714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E714E is #D18EB1. Grayscale: #595959. Windows color (decimal): -13733554 or 5140782. OLE color: 5140782.
HSL color Cylindrical-coordinate representation of color #2E714E: hue angle of 148.66º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E714E is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 78 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.56 |
| HSL | 148.66º | 0.42% | 0.31% | - |
| HSV(B) | 148.66º | 0.59% | 0.44% | - |
| XYZ | 8.41 | 12.94 | 9.26 | - |
| YUV | 88.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 78 | 0.59 | 0 | 0.31 | 0.56 | 148.66 | 0.42 | 0.31 |
| Hex | 2E | 71 | 4E | 3B | 0 | 1F | 38 | 95 | 2A | 1F |
| Octal | 56 | 161 | 116 | 73 | 0 | 37 | 70 | 225 | 52 | 37 |
| Binary | 101110 | 1110001 | 1001110 | 111011 | 0 | 11111 | 111000 | 10010101 | 101010 | 11111 |
Color Harmonies of #2E714E
Complementary color
Monochromatic Colors of #2E714E
Black with #2E714E
Text Example
Text Example
White with #2E714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E714E; }
p { color: rgb(46,113,78); }
H1.HeaderClassName
{
color: #2E714E;
}
.AnyTagClassName
{
color: #2E714E;
}
</style>
background-color css
<style>
a { background-color: #2E714E; }
a { background-color: rgb(46,113,78); }
div.DivClassName
{
background-color: #2E714E;
}
.BgClassName
{
background-color: #2E714E;
}
</style>
border-color css
<style>
span { border-color: #2E714E; }
span { border-color: rgb(46,113,78); }
td.TdClassName
{
border-color: #2E714E;
}
.TagClassName
{
border-color: #2E714E;
}
</style>