Shades of Amazon #2D7C56
Tints of Amazon #2D7C56
RGB
CMYK
RGB Variations
Color information
#2D7C56 (or 0x2D7C56) is known color: Amazon. HEX triplet: 2D, 7C and 56. RGB value is (45,124,86). Sum of RGB (Red+Green+Blue) = 45+124+86=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7C56 is #D283A9. Grayscale: #606060. Windows color (decimal): -13796266 or 5667885. OLE color: 5667885.
HSL color Cylindrical-coordinate representation of color #2D7C56: hue angle of 151.14º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C56 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 86 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.51 |
| HSL | 151.14º | 0.47% | 0.33% | - |
| HSV(B) | 151.14º | 0.64% | 0.49% | - |
| XYZ | 9.97 | 15.65 | 11.3 | - |
| YUV | 96.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 86 | 0.64 | 0 | 0.31 | 0.51 | 151.14 | 0.47 | 0.33 |
| Hex | 2D | 7C | 56 | 40 | 0 | 1F | 33 | 97 | 2F | 21 |
| Octal | 55 | 174 | 126 | 100 | 0 | 37 | 63 | 227 | 57 | 41 |
| Binary | 101101 | 1111100 | 1010110 | 1000000 | 0 | 11111 | 110011 | 10010111 | 101111 | 100001 |
Color Harmonies of #2D7C56
Complementary color
Monochromatic Colors of #2D7C56
Black with #2D7C56
Text Example
Text Example
White with #2D7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C56; }
p { color: rgb(45,124,86); }
H1.HeaderClassName
{
color: #2D7C56;
}
.AnyTagClassName
{
color: #2D7C56;
}
</style>
background-color css
<style>
a { background-color: #2D7C56; }
a { background-color: rgb(45,124,86); }
div.DivClassName
{
background-color: #2D7C56;
}
.BgClassName
{
background-color: #2D7C56;
}
</style>
border-color css
<style>
span { border-color: #2D7C56; }
span { border-color: rgb(45,124,86); }
td.TdClassName
{
border-color: #2D7C56;
}
.TagClassName
{
border-color: #2D7C56;
}
</style>