Shades of Amazon #2B7E48
Tints of Amazon #2B7E48
RGB
CMYK
RGB Variations
Color information
#2B7E48 (or 0x2B7E48) is known color: Amazon. HEX triplet: 2B, 7E and 48. RGB value is (43,126,72). Sum of RGB (Red+Green+Blue) = 43+126+72=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7E48 is #D481B7. Grayscale: #5F5F5F. Windows color (decimal): -13926840 or 4750891. OLE color: 4750891.
HSL color Cylindrical-coordinate representation of color #2B7E48: hue angle of 140.96º 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 #2B7E48 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 72 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.51 |
| HSL | 140.96º | 0.49% | 0.33% | - |
| HSV(B) | 140.96º | 0.66% | 0.49% | - |
| XYZ | 9.63 | 15.9 | 8.69 | - |
| YUV | 95.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 72 | 0.66 | 0 | 0.43 | 0.51 | 140.96 | 0.49 | 0.33 |
| Hex | 2B | 7E | 48 | 42 | 0 | 2B | 33 | 8D | 31 | 21 |
| Octal | 53 | 176 | 110 | 102 | 0 | 53 | 63 | 215 | 61 | 41 |
| Binary | 101011 | 1111110 | 1001000 | 1000010 | 0 | 101011 | 110011 | 10001101 | 110001 | 100001 |
Color Harmonies of #2B7E48
Complementary color
Monochromatic Colors of #2B7E48
Black with #2B7E48
Text Example
Text Example
White with #2B7E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E48; }
p { color: rgb(43,126,72); }
H1.HeaderClassName
{
color: #2B7E48;
}
.AnyTagClassName
{
color: #2B7E48;
}
</style>
background-color css
<style>
a { background-color: #2B7E48; }
a { background-color: rgb(43,126,72); }
div.DivClassName
{
background-color: #2B7E48;
}
.BgClassName
{
background-color: #2B7E48;
}
</style>
border-color css
<style>
span { border-color: #2B7E48; }
span { border-color: rgb(43,126,72); }
td.TdClassName
{
border-color: #2B7E48;
}
.TagClassName
{
border-color: #2B7E48;
}
</style>