Shades of Amazon #2F7250
Tints of Amazon #2F7250
RGB
CMYK
RGB Variations
Color information
#2F7250 (or 0x2F7250) is known color: Amazon. HEX triplet: 2F, 72 and 50. RGB value is (47,114,80). Sum of RGB (Red+Green+Blue) = 47+114+80=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7250 is #D08DAF. Grayscale: #5A5A5A. Windows color (decimal): -13667760 or 5272111. OLE color: 5272111.
HSL color Cylindrical-coordinate representation of color #2F7250: hue angle of 149.55º 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 #2F7250 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 80 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.55 |
| HSL | 149.55º | 0.42% | 0.32% | - |
| HSV(B) | 149.55º | 0.59% | 0.45% | - |
| XYZ | 8.64 | 13.22 | 9.69 | - |
| YUV | 90.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 80 | 0.59 | 0 | 0.30 | 0.55 | 149.55 | 0.42 | 0.32 |
| Hex | 2F | 72 | 50 | 3B | 0 | 1E | 37 | 96 | 2A | 20 |
| Octal | 57 | 162 | 120 | 73 | 0 | 36 | 67 | 226 | 52 | 40 |
| Binary | 101111 | 1110010 | 1010000 | 111011 | 0 | 11110 | 110111 | 10010110 | 101010 | 100000 |
Color Harmonies of #2F7250
Complementary color
Monochromatic Colors of #2F7250
Black with #2F7250
Text Example
Text Example
White with #2F7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7250; }
p { color: rgb(47,114,80); }
H1.HeaderClassName
{
color: #2F7250;
}
.AnyTagClassName
{
color: #2F7250;
}
</style>
background-color css
<style>
a { background-color: #2F7250; }
a { background-color: rgb(47,114,80); }
div.DivClassName
{
background-color: #2F7250;
}
.BgClassName
{
background-color: #2F7250;
}
</style>
border-color css
<style>
span { border-color: #2F7250; }
span { border-color: rgb(47,114,80); }
td.TdClassName
{
border-color: #2F7250;
}
.TagClassName
{
border-color: #2F7250;
}
</style>