Shades of Amazon #2F775B
Tints of Amazon #2F775B
RGB
CMYK
RGB Variations
Color information
#2F775B (or 0x2F775B) is known color: Amazon. HEX triplet: 2F, 77 and 5B. RGB value is (47,119,91). Sum of RGB (Red+Green+Blue) = 47+119+91=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #2F775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F775B is #D088A4. Grayscale: #5E5E5E. Windows color (decimal): -13666469 or 5994287. OLE color: 5994287.
HSL color Cylindrical-coordinate representation of color #2F775B: hue angle of 156.67º 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 #2F775B is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 91 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.53 |
| HSL | 156.67º | 0.43% | 0.33% | - |
| HSV(B) | 156.67º | 0.61% | 0.47% | - |
| XYZ | 9.66 | 14.55 | 12.2 | - |
| YUV | 94.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 91 | 0.61 | 0 | 0.24 | 0.53 | 156.67 | 0.43 | 0.33 |
| Hex | 2F | 77 | 5B | 3D | 0 | 18 | 35 | 9D | 2B | 21 |
| Octal | 57 | 167 | 133 | 75 | 0 | 30 | 65 | 235 | 53 | 41 |
| Binary | 101111 | 1110111 | 1011011 | 111101 | 0 | 11000 | 110101 | 10011101 | 101011 | 100001 |
Color Harmonies of #2F775B
Complementary color
Monochromatic Colors of #2F775B
Black with #2F775B
Text Example
Text Example
White with #2F775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F775B; }
p { color: rgb(47,119,91); }
H1.HeaderClassName
{
color: #2F775B;
}
.AnyTagClassName
{
color: #2F775B;
}
</style>
background-color css
<style>
a { background-color: #2F775B; }
a { background-color: rgb(47,119,91); }
div.DivClassName
{
background-color: #2F775B;
}
.BgClassName
{
background-color: #2F775B;
}
</style>
border-color css
<style>
span { border-color: #2F775B; }
span { border-color: rgb(47,119,91); }
td.TdClassName
{
border-color: #2F775B;
}
.TagClassName
{
border-color: #2F775B;
}
</style>