Shades of Amazon #2B7647
Tints of Amazon #2B7647
RGB
CMYK
RGB Variations
Color information
#2B7647 (or 0x2B7647) is known color: Amazon. HEX triplet: 2B, 76 and 47. RGB value is (43,118,71). Sum of RGB (Red+Green+Blue) = 43+118+71=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7647 is #D489B8. Grayscale: #5A5A5A. Windows color (decimal): -13928889 or 4683307. OLE color: 4683307.
HSL color Cylindrical-coordinate representation of color #2B7647: hue angle of 142.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7647 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 71 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.54 |
| HSL | 142.4º | 0.47% | 0.32% | - |
| HSV(B) | 142.4º | 0.64% | 0.46% | - |
| XYZ | 8.61 | 13.93 | 8.2 | - |
| YUV | 90.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 71 | 0.64 | 0 | 0.40 | 0.54 | 142.4 | 0.47 | 0.32 |
| Hex | 2B | 76 | 47 | 40 | 0 | 28 | 36 | 8E | 2F | 20 |
| Octal | 53 | 166 | 107 | 100 | 0 | 50 | 66 | 216 | 57 | 40 |
| Binary | 101011 | 1110110 | 1000111 | 1000000 | 0 | 101000 | 110110 | 10001110 | 101111 | 100000 |
Color Harmonies of #2B7647
Complementary color
Monochromatic Colors of #2B7647
Black with #2B7647
Text Example
Text Example
White with #2B7647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7647; }
p { color: rgb(43,118,71); }
H1.HeaderClassName
{
color: #2B7647;
}
.AnyTagClassName
{
color: #2B7647;
}
</style>
background-color css
<style>
a { background-color: #2B7647; }
a { background-color: rgb(43,118,71); }
div.DivClassName
{
background-color: #2B7647;
}
.BgClassName
{
background-color: #2B7647;
}
</style>
border-color css
<style>
span { border-color: #2B7647; }
span { border-color: rgb(43,118,71); }
td.TdClassName
{
border-color: #2B7647;
}
.TagClassName
{
border-color: #2B7647;
}
</style>