Shades of Amazon #2F774B
Tints of Amazon #2F774B
RGB
CMYK
RGB Variations
Color information
#2F774B (or 0x2F774B) is known color: Amazon. HEX triplet: 2F, 77 and 4B. RGB value is (47,119,75). Sum of RGB (Red+Green+Blue) = 47+119+75=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #2F774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F774B is #D088B4. Grayscale: #5C5C5C. Windows color (decimal): -13666485 or 4945711. OLE color: 4945711.
HSL color Cylindrical-coordinate representation of color #2F774B: hue angle of 143.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 #2F774B is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 75 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.53 |
| HSL | 143.33º | 0.43% | 0.33% | - |
| HSV(B) | 143.33º | 0.61% | 0.47% | - |
| XYZ | 9.04 | 14.31 | 8.94 | - |
| YUV | 92.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 75 | 0.61 | 0 | 0.37 | 0.53 | 143.33 | 0.43 | 0.33 |
| Hex | 2F | 77 | 4B | 3D | 0 | 25 | 35 | 8F | 2B | 21 |
| Octal | 57 | 167 | 113 | 75 | 0 | 45 | 65 | 217 | 53 | 41 |
| Binary | 101111 | 1110111 | 1001011 | 111101 | 0 | 100101 | 110101 | 10001111 | 101011 | 100001 |
Color Harmonies of #2F774B
Complementary color
Monochromatic Colors of #2F774B
Black with #2F774B
Text Example
Text Example
White with #2F774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F774B; }
p { color: rgb(47,119,75); }
H1.HeaderClassName
{
color: #2F774B;
}
.AnyTagClassName
{
color: #2F774B;
}
</style>
background-color css
<style>
a { background-color: #2F774B; }
a { background-color: rgb(47,119,75); }
div.DivClassName
{
background-color: #2F774B;
}
.BgClassName
{
background-color: #2F774B;
}
</style>
border-color css
<style>
span { border-color: #2F774B; }
span { border-color: rgb(47,119,75); }
td.TdClassName
{
border-color: #2F774B;
}
.TagClassName
{
border-color: #2F774B;
}
</style>