Shades of Amazon #2F7E58
Tints of Amazon #2F7E58
RGB
CMYK
RGB Variations
Color information
#2F7E58 (or 0x2F7E58) is known color: Amazon. HEX triplet: 2F, 7E and 58. RGB value is (47,126,88). Sum of RGB (Red+Green+Blue) = 47+126+88=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7E58 is #D081A7. Grayscale: #626262. Windows color (decimal): -13664680 or 5799471. OLE color: 5799471.
HSL color Cylindrical-coordinate representation of color #2F7E58: hue angle of 151.14º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7E58 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 126 | 88 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.51 |
| HSL | 151.14º | 0.46% | 0.34% | - |
| HSV(B) | 151.14º | 0.63% | 0.49% | - |
| XYZ | 10.39 | 16.23 | 11.82 | - |
| YUV | 98.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 126 | 88 | 0.63 | 0 | 0.30 | 0.51 | 151.14 | 0.46 | 0.34 |
| Hex | 2F | 7E | 58 | 3F | 0 | 1E | 33 | 97 | 2E | 22 |
| Octal | 57 | 176 | 130 | 77 | 0 | 36 | 63 | 227 | 56 | 42 |
| Binary | 101111 | 1111110 | 1011000 | 111111 | 0 | 11110 | 110011 | 10010111 | 101110 | 100010 |
Color Harmonies of #2F7E58
Complementary color
Monochromatic Colors of #2F7E58
Black with #2F7E58
Text Example
Text Example
White with #2F7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7E58; }
p { color: rgb(47,126,88); }
H1.HeaderClassName
{
color: #2F7E58;
}
.AnyTagClassName
{
color: #2F7E58;
}
</style>
background-color css
<style>
a { background-color: #2F7E58; }
a { background-color: rgb(47,126,88); }
div.DivClassName
{
background-color: #2F7E58;
}
.BgClassName
{
background-color: #2F7E58;
}
</style>
border-color css
<style>
span { border-color: #2F7E58; }
span { border-color: rgb(47,126,88); }
td.TdClassName
{
border-color: #2F7E58;
}
.TagClassName
{
border-color: #2F7E58;
}
</style>