Shades of Amazon #2D734C
Tints of Amazon #2D734C
RGB
CMYK
RGB Variations
Color information
#2D734C (or 0x2D734C) is known color: Amazon. HEX triplet: 2D, 73 and 4C. RGB value is (45,115,76). Sum of RGB (Red+Green+Blue) = 45+115+76=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #2D734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D734C is #D28CB3. Grayscale: #595959. Windows color (decimal): -13798580 or 5010221. OLE color: 5010221.
HSL color Cylindrical-coordinate representation of color #2D734C: hue angle of 146.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D734C is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 76 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.55 |
| HSL | 146.57º | 0.44% | 0.31% | - |
| HSV(B) | 146.57º | 0.61% | 0.45% | - |
| XYZ | 8.52 | 13.34 | 8.96 | - |
| YUV | 89.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 76 | 0.61 | 0 | 0.34 | 0.55 | 146.57 | 0.44 | 0.31 |
| Hex | 2D | 73 | 4C | 3D | 0 | 22 | 37 | 93 | 2C | 1F |
| Octal | 55 | 163 | 114 | 75 | 0 | 42 | 67 | 223 | 54 | 37 |
| Binary | 101101 | 1110011 | 1001100 | 111101 | 0 | 100010 | 110111 | 10010011 | 101100 | 11111 |
Color Harmonies of #2D734C
Complementary color
Monochromatic Colors of #2D734C
Black with #2D734C
Text Example
Text Example
White with #2D734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D734C; }
p { color: rgb(45,115,76); }
H1.HeaderClassName
{
color: #2D734C;
}
.AnyTagClassName
{
color: #2D734C;
}
</style>
background-color css
<style>
a { background-color: #2D734C; }
a { background-color: rgb(45,115,76); }
div.DivClassName
{
background-color: #2D734C;
}
.BgClassName
{
background-color: #2D734C;
}
</style>
border-color css
<style>
span { border-color: #2D734C; }
span { border-color: rgb(45,115,76); }
td.TdClassName
{
border-color: #2D734C;
}
.TagClassName
{
border-color: #2D734C;
}
</style>