Shades of Amazon #2F724C
Tints of Amazon #2F724C
RGB
CMYK
RGB Variations
Color information
#2F724C (or 0x2F724C) is known color: Amazon. HEX triplet: 2F, 72 and 4C. RGB value is (47,114,76). Sum of RGB (Red+Green+Blue) = 47+114+76=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #2F724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F724C is #D08DB3. Grayscale: #595959. Windows color (decimal): -13667764 or 5009967. OLE color: 5009967.
HSL color Cylindrical-coordinate representation of color #2F724C: hue angle of 145.97º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F724C is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 76 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.55 |
| HSL | 145.97º | 0.42% | 0.32% | - |
| HSV(B) | 145.97º | 0.59% | 0.45% | - |
| XYZ | 8.49 | 13.16 | 8.93 | - |
| YUV | 89.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 76 | 0.59 | 0 | 0.33 | 0.55 | 145.97 | 0.42 | 0.32 |
| Hex | 2F | 72 | 4C | 3B | 0 | 21 | 37 | 92 | 2A | 20 |
| Octal | 57 | 162 | 114 | 73 | 0 | 41 | 67 | 222 | 52 | 40 |
| Binary | 101111 | 1110010 | 1001100 | 111011 | 0 | 100001 | 110111 | 10010010 | 101010 | 100000 |
Color Harmonies of #2F724C
Complementary color
Monochromatic Colors of #2F724C
Black with #2F724C
Text Example
Text Example
White with #2F724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F724C; }
p { color: rgb(47,114,76); }
H1.HeaderClassName
{
color: #2F724C;
}
.AnyTagClassName
{
color: #2F724C;
}
</style>
background-color css
<style>
a { background-color: #2F724C; }
a { background-color: rgb(47,114,76); }
div.DivClassName
{
background-color: #2F724C;
}
.BgClassName
{
background-color: #2F724C;
}
</style>
border-color css
<style>
span { border-color: #2F724C; }
span { border-color: rgb(47,114,76); }
td.TdClassName
{
border-color: #2F724C;
}
.TagClassName
{
border-color: #2F724C;
}
</style>