Shades of Amazon #2F7C5D
Tints of Amazon #2F7C5D
RGB
CMYK
RGB Variations
Color information
#2F7C5D (or 0x2F7C5D) is known color: Amazon. HEX triplet: 2F, 7C and 5D. RGB value is (47,124,93). Sum of RGB (Red+Green+Blue) = 47+124+93=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #2F7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7C5D is #D083A2. Grayscale: #616161. Windows color (decimal): -13665187 or 6126639. OLE color: 6126639.
HSL color Cylindrical-coordinate representation of color #2F7C5D: hue angle of 155.84º 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 #2F7C5D is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 124 | 93 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.51 |
| HSL | 155.84º | 0.45% | 0.34% | - |
| HSV(B) | 155.84º | 0.62% | 0.49% | - |
| XYZ | 10.36 | 15.81 | 12.86 | - |
| YUV | 97.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 124 | 93 | 0.62 | 0 | 0.25 | 0.51 | 155.84 | 0.45 | 0.34 |
| Hex | 2F | 7C | 5D | 3E | 0 | 19 | 33 | 9C | 2D | 22 |
| Octal | 57 | 174 | 135 | 76 | 0 | 31 | 63 | 234 | 55 | 42 |
| Binary | 101111 | 1111100 | 1011101 | 111110 | 0 | 11001 | 110011 | 10011100 | 101101 | 100010 |
Color Harmonies of #2F7C5D
Complementary color
Monochromatic Colors of #2F7C5D
Black with #2F7C5D
Text Example
Text Example
White with #2F7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7C5D; }
p { color: rgb(47,124,93); }
H1.HeaderClassName
{
color: #2F7C5D;
}
.AnyTagClassName
{
color: #2F7C5D;
}
</style>
background-color css
<style>
a { background-color: #2F7C5D; }
a { background-color: rgb(47,124,93); }
div.DivClassName
{
background-color: #2F7C5D;
}
.BgClassName
{
background-color: #2F7C5D;
}
</style>
border-color css
<style>
span { border-color: #2F7C5D; }
span { border-color: rgb(47,124,93); }
td.TdClassName
{
border-color: #2F7C5D;
}
.TagClassName
{
border-color: #2F7C5D;
}
</style>