Shades of Amazon #2F7849
Tints of Amazon #2F7849
RGB
CMYK
RGB Variations
Color information
#2F7849 (or 0x2F7849) is known color: Amazon. HEX triplet: 2F, 78 and 49. RGB value is (47,120,73). Sum of RGB (Red+Green+Blue) = 47+120+73=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7849 is #D087B6. Grayscale: #5C5C5C. Windows color (decimal): -13666231 or 4814895. OLE color: 4814895.
HSL color Cylindrical-coordinate representation of color #2F7849: hue angle of 141.37º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7849 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 73 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.53 |
| HSL | 141.37º | 0.44% | 0.33% | - |
| HSV(B) | 141.37º | 0.61% | 0.47% | - |
| XYZ | 9.09 | 14.52 | 8.63 | - |
| YUV | 92.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 73 | 0.61 | 0 | 0.39 | 0.53 | 141.37 | 0.44 | 0.33 |
| Hex | 2F | 78 | 49 | 3D | 0 | 27 | 35 | 8D | 2C | 21 |
| Octal | 57 | 170 | 111 | 75 | 0 | 47 | 65 | 215 | 54 | 41 |
| Binary | 101111 | 1111000 | 1001001 | 111101 | 0 | 100111 | 110101 | 10001101 | 101100 | 100001 |
Color Harmonies of #2F7849
Complementary color
Monochromatic Colors of #2F7849
Black with #2F7849
Text Example
Text Example
White with #2F7849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7849; }
p { color: rgb(47,120,73); }
H1.HeaderClassName
{
color: #2F7849;
}
.AnyTagClassName
{
color: #2F7849;
}
</style>
background-color css
<style>
a { background-color: #2F7849; }
a { background-color: rgb(47,120,73); }
div.DivClassName
{
background-color: #2F7849;
}
.BgClassName
{
background-color: #2F7849;
}
</style>
border-color css
<style>
span { border-color: #2F7849; }
span { border-color: rgb(47,120,73); }
td.TdClassName
{
border-color: #2F7849;
}
.TagClassName
{
border-color: #2F7849;
}
</style>