Shades of Amazon #2B7151
Tints of Amazon #2B7151
RGB
CMYK
RGB Variations
Color information
#2B7151 (or 0x2B7151) is known color: Amazon. HEX triplet: 2B, 71 and 51. RGB value is (43,113,81). Sum of RGB (Red+Green+Blue) = 43+113+81=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7151 is #D48EAE. Grayscale: #585858. Windows color (decimal): -13930159 or 5337387. OLE color: 5337387.
HSL color Cylindrical-coordinate representation of color #2B7151: hue angle of 152.57º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7151 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 81 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.56 |
| HSL | 152.57º | 0.45% | 0.31% | - |
| HSV(B) | 152.57º | 0.62% | 0.44% | - |
| XYZ | 8.39 | 12.92 | 9.84 | - |
| YUV | 88.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 81 | 0.62 | 0 | 0.28 | 0.56 | 152.57 | 0.45 | 0.31 |
| Hex | 2B | 71 | 51 | 3E | 0 | 1C | 38 | 99 | 2D | 1F |
| Octal | 53 | 161 | 121 | 76 | 0 | 34 | 70 | 231 | 55 | 37 |
| Binary | 101011 | 1110001 | 1010001 | 111110 | 0 | 11100 | 111000 | 10011001 | 101101 | 11111 |
Color Harmonies of #2B7151
Complementary color
Monochromatic Colors of #2B7151
Black with #2B7151
Text Example
Text Example
White with #2B7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7151; }
p { color: rgb(43,113,81); }
H1.HeaderClassName
{
color: #2B7151;
}
.AnyTagClassName
{
color: #2B7151;
}
</style>
background-color css
<style>
a { background-color: #2B7151; }
a { background-color: rgb(43,113,81); }
div.DivClassName
{
background-color: #2B7151;
}
.BgClassName
{
background-color: #2B7151;
}
</style>
border-color css
<style>
span { border-color: #2B7151; }
span { border-color: rgb(43,113,81); }
td.TdClassName
{
border-color: #2B7151;
}
.TagClassName
{
border-color: #2B7151;
}
</style>