Shades of Amazon #2A744E
Tints of Amazon #2A744E
RGB
CMYK
RGB Variations
Color information
#2A744E (or 0x2A744E) is known color: Amazon. HEX triplet: 2A, 74 and 4E. RGB value is (42,116,78). Sum of RGB (Red+Green+Blue) = 42+116+78=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #2A744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A744E is #D58BB1. Grayscale: #595959. Windows color (decimal): -13994930 or 5141546. OLE color: 5141546.
HSL color Cylindrical-coordinate representation of color #2A744E: hue angle of 149.19º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A744E is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 116 | 78 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.55 |
| HSL | 149.19º | 0.47% | 0.31% | - |
| HSV(B) | 149.19º | 0.64% | 0.45% | - |
| XYZ | 8.58 | 13.53 | 9.37 | - |
| YUV | 89.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 78 | 0.64 | 0 | 0.33 | 0.55 | 149.19 | 0.47 | 0.31 |
| Hex | 2A | 74 | 4E | 40 | 0 | 21 | 37 | 95 | 2F | 1F |
| Octal | 52 | 164 | 116 | 100 | 0 | 41 | 67 | 225 | 57 | 37 |
| Binary | 101010 | 1110100 | 1001110 | 1000000 | 0 | 100001 | 110111 | 10010101 | 101111 | 11111 |
Color Harmonies of #2A744E
Complementary color
Monochromatic Colors of #2A744E
Black with #2A744E
Text Example
Text Example
White with #2A744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A744E; }
p { color: rgb(42,116,78); }
H1.HeaderClassName
{
color: #2A744E;
}
.AnyTagClassName
{
color: #2A744E;
}
</style>
background-color css
<style>
a { background-color: #2A744E; }
a { background-color: rgb(42,116,78); }
div.DivClassName
{
background-color: #2A744E;
}
.BgClassName
{
background-color: #2A744E;
}
</style>
border-color css
<style>
span { border-color: #2A744E; }
span { border-color: rgb(42,116,78); }
td.TdClassName
{
border-color: #2A744E;
}
.TagClassName
{
border-color: #2A744E;
}
</style>