Shades of Amazon #2F774C
Tints of Amazon #2F774C
RGB
CMYK
RGB Variations
Color information
#2F774C (or 0x2F774C) is known color: Amazon. HEX triplet: 2F, 77 and 4C. RGB value is (47,119,76). Sum of RGB (Red+Green+Blue) = 47+119+76=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #2F774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F774C is #D088B3. Grayscale: #5C5C5C. Windows color (decimal): -13666484 or 5011247. OLE color: 5011247.
HSL color Cylindrical-coordinate representation of color #2F774C: hue angle of 144.17º 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 #2F774C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 76 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.53 |
| HSL | 144.17º | 0.43% | 0.33% | - |
| HSV(B) | 144.17º | 0.61% | 0.47% | - |
| XYZ | 9.07 | 14.32 | 9.12 | - |
| YUV | 92.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 76 | 0.61 | 0 | 0.36 | 0.53 | 144.17 | 0.43 | 0.33 |
| Hex | 2F | 77 | 4C | 3D | 0 | 24 | 35 | 90 | 2B | 21 |
| Octal | 57 | 167 | 114 | 75 | 0 | 44 | 65 | 220 | 53 | 41 |
| Binary | 101111 | 1110111 | 1001100 | 111101 | 0 | 100100 | 110101 | 10010000 | 101011 | 100001 |
Color Harmonies of #2F774C
Complementary color
Monochromatic Colors of #2F774C
Black with #2F774C
Text Example
Text Example
White with #2F774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F774C; }
p { color: rgb(47,119,76); }
H1.HeaderClassName
{
color: #2F774C;
}
.AnyTagClassName
{
color: #2F774C;
}
</style>
background-color css
<style>
a { background-color: #2F774C; }
a { background-color: rgb(47,119,76); }
div.DivClassName
{
background-color: #2F774C;
}
.BgClassName
{
background-color: #2F774C;
}
</style>
border-color css
<style>
span { border-color: #2F774C; }
span { border-color: rgb(47,119,76); }
td.TdClassName
{
border-color: #2F774C;
}
.TagClassName
{
border-color: #2F774C;
}
</style>