Shades of Amazon #2F704F
Tints of Amazon #2F704F
RGB
CMYK
RGB Variations
Color information
#2F704F (or 0x2F704F) is known color: Amazon. HEX triplet: 2F, 70 and 4F. RGB value is (47,112,79). Sum of RGB (Red+Green+Blue) = 47+112+79=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #2F704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F704F is #D08FB0. Grayscale: #585858. Windows color (decimal): -13668273 or 5206063. OLE color: 5206063.
HSL color Cylindrical-coordinate representation of color #2F704F: hue angle of 149.54º 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 #2F704F is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 79 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.56 |
| HSL | 149.54º | 0.41% | 0.31% | - |
| HSV(B) | 149.54º | 0.58% | 0.44% | - |
| XYZ | 8.38 | 12.76 | 9.42 | - |
| YUV | 88.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 79 | 0.58 | 0 | 0.29 | 0.56 | 149.54 | 0.41 | 0.31 |
| Hex | 2F | 70 | 4F | 3A | 0 | 1D | 38 | 96 | 29 | 1F |
| Octal | 57 | 160 | 117 | 72 | 0 | 35 | 70 | 226 | 51 | 37 |
| Binary | 101111 | 1110000 | 1001111 | 111010 | 0 | 11101 | 111000 | 10010110 | 101001 | 11111 |
Color Harmonies of #2F704F
Complementary color
Monochromatic Colors of #2F704F
Black with #2F704F
Text Example
Text Example
White with #2F704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F704F; }
p { color: rgb(47,112,79); }
H1.HeaderClassName
{
color: #2F704F;
}
.AnyTagClassName
{
color: #2F704F;
}
</style>
background-color css
<style>
a { background-color: #2F704F; }
a { background-color: rgb(47,112,79); }
div.DivClassName
{
background-color: #2F704F;
}
.BgClassName
{
background-color: #2F704F;
}
</style>
border-color css
<style>
span { border-color: #2F704F; }
span { border-color: rgb(47,112,79); }
td.TdClassName
{
border-color: #2F704F;
}
.TagClassName
{
border-color: #2F704F;
}
</style>