Shades of Amazon #2F7150
Tints of Amazon #2F7150
RGB
CMYK
RGB Variations
Color information
#2F7150 (or 0x2F7150) is known color: Amazon. HEX triplet: 2F, 71 and 50. RGB value is (47,113,80). Sum of RGB (Red+Green+Blue) = 47+113+80=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7150 is #D08EAF. Grayscale: #595959. Windows color (decimal): -13668016 or 5271855. OLE color: 5271855.
HSL color Cylindrical-coordinate representation of color #2F7150: hue angle of 150º 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 #2F7150 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 80 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.56 |
| HSL | 150º | 0.41% | 0.31% | - |
| HSV(B) | 150º | 0.58% | 0.44% | - |
| XYZ | 8.53 | 12.99 | 9.65 | - |
| YUV | 89.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 80 | 0.58 | 0 | 0.29 | 0.56 | 150 | 0.41 | 0.31 |
| Hex | 2F | 71 | 50 | 3A | 0 | 1D | 38 | 96 | 29 | 1F |
| Octal | 57 | 161 | 120 | 72 | 0 | 35 | 70 | 226 | 51 | 37 |
| Binary | 101111 | 1110001 | 1010000 | 111010 | 0 | 11101 | 111000 | 10010110 | 101001 | 11111 |
Color Harmonies of #2F7150
Complementary color
Monochromatic Colors of #2F7150
Black with #2F7150
Text Example
Text Example
White with #2F7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7150; }
p { color: rgb(47,113,80); }
H1.HeaderClassName
{
color: #2F7150;
}
.AnyTagClassName
{
color: #2F7150;
}
</style>
background-color css
<style>
a { background-color: #2F7150; }
a { background-color: rgb(47,113,80); }
div.DivClassName
{
background-color: #2F7150;
}
.BgClassName
{
background-color: #2F7150;
}
</style>
border-color css
<style>
span { border-color: #2F7150; }
span { border-color: rgb(47,113,80); }
td.TdClassName
{
border-color: #2F7150;
}
.TagClassName
{
border-color: #2F7150;
}
</style>