Shades of Amazon #2E755B
Tints of Amazon #2E755B
RGB
CMYK
RGB Variations
Color information
#2E755B (or 0x2E755B) is known color: Amazon. HEX triplet: 2E, 75 and 5B. RGB value is (46,117,91). Sum of RGB (Red+Green+Blue) = 46+117+91=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #2E755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E755B is #D18AA4. Grayscale: #5C5C5C. Windows color (decimal): -13732517 or 5993774. OLE color: 5993774.
HSL color Cylindrical-coordinate representation of color #2E755B: hue angle of 158.03º 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 #2E755B is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 91 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.54 |
| HSL | 158.03º | 0.44% | 0.32% | - |
| HSV(B) | 158.03º | 0.61% | 0.46% | - |
| XYZ | 9.38 | 14.06 | 12.12 | - |
| YUV | 92.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 91 | 0.61 | 0 | 0.22 | 0.54 | 158.03 | 0.44 | 0.32 |
| Hex | 2E | 75 | 5B | 3D | 0 | 16 | 36 | 9E | 2C | 20 |
| Octal | 56 | 165 | 133 | 75 | 0 | 26 | 66 | 236 | 54 | 40 |
| Binary | 101110 | 1110101 | 1011011 | 111101 | 0 | 10110 | 110110 | 10011110 | 101100 | 100000 |
Color Harmonies of #2E755B
Complementary color
Monochromatic Colors of #2E755B
Black with #2E755B
Text Example
Text Example
White with #2E755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E755B; }
p { color: rgb(46,117,91); }
H1.HeaderClassName
{
color: #2E755B;
}
.AnyTagClassName
{
color: #2E755B;
}
</style>
background-color css
<style>
a { background-color: #2E755B; }
a { background-color: rgb(46,117,91); }
div.DivClassName
{
background-color: #2E755B;
}
.BgClassName
{
background-color: #2E755B;
}
</style>
border-color css
<style>
span { border-color: #2E755B; }
span { border-color: rgb(46,117,91); }
td.TdClassName
{
border-color: #2E755B;
}
.TagClassName
{
border-color: #2E755B;
}
</style>