Shades of Amazon #2F7151
Tints of Amazon #2F7151
RGB
CMYK
RGB Variations
Color information
#2F7151 (or 0x2F7151) is known color: Amazon. HEX triplet: 2F, 71 and 51. RGB value is (47,113,81). Sum of RGB (Red+Green+Blue) = 47+113+81=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7151 is #D08EAE. Grayscale: #595959. Windows color (decimal): -13668015 or 5337391. OLE color: 5337391.
HSL color Cylindrical-coordinate representation of color #2F7151: hue angle of 150.91º 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 #2F7151 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 81 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.56 |
| HSL | 150.91º | 0.41% | 0.31% | - |
| HSV(B) | 150.91º | 0.58% | 0.44% | - |
| XYZ | 8.56 | 13.01 | 9.84 | - |
| YUV | 89.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 81 | 0.58 | 0 | 0.28 | 0.56 | 150.91 | 0.41 | 0.31 |
| Hex | 2F | 71 | 51 | 3A | 0 | 1C | 38 | 97 | 29 | 1F |
| Octal | 57 | 161 | 121 | 72 | 0 | 34 | 70 | 227 | 51 | 37 |
| Binary | 101111 | 1110001 | 1010001 | 111010 | 0 | 11100 | 111000 | 10010111 | 101001 | 11111 |
Color Harmonies of #2F7151
Complementary color
Monochromatic Colors of #2F7151
Black with #2F7151
Text Example
Text Example
White with #2F7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7151; }
p { color: rgb(47,113,81); }
H1.HeaderClassName
{
color: #2F7151;
}
.AnyTagClassName
{
color: #2F7151;
}
</style>
background-color css
<style>
a { background-color: #2F7151; }
a { background-color: rgb(47,113,81); }
div.DivClassName
{
background-color: #2F7151;
}
.BgClassName
{
background-color: #2F7151;
}
</style>
border-color css
<style>
span { border-color: #2F7151; }
span { border-color: rgb(47,113,81); }
td.TdClassName
{
border-color: #2F7151;
}
.TagClassName
{
border-color: #2F7151;
}
</style>