Shades of Amazon #2A7546
Tints of Amazon #2A7546
RGB
CMYK
RGB Variations
Color information
#2A7546 (or 0x2A7546) is known color: Amazon. HEX triplet: 2A, 75 and 46. RGB value is (42,117,70). Sum of RGB (Red+Green+Blue) = 42+117+70=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7546 is #D58AB9. Grayscale: #595959. Windows color (decimal): -13994682 or 4617514. OLE color: 4617514.
HSL color Cylindrical-coordinate representation of color #2A7546: hue angle of 142.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7546 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 70 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.54 |
| HSL | 142.4º | 0.47% | 0.31% | - |
| HSV(B) | 142.4º | 0.64% | 0.46% | - |
| XYZ | 8.42 | 13.66 | 7.99 | - |
| YUV | 89.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 70 | 0.64 | 0 | 0.40 | 0.54 | 142.4 | 0.47 | 0.31 |
| Hex | 2A | 75 | 46 | 40 | 0 | 28 | 36 | 8E | 2F | 1F |
| Octal | 52 | 165 | 106 | 100 | 0 | 50 | 66 | 216 | 57 | 37 |
| Binary | 101010 | 1110101 | 1000110 | 1000000 | 0 | 101000 | 110110 | 10001110 | 101111 | 11111 |
Color Harmonies of #2A7546
Complementary color
Monochromatic Colors of #2A7546
Black with #2A7546
Text Example
Text Example
White with #2A7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7546; }
p { color: rgb(42,117,70); }
H1.HeaderClassName
{
color: #2A7546;
}
.AnyTagClassName
{
color: #2A7546;
}
</style>
background-color css
<style>
a { background-color: #2A7546; }
a { background-color: rgb(42,117,70); }
div.DivClassName
{
background-color: #2A7546;
}
.BgClassName
{
background-color: #2A7546;
}
</style>
border-color css
<style>
span { border-color: #2A7546; }
span { border-color: rgb(42,117,70); }
td.TdClassName
{
border-color: #2A7546;
}
.TagClassName
{
border-color: #2A7546;
}
</style>