Shades of Amazon #2F714A
Tints of Amazon #2F714A
RGB
CMYK
RGB Variations
Color information
#2F714A (or 0x2F714A) is known color: Amazon. HEX triplet: 2F, 71 and 4A. RGB value is (47,113,74). Sum of RGB (Red+Green+Blue) = 47+113+74=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #2F714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F714A is #D08EB5. Grayscale: #585858. Windows color (decimal): -13668022 or 4878639. OLE color: 4878639.
HSL color Cylindrical-coordinate representation of color #2F714A: hue angle of 144.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 #2F714A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 74 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.56 |
| HSL | 144.55º | 0.41% | 0.31% | - |
| HSV(B) | 144.55º | 0.58% | 0.44% | - |
| XYZ | 8.31 | 12.91 | 8.53 | - |
| YUV | 88.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 74 | 0.58 | 0 | 0.35 | 0.56 | 144.55 | 0.41 | 0.31 |
| Hex | 2F | 71 | 4A | 3A | 0 | 23 | 38 | 91 | 29 | 1F |
| Octal | 57 | 161 | 112 | 72 | 0 | 43 | 70 | 221 | 51 | 37 |
| Binary | 101111 | 1110001 | 1001010 | 111010 | 0 | 100011 | 111000 | 10010001 | 101001 | 11111 |
Color Harmonies of #2F714A
Complementary color
Monochromatic Colors of #2F714A
Black with #2F714A
Text Example
Text Example
White with #2F714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F714A; }
p { color: rgb(47,113,74); }
H1.HeaderClassName
{
color: #2F714A;
}
.AnyTagClassName
{
color: #2F714A;
}
</style>
background-color css
<style>
a { background-color: #2F714A; }
a { background-color: rgb(47,113,74); }
div.DivClassName
{
background-color: #2F714A;
}
.BgClassName
{
background-color: #2F714A;
}
</style>
border-color css
<style>
span { border-color: #2F714A; }
span { border-color: rgb(47,113,74); }
td.TdClassName
{
border-color: #2F714A;
}
.TagClassName
{
border-color: #2F714A;
}
</style>