Shades of Amazon #2B7349
Tints of Amazon #2B7349
RGB
CMYK
RGB Variations
Color information
#2B7349 (or 0x2B7349) is known color: Amazon. HEX triplet: 2B, 73 and 49. RGB value is (43,115,73). Sum of RGB (Red+Green+Blue) = 43+115+73=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7349 is #D48CB6. Grayscale: #585858. Windows color (decimal): -13929655 or 4813611. OLE color: 4813611.
HSL color Cylindrical-coordinate representation of color #2B7349: hue angle of 145º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7349 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 73 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.55 |
| HSL | 145º | 0.46% | 0.31% | - |
| HSV(B) | 145º | 0.63% | 0.45% | - |
| XYZ | 8.33 | 13.26 | 8.42 | - |
| YUV | 88.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 73 | 0.63 | 0 | 0.37 | 0.55 | 145 | 0.46 | 0.31 |
| Hex | 2B | 73 | 49 | 3F | 0 | 25 | 37 | 91 | 2E | 1F |
| Octal | 53 | 163 | 111 | 77 | 0 | 45 | 67 | 221 | 56 | 37 |
| Binary | 101011 | 1110011 | 1001001 | 111111 | 0 | 100101 | 110111 | 10010001 | 101110 | 11111 |
Color Harmonies of #2B7349
Complementary color
Monochromatic Colors of #2B7349
Black with #2B7349
Text Example
Text Example
White with #2B7349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7349; }
p { color: rgb(43,115,73); }
H1.HeaderClassName
{
color: #2B7349;
}
.AnyTagClassName
{
color: #2B7349;
}
</style>
background-color css
<style>
a { background-color: #2B7349; }
a { background-color: rgb(43,115,73); }
div.DivClassName
{
background-color: #2B7349;
}
.BgClassName
{
background-color: #2B7349;
}
</style>
border-color css
<style>
span { border-color: #2B7349; }
span { border-color: rgb(43,115,73); }
td.TdClassName
{
border-color: #2B7349;
}
.TagClassName
{
border-color: #2B7349;
}
</style>