Shades of Amazon #2E6E4F
Tints of Amazon #2E6E4F
RGB
CMYK
RGB Variations
Color information
#2E6E4F (or 0x2E6E4F) is known color: Amazon. HEX triplet: 2E, 6E and 4F. RGB value is (46,110,79). Sum of RGB (Red+Green+Blue) = 46+110+79=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E4F is #D191B0. Grayscale: #575757. Windows color (decimal): -13734321 or 5205550. OLE color: 5205550.
HSL color Cylindrical-coordinate representation of color #2E6E4F: hue angle of 150.94º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E4F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 79 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.57 |
| HSL | 150.94º | 0.41% | 0.31% | - |
| HSV(B) | 150.94º | 0.58% | 0.43% | - |
| XYZ | 8.11 | 12.3 | 9.34 | - |
| YUV | 87.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 79 | 0.58 | 0 | 0.28 | 0.57 | 150.94 | 0.41 | 0.31 |
| Hex | 2E | 6E | 4F | 3A | 0 | 1C | 39 | 97 | 29 | 1F |
| Octal | 56 | 156 | 117 | 72 | 0 | 34 | 71 | 227 | 51 | 37 |
| Binary | 101110 | 1101110 | 1001111 | 111010 | 0 | 11100 | 111001 | 10010111 | 101001 | 11111 |
Color Harmonies of #2E6E4F
Complementary color
Monochromatic Colors of #2E6E4F
Black with #2E6E4F
Text Example
Text Example
White with #2E6E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E4F; }
p { color: rgb(46,110,79); }
H1.HeaderClassName
{
color: #2E6E4F;
}
.AnyTagClassName
{
color: #2E6E4F;
}
</style>
background-color css
<style>
a { background-color: #2E6E4F; }
a { background-color: rgb(46,110,79); }
div.DivClassName
{
background-color: #2E6E4F;
}
.BgClassName
{
background-color: #2E6E4F;
}
</style>
border-color css
<style>
span { border-color: #2E6E4F; }
span { border-color: rgb(46,110,79); }
td.TdClassName
{
border-color: #2E6E4F;
}
.TagClassName
{
border-color: #2E6E4F;
}
</style>