Shades of Amazon #2B7A47
Tints of Amazon #2B7A47
RGB
CMYK
RGB Variations
Color information
#2B7A47 (or 0x2B7A47) is known color: Amazon. HEX triplet: 2B, 7A and 47. RGB value is (43,122,71). Sum of RGB (Red+Green+Blue) = 43+122+71=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A47 is #D485B8. Grayscale: #5C5C5C. Windows color (decimal): -13927865 or 4684331. OLE color: 4684331.
HSL color Cylindrical-coordinate representation of color #2B7A47: hue angle of 141.27º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A47 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 71 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.52 |
| HSL | 141.27º | 0.48% | 0.32% | - |
| HSV(B) | 141.27º | 0.65% | 0.48% | - |
| XYZ | 9.09 | 14.89 | 8.36 | - |
| YUV | 92.57 | 115.83 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 71 | 0.65 | 0 | 0.42 | 0.52 | 141.27 | 0.48 | 0.32 |
| Hex | 2B | 7A | 47 | 41 | 0 | 2A | 34 | 8D | 30 | 20 |
| Octal | 53 | 172 | 107 | 101 | 0 | 52 | 64 | 215 | 60 | 40 |
| Binary | 101011 | 1111010 | 1000111 | 1000001 | 0 | 101010 | 110100 | 10001101 | 110000 | 100000 |
Color Harmonies of #2B7A47
Complementary color
Monochromatic Colors of #2B7A47
Black with #2B7A47
Text Example
Text Example
White with #2B7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A47; }
p { color: rgb(43,122,71); }
H1.HeaderClassName
{
color: #2B7A47;
}
.AnyTagClassName
{
color: #2B7A47;
}
</style>
background-color css
<style>
a { background-color: #2B7A47; }
a { background-color: rgb(43,122,71); }
div.DivClassName
{
background-color: #2B7A47;
}
.BgClassName
{
background-color: #2B7A47;
}
</style>
border-color css
<style>
span { border-color: #2B7A47; }
span { border-color: rgb(43,122,71); }
td.TdClassName
{
border-color: #2B7A47;
}
.TagClassName
{
border-color: #2B7A47;
}
</style>