Shades of Amazon #2D7B49
Tints of Amazon #2D7B49
RGB
CMYK
RGB Variations
Color information
#2D7B49 (or 0x2D7B49) is known color: Amazon. HEX triplet: 2D, 7B and 49. RGB value is (45,123,73). Sum of RGB (Red+Green+Blue) = 45+123+73=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7B49 is #D284B6. Grayscale: #5E5E5E. Windows color (decimal): -13796535 or 4815661. OLE color: 4815661.
HSL color Cylindrical-coordinate representation of color #2D7B49: hue angle of 141.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7B49 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 123 | 73 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.52 |
| HSL | 141.54º | 0.46% | 0.33% | - |
| HSV(B) | 141.54º | 0.63% | 0.48% | - |
| XYZ | 9.37 | 15.2 | 8.74 | - |
| YUV | 93.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 73 | 0.63 | 0 | 0.41 | 0.52 | 141.54 | 0.46 | 0.33 |
| Hex | 2D | 7B | 49 | 3F | 0 | 29 | 34 | 8E | 2E | 21 |
| Octal | 55 | 173 | 111 | 77 | 0 | 51 | 64 | 216 | 56 | 41 |
| Binary | 101101 | 1111011 | 1001001 | 111111 | 0 | 101001 | 110100 | 10001110 | 101110 | 100001 |
Color Harmonies of #2D7B49
Complementary color
Monochromatic Colors of #2D7B49
Black with #2D7B49
Text Example
Text Example
White with #2D7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7B49; }
p { color: rgb(45,123,73); }
H1.HeaderClassName
{
color: #2D7B49;
}
.AnyTagClassName
{
color: #2D7B49;
}
</style>
background-color css
<style>
a { background-color: #2D7B49; }
a { background-color: rgb(45,123,73); }
div.DivClassName
{
background-color: #2D7B49;
}
.BgClassName
{
background-color: #2D7B49;
}
</style>
border-color css
<style>
span { border-color: #2D7B49; }
span { border-color: rgb(45,123,73); }
td.TdClassName
{
border-color: #2D7B49;
}
.TagClassName
{
border-color: #2D7B49;
}
</style>