Shades of Amazon #2D7A54
Tints of Amazon #2D7A54
RGB
CMYK
RGB Variations
Color information
#2D7A54 (or 0x2D7A54) is known color: Amazon. HEX triplet: 2D, 7A and 54. RGB value is (45,122,84). Sum of RGB (Red+Green+Blue) = 45+122+84=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7A54 is #D285AB. Grayscale: #5E5E5E. Windows color (decimal): -13796780 or 5536301. OLE color: 5536301.
HSL color Cylindrical-coordinate representation of color #2D7A54: hue angle of 150.39º 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 #2D7A54 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 122 | 84 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.52 |
| HSL | 150.39º | 0.46% | 0.33% | - |
| HSV(B) | 150.39º | 0.63% | 0.48% | - |
| XYZ | 9.64 | 15.12 | 10.8 | - |
| YUV | 94.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 84 | 0.63 | 0 | 0.31 | 0.52 | 150.39 | 0.46 | 0.33 |
| Hex | 2D | 7A | 54 | 3F | 0 | 1F | 34 | 96 | 2E | 21 |
| Octal | 55 | 172 | 124 | 77 | 0 | 37 | 64 | 226 | 56 | 41 |
| Binary | 101101 | 1111010 | 1010100 | 111111 | 0 | 11111 | 110100 | 10010110 | 101110 | 100001 |
Color Harmonies of #2D7A54
Complementary color
Monochromatic Colors of #2D7A54
Black with #2D7A54
Text Example
Text Example
White with #2D7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7A54; }
p { color: rgb(45,122,84); }
H1.HeaderClassName
{
color: #2D7A54;
}
.AnyTagClassName
{
color: #2D7A54;
}
</style>
background-color css
<style>
a { background-color: #2D7A54; }
a { background-color: rgb(45,122,84); }
div.DivClassName
{
background-color: #2D7A54;
}
.BgClassName
{
background-color: #2D7A54;
}
</style>
border-color css
<style>
span { border-color: #2D7A54; }
span { border-color: rgb(45,122,84); }
td.TdClassName
{
border-color: #2D7A54;
}
.TagClassName
{
border-color: #2D7A54;
}
</style>