Shades of Amazon #2F714E
Tints of Amazon #2F714E
RGB
CMYK
RGB Variations
Color information
#2F714E (or 0x2F714E) is known color: Amazon. HEX triplet: 2F, 71 and 4E. RGB value is (47,113,78). Sum of RGB (Red+Green+Blue) = 47+113+78=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #2F714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F714E is #D08EB1. Grayscale: #595959. Windows color (decimal): -13668018 or 5140783. OLE color: 5140783.
HSL color Cylindrical-coordinate representation of color #2F714E: hue angle of 148.18º 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 #2F714E is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 78 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.56 |
| HSL | 148.18º | 0.41% | 0.31% | - |
| HSV(B) | 148.18º | 0.58% | 0.44% | - |
| XYZ | 8.45 | 12.96 | 9.26 | - |
| YUV | 89.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 78 | 0.58 | 0 | 0.31 | 0.56 | 148.18 | 0.41 | 0.31 |
| Hex | 2F | 71 | 4E | 3A | 0 | 1F | 38 | 94 | 29 | 1F |
| Octal | 57 | 161 | 116 | 72 | 0 | 37 | 70 | 224 | 51 | 37 |
| Binary | 101111 | 1110001 | 1001110 | 111010 | 0 | 11111 | 111000 | 10010100 | 101001 | 11111 |
Color Harmonies of #2F714E
Complementary color
Monochromatic Colors of #2F714E
Black with #2F714E
Text Example
Text Example
White with #2F714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F714E; }
p { color: rgb(47,113,78); }
H1.HeaderClassName
{
color: #2F714E;
}
.AnyTagClassName
{
color: #2F714E;
}
</style>
background-color css
<style>
a { background-color: #2F714E; }
a { background-color: rgb(47,113,78); }
div.DivClassName
{
background-color: #2F714E;
}
.BgClassName
{
background-color: #2F714E;
}
</style>
border-color css
<style>
span { border-color: #2F714E; }
span { border-color: rgb(47,113,78); }
td.TdClassName
{
border-color: #2F714E;
}
.TagClassName
{
border-color: #2F714E;
}
</style>