Shades of Amazon #2D704E
Tints of Amazon #2D704E
RGB
CMYK
RGB Variations
Color information
#2D704E (or 0x2D704E) is known color: Amazon. HEX triplet: 2D, 70 and 4E. RGB value is (45,112,78). Sum of RGB (Red+Green+Blue) = 45+112+78=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #2D704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D704E is #D28FB1. Grayscale: #585858. Windows color (decimal): -13799346 or 5140525. OLE color: 5140525.
HSL color Cylindrical-coordinate representation of color #2D704E: hue angle of 149.55º 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 #2D704E is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 78 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.56 |
| HSL | 149.55º | 0.43% | 0.31% | - |
| HSV(B) | 149.55º | 0.6% | 0.44% | - |
| XYZ | 8.25 | 12.7 | 9.22 | - |
| YUV | 88.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 78 | 0.60 | 0 | 0.30 | 0.56 | 149.55 | 0.43 | 0.31 |
| Hex | 2D | 70 | 4E | 3C | 0 | 1E | 38 | 96 | 2B | 1F |
| Octal | 55 | 160 | 116 | 74 | 0 | 36 | 70 | 226 | 53 | 37 |
| Binary | 101101 | 1110000 | 1001110 | 111100 | 0 | 11110 | 111000 | 10010110 | 101011 | 11111 |
Color Harmonies of #2D704E
Complementary color
Monochromatic Colors of #2D704E
Black with #2D704E
Text Example
Text Example
White with #2D704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D704E; }
p { color: rgb(45,112,78); }
H1.HeaderClassName
{
color: #2D704E;
}
.AnyTagClassName
{
color: #2D704E;
}
</style>
background-color css
<style>
a { background-color: #2D704E; }
a { background-color: rgb(45,112,78); }
div.DivClassName
{
background-color: #2D704E;
}
.BgClassName
{
background-color: #2D704E;
}
</style>
border-color css
<style>
span { border-color: #2D704E; }
span { border-color: rgb(45,112,78); }
td.TdClassName
{
border-color: #2D704E;
}
.TagClassName
{
border-color: #2D704E;
}
</style>