Shades of Amazon #2B7353
Tints of Amazon #2B7353
RGB
CMYK
RGB Variations
Color information
#2B7353 (or 0x2B7353) is known color: Amazon. HEX triplet: 2B, 73 and 53. RGB value is (43,115,83). Sum of RGB (Red+Green+Blue) = 43+115+83=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7353 is #D48CAC. Grayscale: #595959. Windows color (decimal): -13929645 or 5468971. OLE color: 5468971.
HSL color Cylindrical-coordinate representation of color #2B7353: hue angle of 153.33º 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 #2B7353 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 83 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.55 |
| HSL | 153.33º | 0.46% | 0.31% | - |
| HSV(B) | 153.33º | 0.63% | 0.45% | - |
| XYZ | 8.69 | 13.4 | 10.31 | - |
| YUV | 89.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 83 | 0.63 | 0 | 0.28 | 0.55 | 153.33 | 0.46 | 0.31 |
| Hex | 2B | 73 | 53 | 3F | 0 | 1C | 37 | 99 | 2E | 1F |
| Octal | 53 | 163 | 123 | 77 | 0 | 34 | 67 | 231 | 56 | 37 |
| Binary | 101011 | 1110011 | 1010011 | 111111 | 0 | 11100 | 110111 | 10011001 | 101110 | 11111 |
Color Harmonies of #2B7353
Complementary color
Monochromatic Colors of #2B7353
Black with #2B7353
Text Example
Text Example
White with #2B7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7353; }
p { color: rgb(43,115,83); }
H1.HeaderClassName
{
color: #2B7353;
}
.AnyTagClassName
{
color: #2B7353;
}
</style>
background-color css
<style>
a { background-color: #2B7353; }
a { background-color: rgb(43,115,83); }
div.DivClassName
{
background-color: #2B7353;
}
.BgClassName
{
background-color: #2B7353;
}
</style>
border-color css
<style>
span { border-color: #2B7353; }
span { border-color: rgb(43,115,83); }
td.TdClassName
{
border-color: #2B7353;
}
.TagClassName
{
border-color: #2B7353;
}
</style>