Shades of Amazon #2D704F
Tints of Amazon #2D704F
RGB
CMYK
RGB Variations
Color information
#2D704F (or 0x2D704F) is known color: Amazon. HEX triplet: 2D, 70 and 4F. RGB value is (45,112,79). Sum of RGB (Red+Green+Blue) = 45+112+79=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #2D704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D704F is #D28FB0. Grayscale: #585858. Windows color (decimal): -13799345 or 5206061. OLE color: 5206061.
HSL color Cylindrical-coordinate representation of color #2D704F: hue angle of 150.45º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D704F is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 79 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.56 |
| HSL | 150.45º | 0.43% | 0.31% | - |
| HSV(B) | 150.45º | 0.6% | 0.44% | - |
| XYZ | 8.29 | 12.71 | 9.41 | - |
| YUV | 88.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 79 | 0.60 | 0 | 0.29 | 0.56 | 150.45 | 0.43 | 0.31 |
| Hex | 2D | 70 | 4F | 3C | 0 | 1D | 38 | 96 | 2B | 1F |
| Octal | 55 | 160 | 117 | 74 | 0 | 35 | 70 | 226 | 53 | 37 |
| Binary | 101101 | 1110000 | 1001111 | 111100 | 0 | 11101 | 111000 | 10010110 | 101011 | 11111 |
Color Harmonies of #2D704F
Complementary color
Monochromatic Colors of #2D704F
Black with #2D704F
Text Example
Text Example
White with #2D704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D704F; }
p { color: rgb(45,112,79); }
H1.HeaderClassName
{
color: #2D704F;
}
.AnyTagClassName
{
color: #2D704F;
}
</style>
background-color css
<style>
a { background-color: #2D704F; }
a { background-color: rgb(45,112,79); }
div.DivClassName
{
background-color: #2D704F;
}
.BgClassName
{
background-color: #2D704F;
}
</style>
border-color css
<style>
span { border-color: #2D704F; }
span { border-color: rgb(45,112,79); }
td.TdClassName
{
border-color: #2D704F;
}
.TagClassName
{
border-color: #2D704F;
}
</style>