Shades of Amazon #2B7E46
Tints of Amazon #2B7E46
RGB
CMYK
RGB Variations
Color information
#2B7E46 (or 0x2B7E46) is known color: Amazon. HEX triplet: 2B, 7E and 46. RGB value is (43,126,70). Sum of RGB (Red+Green+Blue) = 43+126+70=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7E46 is #D481B9. Grayscale: #5E5E5E. Windows color (decimal): -13926842 or 4619819. OLE color: 4619819.
HSL color Cylindrical-coordinate representation of color #2B7E46: hue angle of 139.52º 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 #2B7E46 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 70 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.51 |
| HSL | 139.52º | 0.49% | 0.33% | - |
| HSV(B) | 139.52º | 0.66% | 0.49% | - |
| XYZ | 9.56 | 15.88 | 8.36 | - |
| YUV | 94.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 70 | 0.66 | 0 | 0.44 | 0.51 | 139.52 | 0.49 | 0.33 |
| Hex | 2B | 7E | 46 | 42 | 0 | 2C | 33 | 8C | 31 | 21 |
| Octal | 53 | 176 | 106 | 102 | 0 | 54 | 63 | 214 | 61 | 41 |
| Binary | 101011 | 1111110 | 1000110 | 1000010 | 0 | 101100 | 110011 | 10001100 | 110001 | 100001 |
Color Harmonies of #2B7E46
Complementary color
Monochromatic Colors of #2B7E46
Black with #2B7E46
Text Example
Text Example
White with #2B7E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E46; }
p { color: rgb(43,126,70); }
H1.HeaderClassName
{
color: #2B7E46;
}
.AnyTagClassName
{
color: #2B7E46;
}
</style>
background-color css
<style>
a { background-color: #2B7E46; }
a { background-color: rgb(43,126,70); }
div.DivClassName
{
background-color: #2B7E46;
}
.BgClassName
{
background-color: #2B7E46;
}
</style>
border-color css
<style>
span { border-color: #2B7E46; }
span { border-color: rgb(43,126,70); }
td.TdClassName
{
border-color: #2B7E46;
}
.TagClassName
{
border-color: #2B7E46;
}
</style>