Shades of Amazon #2F7950
Tints of Amazon #2F7950
RGB
CMYK
RGB Variations
Color information
#2F7950 (or 0x2F7950) is known color: Amazon. HEX triplet: 2F, 79 and 50. RGB value is (47,121,80). Sum of RGB (Red+Green+Blue) = 47+121+80=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7950 is #D086AF. Grayscale: #5E5E5E. Windows color (decimal): -13665968 or 5273903. OLE color: 5273903.
HSL color Cylindrical-coordinate representation of color #2F7950: hue angle of 146.76º 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 #2F7950 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 80 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.53 |
| HSL | 146.76º | 0.44% | 0.33% | - |
| HSV(B) | 146.76º | 0.61% | 0.47% | - |
| XYZ | 9.46 | 14.86 | 9.96 | - |
| YUV | 94.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 80 | 0.61 | 0 | 0.34 | 0.53 | 146.76 | 0.44 | 0.33 |
| Hex | 2F | 79 | 50 | 3D | 0 | 22 | 35 | 93 | 2C | 21 |
| Octal | 57 | 171 | 120 | 75 | 0 | 42 | 65 | 223 | 54 | 41 |
| Binary | 101111 | 1111001 | 1010000 | 111101 | 0 | 100010 | 110101 | 10010011 | 101100 | 100001 |
Color Harmonies of #2F7950
Complementary color
Monochromatic Colors of #2F7950
Black with #2F7950
Text Example
Text Example
White with #2F7950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7950; }
p { color: rgb(47,121,80); }
H1.HeaderClassName
{
color: #2F7950;
}
.AnyTagClassName
{
color: #2F7950;
}
</style>
background-color css
<style>
a { background-color: #2F7950; }
a { background-color: rgb(47,121,80); }
div.DivClassName
{
background-color: #2F7950;
}
.BgClassName
{
background-color: #2F7950;
}
</style>
border-color css
<style>
span { border-color: #2F7950; }
span { border-color: rgb(47,121,80); }
td.TdClassName
{
border-color: #2F7950;
}
.TagClassName
{
border-color: #2F7950;
}
</style>