Shades of Amazon #2F8147
Tints of Amazon #2F8147
RGB
CMYK
RGB Variations
Color information
#2F8147 (or 0x2F8147) is known color: Amazon. HEX triplet: 2F, 81 and 47. RGB value is (47,129,71). Sum of RGB (Red+Green+Blue) = 47+129+71=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8147 is #D07EB8. Grayscale: #626262. Windows color (decimal): -13663929 or 4686127. OLE color: 4686127.
HSL color Cylindrical-coordinate representation of color #2F8147: hue angle of 137.56º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8147 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 71 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.49 |
| HSL | 137.56º | 0.47% | 0.35% | - |
| HSV(B) | 137.56º | 0.64% | 0.51% | - |
| XYZ | 10.16 | 16.76 | 8.66 | - |
| YUV | 97.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 71 | 0.64 | 0 | 0.45 | 0.49 | 137.56 | 0.47 | 0.35 |
| Hex | 2F | 81 | 47 | 40 | 0 | 2D | 31 | 8A | 2F | 23 |
| Octal | 57 | 201 | 107 | 100 | 0 | 55 | 61 | 212 | 57 | 43 |
| Binary | 101111 | 10000001 | 1000111 | 1000000 | 0 | 101101 | 110001 | 10001010 | 101111 | 100011 |
Color Harmonies of #2F8147
Complementary color
Monochromatic Colors of #2F8147
Black with #2F8147
Text Example
Text Example
White with #2F8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8147; }
p { color: rgb(47,129,71); }
H1.HeaderClassName
{
color: #2F8147;
}
.AnyTagClassName
{
color: #2F8147;
}
</style>
background-color css
<style>
a { background-color: #2F8147; }
a { background-color: rgb(47,129,71); }
div.DivClassName
{
background-color: #2F8147;
}
.BgClassName
{
background-color: #2F8147;
}
</style>
border-color css
<style>
span { border-color: #2F8147; }
span { border-color: rgb(47,129,71); }
td.TdClassName
{
border-color: #2F8147;
}
.TagClassName
{
border-color: #2F8147;
}
</style>