Shades of Amazon #2E714F
Tints of Amazon #2E714F
RGB
CMYK
RGB Variations
Color information
#2E714F (or 0x2E714F) is known color: Amazon. HEX triplet: 2E, 71 and 4F. RGB value is (46,113,79). Sum of RGB (Red+Green+Blue) = 46+113+79=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #2E714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E714F is #D18EB0. Grayscale: #595959. Windows color (decimal): -13733553 or 5206318. OLE color: 5206318.
HSL color Cylindrical-coordinate representation of color #2E714F: hue angle of 149.55º 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 #2E714F is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 79 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.56 |
| HSL | 149.55º | 0.42% | 0.31% | - |
| HSV(B) | 149.55º | 0.59% | 0.44% | - |
| XYZ | 8.44 | 12.96 | 9.45 | - |
| YUV | 89.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 79 | 0.59 | 0 | 0.30 | 0.56 | 149.55 | 0.42 | 0.31 |
| Hex | 2E | 71 | 4F | 3B | 0 | 1E | 38 | 96 | 2A | 1F |
| Octal | 56 | 161 | 117 | 73 | 0 | 36 | 70 | 226 | 52 | 37 |
| Binary | 101110 | 1110001 | 1001111 | 111011 | 0 | 11110 | 111000 | 10010110 | 101010 | 11111 |
Color Harmonies of #2E714F
Complementary color
Monochromatic Colors of #2E714F
Black with #2E714F
Text Example
Text Example
White with #2E714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E714F; }
p { color: rgb(46,113,79); }
H1.HeaderClassName
{
color: #2E714F;
}
.AnyTagClassName
{
color: #2E714F;
}
</style>
background-color css
<style>
a { background-color: #2E714F; }
a { background-color: rgb(46,113,79); }
div.DivClassName
{
background-color: #2E714F;
}
.BgClassName
{
background-color: #2E714F;
}
</style>
border-color css
<style>
span { border-color: #2E714F; }
span { border-color: rgb(46,113,79); }
td.TdClassName
{
border-color: #2E714F;
}
.TagClassName
{
border-color: #2E714F;
}
</style>