Shades of Amazon #2F704D
Tints of Amazon #2F704D
RGB
CMYK
RGB Variations
Color information
#2F704D (or 0x2F704D) is known color: Amazon. HEX triplet: 2F, 70 and 4D. RGB value is (47,112,77). Sum of RGB (Red+Green+Blue) = 47+112+77=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #2F704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F704D is #D08FB2. Grayscale: #585858. Windows color (decimal): -13668275 or 5074991. OLE color: 5074991.
HSL color Cylindrical-coordinate representation of color #2F704D: hue angle of 147.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F704D is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 77 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.56 |
| HSL | 147.69º | 0.41% | 0.31% | - |
| HSV(B) | 147.69º | 0.58% | 0.44% | - |
| XYZ | 8.31 | 12.73 | 9.04 | - |
| YUV | 88.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 77 | 0.58 | 0 | 0.31 | 0.56 | 147.69 | 0.41 | 0.31 |
| Hex | 2F | 70 | 4D | 3A | 0 | 1F | 38 | 94 | 29 | 1F |
| Octal | 57 | 160 | 115 | 72 | 0 | 37 | 70 | 224 | 51 | 37 |
| Binary | 101111 | 1110000 | 1001101 | 111010 | 0 | 11111 | 111000 | 10010100 | 101001 | 11111 |
Color Harmonies of #2F704D
Complementary color
Monochromatic Colors of #2F704D
Black with #2F704D
Text Example
Text Example
White with #2F704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F704D; }
p { color: rgb(47,112,77); }
H1.HeaderClassName
{
color: #2F704D;
}
.AnyTagClassName
{
color: #2F704D;
}
</style>
background-color css
<style>
a { background-color: #2F704D; }
a { background-color: rgb(47,112,77); }
div.DivClassName
{
background-color: #2F704D;
}
.BgClassName
{
background-color: #2F704D;
}
</style>
border-color css
<style>
span { border-color: #2F704D; }
span { border-color: rgb(47,112,77); }
td.TdClassName
{
border-color: #2F704D;
}
.TagClassName
{
border-color: #2F704D;
}
</style>