Shades of Amazon #2E724E
Tints of Amazon #2E724E
RGB
CMYK
RGB Variations
Color information
#2E724E (or 0x2E724E) is known color: Amazon. HEX triplet: 2E, 72 and 4E. RGB value is (46,114,78). Sum of RGB (Red+Green+Blue) = 46+114+78=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #2E724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E724E is #D18DB1. Grayscale: #595959. Windows color (decimal): -13733298 or 5141038. OLE color: 5141038.
HSL color Cylindrical-coordinate representation of color #2E724E: hue angle of 148.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E724E is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 78 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.55 |
| HSL | 148.24º | 0.43% | 0.31% | - |
| HSV(B) | 148.24º | 0.6% | 0.45% | - |
| XYZ | 8.52 | 13.17 | 9.3 | - |
| YUV | 89.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 78 | 0.60 | 0 | 0.32 | 0.55 | 148.24 | 0.43 | 0.31 |
| Hex | 2E | 72 | 4E | 3C | 0 | 20 | 37 | 94 | 2A | 1F |
| Octal | 56 | 162 | 116 | 74 | 0 | 40 | 67 | 224 | 52 | 37 |
| Binary | 101110 | 1110010 | 1001110 | 111100 | 0 | 100000 | 110111 | 10010100 | 101010 | 11111 |
Color Harmonies of #2E724E
Complementary color
Monochromatic Colors of #2E724E
Black with #2E724E
Text Example
Text Example
White with #2E724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E724E; }
p { color: rgb(46,114,78); }
H1.HeaderClassName
{
color: #2E724E;
}
.AnyTagClassName
{
color: #2E724E;
}
</style>
background-color css
<style>
a { background-color: #2E724E; }
a { background-color: rgb(46,114,78); }
div.DivClassName
{
background-color: #2E724E;
}
.BgClassName
{
background-color: #2E724E;
}
</style>
border-color css
<style>
span { border-color: #2E724E; }
span { border-color: rgb(46,114,78); }
td.TdClassName
{
border-color: #2E724E;
}
.TagClassName
{
border-color: #2E724E;
}
</style>