Shades of Amazon #2E724B
Tints of Amazon #2E724B
RGB
CMYK
RGB Variations
Color information
#2E724B (or 0x2E724B) is known color: Amazon. HEX triplet: 2E, 72 and 4B. RGB value is (46,114,75). Sum of RGB (Red+Green+Blue) = 46+114+75=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #2E724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E724B is #D18DB4. Grayscale: #595959. Windows color (decimal): -13733301 or 4944430. OLE color: 4944430.
HSL color Cylindrical-coordinate representation of color #2E724B: hue angle of 145.59º 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 #2E724B is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 75 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.55 |
| HSL | 145.59º | 0.43% | 0.31% | - |
| HSV(B) | 145.59º | 0.6% | 0.45% | - |
| XYZ | 8.41 | 13.12 | 8.75 | - |
| YUV | 89.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 75 | 0.60 | 0 | 0.34 | 0.55 | 145.59 | 0.43 | 0.31 |
| Hex | 2E | 72 | 4B | 3C | 0 | 22 | 37 | 92 | 2A | 1F |
| Octal | 56 | 162 | 113 | 74 | 0 | 42 | 67 | 222 | 52 | 37 |
| Binary | 101110 | 1110010 | 1001011 | 111100 | 0 | 100010 | 110111 | 10010010 | 101010 | 11111 |
Color Harmonies of #2E724B
Complementary color
Monochromatic Colors of #2E724B
Black with #2E724B
Text Example
Text Example
White with #2E724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E724B; }
p { color: rgb(46,114,75); }
H1.HeaderClassName
{
color: #2E724B;
}
.AnyTagClassName
{
color: #2E724B;
}
</style>
background-color css
<style>
a { background-color: #2E724B; }
a { background-color: rgb(46,114,75); }
div.DivClassName
{
background-color: #2E724B;
}
.BgClassName
{
background-color: #2E724B;
}
</style>
border-color css
<style>
span { border-color: #2E724B; }
span { border-color: rgb(46,114,75); }
td.TdClassName
{
border-color: #2E724B;
}
.TagClassName
{
border-color: #2E724B;
}
</style>