Shades of Amazon #2D7B48
Tints of Amazon #2D7B48
RGB
CMYK
RGB Variations
Color information
#2D7B48 (or 0x2D7B48) is known color: Amazon. HEX triplet: 2D, 7B and 48. RGB value is (45,123,72). Sum of RGB (Red+Green+Blue) = 45+123+72=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #2D7B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7B48 is #D284B7. Grayscale: #5D5D5D. Windows color (decimal): -13796536 or 4750125. OLE color: 4750125.
HSL color Cylindrical-coordinate representation of color #2D7B48: hue angle of 140.77º 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 #2D7B48 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 123 | 72 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.52 |
| HSL | 140.77º | 0.46% | 0.33% | - |
| HSV(B) | 140.77º | 0.63% | 0.48% | - |
| XYZ | 9.33 | 15.19 | 8.57 | - |
| YUV | 93.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 72 | 0.63 | 0 | 0.41 | 0.52 | 140.77 | 0.46 | 0.33 |
| Hex | 2D | 7B | 48 | 3F | 0 | 29 | 34 | 8D | 2E | 21 |
| Octal | 55 | 173 | 110 | 77 | 0 | 51 | 64 | 215 | 56 | 41 |
| Binary | 101101 | 1111011 | 1001000 | 111111 | 0 | 101001 | 110100 | 10001101 | 101110 | 100001 |
Color Harmonies of #2D7B48
Complementary color
Monochromatic Colors of #2D7B48
Black with #2D7B48
Text Example
Text Example
White with #2D7B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7B48; }
p { color: rgb(45,123,72); }
H1.HeaderClassName
{
color: #2D7B48;
}
.AnyTagClassName
{
color: #2D7B48;
}
</style>
background-color css
<style>
a { background-color: #2D7B48; }
a { background-color: rgb(45,123,72); }
div.DivClassName
{
background-color: #2D7B48;
}
.BgClassName
{
background-color: #2D7B48;
}
</style>
border-color css
<style>
span { border-color: #2D7B48; }
span { border-color: rgb(45,123,72); }
td.TdClassName
{
border-color: #2D7B48;
}
.TagClassName
{
border-color: #2D7B48;
}
</style>