Shades of Amazon #2B7E51
Tints of Amazon #2B7E51
RGB
CMYK
RGB Variations
Color information
#2B7E51 (or 0x2B7E51) is known color: Amazon. HEX triplet: 2B, 7E and 51. RGB value is (43,126,81). Sum of RGB (Red+Green+Blue) = 43+126+81=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E51 is #D481AE. Grayscale: #606060. Windows color (decimal): -13926831 or 5340715. OLE color: 5340715.
HSL color Cylindrical-coordinate representation of color #2B7E51: hue angle of 147.47º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7E51 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 81 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.51 |
| HSL | 147.47º | 0.49% | 0.33% | - |
| HSV(B) | 147.47º | 0.66% | 0.49% | - |
| XYZ | 9.94 | 16.03 | 10.35 | - |
| YUV | 96.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 81 | 0.66 | 0 | 0.36 | 0.51 | 147.47 | 0.49 | 0.33 |
| Hex | 2B | 7E | 51 | 42 | 0 | 24 | 33 | 93 | 31 | 21 |
| Octal | 53 | 176 | 121 | 102 | 0 | 44 | 63 | 223 | 61 | 41 |
| Binary | 101011 | 1111110 | 1010001 | 1000010 | 0 | 100100 | 110011 | 10010011 | 110001 | 100001 |
Color Harmonies of #2B7E51
Complementary color
Monochromatic Colors of #2B7E51
Black with #2B7E51
Text Example
Text Example
White with #2B7E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E51; }
p { color: rgb(43,126,81); }
H1.HeaderClassName
{
color: #2B7E51;
}
.AnyTagClassName
{
color: #2B7E51;
}
</style>
background-color css
<style>
a { background-color: #2B7E51; }
a { background-color: rgb(43,126,81); }
div.DivClassName
{
background-color: #2B7E51;
}
.BgClassName
{
background-color: #2B7E51;
}
</style>
border-color css
<style>
span { border-color: #2B7E51; }
span { border-color: rgb(43,126,81); }
td.TdClassName
{
border-color: #2B7E51;
}
.TagClassName
{
border-color: #2B7E51;
}
</style>