Shades of Amazon #2B8147
Tints of Amazon #2B8147
RGB
CMYK
RGB Variations
Color information
#2B8147 (or 0x2B8147) is known color: Amazon. HEX triplet: 2B, 81 and 47. RGB value is (43,129,71). Sum of RGB (Red+Green+Blue) = 43+129+71=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8147 is #D47EB8. Grayscale: #606060. Windows color (decimal): -13926073 or 4686123. OLE color: 4686123.
HSL color Cylindrical-coordinate representation of color #2B8147: hue angle of 139.53º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8147 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 71 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.49 |
| HSL | 139.53º | 0.5% | 0.34% | - |
| HSV(B) | 139.53º | 0.67% | 0.51% | - |
| XYZ | 9.98 | 16.67 | 8.65 | - |
| YUV | 96.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 71 | 0.67 | 0 | 0.45 | 0.49 | 139.53 | 0.5 | 0.34 |
| Hex | 2B | 81 | 47 | 43 | 0 | 2D | 31 | 8C | 32 | 22 |
| Octal | 53 | 201 | 107 | 103 | 0 | 55 | 61 | 214 | 62 | 42 |
| Binary | 101011 | 10000001 | 1000111 | 1000011 | 0 | 101101 | 110001 | 10001100 | 110010 | 100010 |
Color Harmonies of #2B8147
Complementary color
Monochromatic Colors of #2B8147
Black with #2B8147
Text Example
Text Example
White with #2B8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8147; }
p { color: rgb(43,129,71); }
H1.HeaderClassName
{
color: #2B8147;
}
.AnyTagClassName
{
color: #2B8147;
}
</style>
background-color css
<style>
a { background-color: #2B8147; }
a { background-color: rgb(43,129,71); }
div.DivClassName
{
background-color: #2B8147;
}
.BgClassName
{
background-color: #2B8147;
}
</style>
border-color css
<style>
span { border-color: #2B8147; }
span { border-color: rgb(43,129,71); }
td.TdClassName
{
border-color: #2B8147;
}
.TagClassName
{
border-color: #2B8147;
}
</style>