Shades of Amazon #2F7D5E
Tints of Amazon #2F7D5E
RGB
CMYK
RGB Variations
Color information
#2F7D5E (or 0x2F7D5E) is known color: Amazon. HEX triplet: 2F, 7D and 5E. RGB value is (47,125,94). Sum of RGB (Red+Green+Blue) = 47+125+94=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #2F7D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7D5E is #D082A1. Grayscale: #626262. Windows color (decimal): -13664930 or 6192431. OLE color: 6192431.
HSL color Cylindrical-coordinate representation of color #2F7D5E: hue angle of 156.15º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7D5E is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 125 | 94 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.51 |
| HSL | 156.15º | 0.45% | 0.34% | - |
| HSV(B) | 156.15º | 0.62% | 0.49% | - |
| XYZ | 10.53 | 16.08 | 13.14 | - |
| YUV | 98.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 125 | 94 | 0.62 | 0 | 0.25 | 0.51 | 156.15 | 0.45 | 0.34 |
| Hex | 2F | 7D | 5E | 3E | 0 | 19 | 33 | 9C | 2D | 22 |
| Octal | 57 | 175 | 136 | 76 | 0 | 31 | 63 | 234 | 55 | 42 |
| Binary | 101111 | 1111101 | 1011110 | 111110 | 0 | 11001 | 110011 | 10011100 | 101101 | 100010 |
Color Harmonies of #2F7D5E
Complementary color
Monochromatic Colors of #2F7D5E
Black with #2F7D5E
Text Example
Text Example
White with #2F7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7D5E; }
p { color: rgb(47,125,94); }
H1.HeaderClassName
{
color: #2F7D5E;
}
.AnyTagClassName
{
color: #2F7D5E;
}
</style>
background-color css
<style>
a { background-color: #2F7D5E; }
a { background-color: rgb(47,125,94); }
div.DivClassName
{
background-color: #2F7D5E;
}
.BgClassName
{
background-color: #2F7D5E;
}
</style>
border-color css
<style>
span { border-color: #2F7D5E; }
span { border-color: rgb(47,125,94); }
td.TdClassName
{
border-color: #2F7D5E;
}
.TagClassName
{
border-color: #2F7D5E;
}
</style>