Shades of Amazon #2A734E
Tints of Amazon #2A734E
RGB
CMYK
RGB Variations
Color information
#2A734E (or 0x2A734E) is known color: Amazon. HEX triplet: 2A, 73 and 4E. RGB value is (42,115,78). Sum of RGB (Red+Green+Blue) = 42+115+78=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #2A734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A734E is #D58CB1. Grayscale: #595959. Windows color (decimal): -13995186 or 5141290. OLE color: 5141290.
HSL color Cylindrical-coordinate representation of color #2A734E: hue angle of 149.59º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A734E is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 78 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.55 |
| HSL | 149.59º | 0.46% | 0.31% | - |
| HSV(B) | 149.59º | 0.63% | 0.45% | - |
| XYZ | 8.46 | 13.3 | 9.33 | - |
| YUV | 88.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 78 | 0.63 | 0 | 0.32 | 0.55 | 149.59 | 0.46 | 0.31 |
| Hex | 2A | 73 | 4E | 3F | 0 | 20 | 37 | 96 | 2E | 1F |
| Octal | 52 | 163 | 116 | 77 | 0 | 40 | 67 | 226 | 56 | 37 |
| Binary | 101010 | 1110011 | 1001110 | 111111 | 0 | 100000 | 110111 | 10010110 | 101110 | 11111 |
Color Harmonies of #2A734E
Complementary color
Monochromatic Colors of #2A734E
Black with #2A734E
Text Example
Text Example
White with #2A734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A734E; }
p { color: rgb(42,115,78); }
H1.HeaderClassName
{
color: #2A734E;
}
.AnyTagClassName
{
color: #2A734E;
}
</style>
background-color css
<style>
a { background-color: #2A734E; }
a { background-color: rgb(42,115,78); }
div.DivClassName
{
background-color: #2A734E;
}
.BgClassName
{
background-color: #2A734E;
}
</style>
border-color css
<style>
span { border-color: #2A734E; }
span { border-color: rgb(42,115,78); }
td.TdClassName
{
border-color: #2A734E;
}
.TagClassName
{
border-color: #2A734E;
}
</style>