Shades of Amazon #2F7748
Tints of Amazon #2F7748
RGB
CMYK
RGB Variations
Color information
#2F7748 (or 0x2F7748) is known color: Amazon. HEX triplet: 2F, 77 and 48. RGB value is (47,119,72). Sum of RGB (Red+Green+Blue) = 47+119+72=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7748 is #D088B7. Grayscale: #5C5C5C. Windows color (decimal): -13666488 or 4749103. OLE color: 4749103.
HSL color Cylindrical-coordinate representation of color #2F7748: hue angle of 140.83º 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 #2F7748 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 72 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.53 |
| HSL | 140.83º | 0.43% | 0.33% | - |
| HSV(B) | 140.83º | 0.61% | 0.47% | - |
| XYZ | 8.94 | 14.27 | 8.41 | - |
| YUV | 92.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 72 | 0.61 | 0 | 0.39 | 0.53 | 140.83 | 0.43 | 0.33 |
| Hex | 2F | 77 | 48 | 3D | 0 | 27 | 35 | 8D | 2B | 21 |
| Octal | 57 | 167 | 110 | 75 | 0 | 47 | 65 | 215 | 53 | 41 |
| Binary | 101111 | 1110111 | 1001000 | 111101 | 0 | 100111 | 110101 | 10001101 | 101011 | 100001 |
Color Harmonies of #2F7748
Complementary color
Monochromatic Colors of #2F7748
Black with #2F7748
Text Example
Text Example
White with #2F7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7748; }
p { color: rgb(47,119,72); }
H1.HeaderClassName
{
color: #2F7748;
}
.AnyTagClassName
{
color: #2F7748;
}
</style>
background-color css
<style>
a { background-color: #2F7748; }
a { background-color: rgb(47,119,72); }
div.DivClassName
{
background-color: #2F7748;
}
.BgClassName
{
background-color: #2F7748;
}
</style>
border-color css
<style>
span { border-color: #2F7748; }
span { border-color: rgb(47,119,72); }
td.TdClassName
{
border-color: #2F7748;
}
.TagClassName
{
border-color: #2F7748;
}
</style>