Shades of Amazon #2B7759
Tints of Amazon #2B7759
RGB
CMYK
RGB Variations
Color information
#2B7759 (or 0x2B7759) is known color: Amazon. HEX triplet: 2B, 77 and 59. RGB value is (43,119,89). Sum of RGB (Red+Green+Blue) = 43+119+89=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7759 is #D488A6. Grayscale: #5C5C5C. Windows color (decimal): -13928615 or 5863211. OLE color: 5863211.
HSL color Cylindrical-coordinate representation of color #2B7759: hue angle of 156.32º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7759 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 89 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.53 |
| HSL | 156.32º | 0.47% | 0.32% | - |
| HSV(B) | 156.32º | 0.64% | 0.47% | - |
| XYZ | 9.4 | 14.43 | 11.74 | - |
| YUV | 92.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 89 | 0.64 | 0 | 0.25 | 0.53 | 156.32 | 0.47 | 0.32 |
| Hex | 2B | 77 | 59 | 40 | 0 | 19 | 35 | 9C | 2F | 20 |
| Octal | 53 | 167 | 131 | 100 | 0 | 31 | 65 | 234 | 57 | 40 |
| Binary | 101011 | 1110111 | 1011001 | 1000000 | 0 | 11001 | 110101 | 10011100 | 101111 | 100000 |
Color Harmonies of #2B7759
Complementary color
Monochromatic Colors of #2B7759
Black with #2B7759
Text Example
Text Example
White with #2B7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7759; }
p { color: rgb(43,119,89); }
H1.HeaderClassName
{
color: #2B7759;
}
.AnyTagClassName
{
color: #2B7759;
}
</style>
background-color css
<style>
a { background-color: #2B7759; }
a { background-color: rgb(43,119,89); }
div.DivClassName
{
background-color: #2B7759;
}
.BgClassName
{
background-color: #2B7759;
}
</style>
border-color css
<style>
span { border-color: #2B7759; }
span { border-color: rgb(43,119,89); }
td.TdClassName
{
border-color: #2B7759;
}
.TagClassName
{
border-color: #2B7759;
}
</style>