Shades of Amazon #2D7C5D
Tints of Amazon #2D7C5D
RGB
CMYK
RGB Variations
Color information
#2D7C5D (or 0x2D7C5D) is known color: Amazon. HEX triplet: 2D, 7C and 5D. RGB value is (45,124,93). Sum of RGB (Red+Green+Blue) = 45+124+93=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7C5D is #D283A2. Grayscale: #606060. Windows color (decimal): -13796259 or 6126637. OLE color: 6126637.
HSL color Cylindrical-coordinate representation of color #2D7C5D: hue angle of 156.46º 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 #2D7C5D is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 93 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.51 |
| HSL | 156.46º | 0.47% | 0.33% | - |
| HSV(B) | 156.46º | 0.64% | 0.49% | - |
| XYZ | 10.27 | 15.76 | 12.86 | - |
| YUV | 96.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 93 | 0.64 | 0 | 0.25 | 0.51 | 156.46 | 0.47 | 0.33 |
| Hex | 2D | 7C | 5D | 40 | 0 | 19 | 33 | 9C | 2F | 21 |
| Octal | 55 | 174 | 135 | 100 | 0 | 31 | 63 | 234 | 57 | 41 |
| Binary | 101101 | 1111100 | 1011101 | 1000000 | 0 | 11001 | 110011 | 10011100 | 101111 | 100001 |
Color Harmonies of #2D7C5D
Complementary color
Monochromatic Colors of #2D7C5D
Black with #2D7C5D
Text Example
Text Example
White with #2D7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C5D; }
p { color: rgb(45,124,93); }
H1.HeaderClassName
{
color: #2D7C5D;
}
.AnyTagClassName
{
color: #2D7C5D;
}
</style>
background-color css
<style>
a { background-color: #2D7C5D; }
a { background-color: rgb(45,124,93); }
div.DivClassName
{
background-color: #2D7C5D;
}
.BgClassName
{
background-color: #2D7C5D;
}
</style>
border-color css
<style>
span { border-color: #2D7C5D; }
span { border-color: rgb(45,124,93); }
td.TdClassName
{
border-color: #2D7C5D;
}
.TagClassName
{
border-color: #2D7C5D;
}
</style>