Shades of Amazon #2F7149
Tints of Amazon #2F7149
RGB
CMYK
RGB Variations
Color information
#2F7149 (or 0x2F7149) is known color: Amazon. HEX triplet: 2F, 71 and 49. RGB value is (47,113,73). Sum of RGB (Red+Green+Blue) = 47+113+73=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7149 is #D08EB6. Grayscale: #585858. Windows color (decimal): -13668023 or 4813103. OLE color: 4813103.
HSL color Cylindrical-coordinate representation of color #2F7149: hue angle of 143.64º 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 #2F7149 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 73 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.56 |
| HSL | 143.64º | 0.41% | 0.31% | - |
| HSV(B) | 143.64º | 0.58% | 0.44% | - |
| XYZ | 8.28 | 12.9 | 8.36 | - |
| YUV | 88.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 73 | 0.58 | 0 | 0.35 | 0.56 | 143.64 | 0.41 | 0.31 |
| Hex | 2F | 71 | 49 | 3A | 0 | 23 | 38 | 90 | 29 | 1F |
| Octal | 57 | 161 | 111 | 72 | 0 | 43 | 70 | 220 | 51 | 37 |
| Binary | 101111 | 1110001 | 1001001 | 111010 | 0 | 100011 | 111000 | 10010000 | 101001 | 11111 |
Color Harmonies of #2F7149
Complementary color
Monochromatic Colors of #2F7149
Black with #2F7149
Text Example
Text Example
White with #2F7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7149; }
p { color: rgb(47,113,73); }
H1.HeaderClassName
{
color: #2F7149;
}
.AnyTagClassName
{
color: #2F7149;
}
</style>
background-color css
<style>
a { background-color: #2F7149; }
a { background-color: rgb(47,113,73); }
div.DivClassName
{
background-color: #2F7149;
}
.BgClassName
{
background-color: #2F7149;
}
</style>
border-color css
<style>
span { border-color: #2F7149; }
span { border-color: rgb(47,113,73); }
td.TdClassName
{
border-color: #2F7149;
}
.TagClassName
{
border-color: #2F7149;
}
</style>