Shades of Amazon #2B7B49
Tints of Amazon #2B7B49
RGB
CMYK
RGB Variations
Color information
#2B7B49 (or 0x2B7B49) is known color: Amazon. HEX triplet: 2B, 7B and 49. RGB value is (43,123,73). Sum of RGB (Red+Green+Blue) = 43+123+73=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7B49 is #D484B6. Grayscale: #5D5D5D. Windows color (decimal): -13927607 or 4815659. OLE color: 4815659.
HSL color Cylindrical-coordinate representation of color #2B7B49: hue angle of 142.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7B49 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 73 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.52 |
| HSL | 142.5º | 0.48% | 0.33% | - |
| HSV(B) | 142.5º | 0.65% | 0.48% | - |
| XYZ | 9.28 | 15.16 | 8.74 | - |
| YUV | 93.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 73 | 0.65 | 0 | 0.41 | 0.52 | 142.5 | 0.48 | 0.33 |
| Hex | 2B | 7B | 49 | 41 | 0 | 29 | 34 | 8E | 30 | 21 |
| Octal | 53 | 173 | 111 | 101 | 0 | 51 | 64 | 216 | 60 | 41 |
| Binary | 101011 | 1111011 | 1001001 | 1000001 | 0 | 101001 | 110100 | 10001110 | 110000 | 100001 |
Color Harmonies of #2B7B49
Complementary color
Monochromatic Colors of #2B7B49
Black with #2B7B49
Text Example
Text Example
White with #2B7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B49; }
p { color: rgb(43,123,73); }
H1.HeaderClassName
{
color: #2B7B49;
}
.AnyTagClassName
{
color: #2B7B49;
}
</style>
background-color css
<style>
a { background-color: #2B7B49; }
a { background-color: rgb(43,123,73); }
div.DivClassName
{
background-color: #2B7B49;
}
.BgClassName
{
background-color: #2B7B49;
}
</style>
border-color css
<style>
span { border-color: #2B7B49; }
span { border-color: rgb(43,123,73); }
td.TdClassName
{
border-color: #2B7B49;
}
.TagClassName
{
border-color: #2B7B49;
}
</style>