Shades of Amazon #2F7155
Tints of Amazon #2F7155
RGB
CMYK
RGB Variations
Color information
#2F7155 (or 0x2F7155) is known color: Amazon. HEX triplet: 2F, 71 and 55. RGB value is (47,113,85). Sum of RGB (Red+Green+Blue) = 47+113+85=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7155 is #D08EAA. Grayscale: #5A5A5A. Windows color (decimal): -13668011 or 5599535. OLE color: 5599535.
HSL color Cylindrical-coordinate representation of color #2F7155: hue angle of 154.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7155 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 85 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.56 |
| HSL | 154.55º | 0.41% | 0.31% | - |
| HSV(B) | 154.55º | 0.58% | 0.44% | - |
| XYZ | 8.72 | 13.07 | 10.66 | - |
| YUV | 90.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 85 | 0.58 | 0 | 0.25 | 0.56 | 154.55 | 0.41 | 0.31 |
| Hex | 2F | 71 | 55 | 3A | 0 | 19 | 38 | 9B | 29 | 1F |
| Octal | 57 | 161 | 125 | 72 | 0 | 31 | 70 | 233 | 51 | 37 |
| Binary | 101111 | 1110001 | 1010101 | 111010 | 0 | 11001 | 111000 | 10011011 | 101001 | 11111 |
Color Harmonies of #2F7155
Complementary color
Monochromatic Colors of #2F7155
Black with #2F7155
Text Example
Text Example
White with #2F7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7155; }
p { color: rgb(47,113,85); }
H1.HeaderClassName
{
color: #2F7155;
}
.AnyTagClassName
{
color: #2F7155;
}
</style>
background-color css
<style>
a { background-color: #2F7155; }
a { background-color: rgb(47,113,85); }
div.DivClassName
{
background-color: #2F7155;
}
.BgClassName
{
background-color: #2F7155;
}
</style>
border-color css
<style>
span { border-color: #2F7155; }
span { border-color: rgb(47,113,85); }
td.TdClassName
{
border-color: #2F7155;
}
.TagClassName
{
border-color: #2F7155;
}
</style>