Shades of Amazon #2F775D
Tints of Amazon #2F775D
RGB
CMYK
RGB Variations
Color information
#2F775D (or 0x2F775D) is known color: Amazon. HEX triplet: 2F, 77 and 5D. RGB value is (47,119,93). Sum of RGB (Red+Green+Blue) = 47+119+93=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #2F775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F775D is #D088A2. Grayscale: #5E5E5E. Windows color (decimal): -13666467 or 6125359. OLE color: 6125359.
HSL color Cylindrical-coordinate representation of color #2F775D: hue angle of 158.33º degrees, saturation: 0.43, 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 #2F775D is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 93 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.53 |
| HSL | 158.33º | 0.43% | 0.33% | - |
| HSV(B) | 158.33º | 0.61% | 0.47% | - |
| XYZ | 9.74 | 14.59 | 12.66 | - |
| YUV | 94.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 93 | 0.61 | 0 | 0.22 | 0.53 | 158.33 | 0.43 | 0.33 |
| Hex | 2F | 77 | 5D | 3D | 0 | 16 | 35 | 9E | 2B | 21 |
| Octal | 57 | 167 | 135 | 75 | 0 | 26 | 65 | 236 | 53 | 41 |
| Binary | 101111 | 1110111 | 1011101 | 111101 | 0 | 10110 | 110101 | 10011110 | 101011 | 100001 |
Color Harmonies of #2F775D
Complementary color
Monochromatic Colors of #2F775D
Black with #2F775D
Text Example
Text Example
White with #2F775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F775D; }
p { color: rgb(47,119,93); }
H1.HeaderClassName
{
color: #2F775D;
}
.AnyTagClassName
{
color: #2F775D;
}
</style>
background-color css
<style>
a { background-color: #2F775D; }
a { background-color: rgb(47,119,93); }
div.DivClassName
{
background-color: #2F775D;
}
.BgClassName
{
background-color: #2F775D;
}
</style>
border-color css
<style>
span { border-color: #2F775D; }
span { border-color: rgb(47,119,93); }
td.TdClassName
{
border-color: #2F775D;
}
.TagClassName
{
border-color: #2F775D;
}
</style>