Shades of Amazon #2F785D
Tints of Amazon #2F785D
RGB
CMYK
RGB Variations
Color information
#2F785D (or 0x2F785D) is known color: Amazon. HEX triplet: 2F, 78 and 5D. RGB value is (47,120,93). Sum of RGB (Red+Green+Blue) = 47+120+93=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #2F785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F785D is #D087A2. Grayscale: #5F5F5F. Windows color (decimal): -13666211 or 6125615. OLE color: 6125615.
HSL color Cylindrical-coordinate representation of color #2F785D: hue angle of 157.81º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F785D is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 93 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.53 |
| HSL | 157.81º | 0.44% | 0.33% | - |
| HSV(B) | 157.81º | 0.61% | 0.47% | - |
| XYZ | 9.86 | 14.83 | 12.7 | - |
| YUV | 95.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 93 | 0.61 | 0 | 0.22 | 0.53 | 157.81 | 0.44 | 0.33 |
| Hex | 2F | 78 | 5D | 3D | 0 | 16 | 35 | 9E | 2C | 21 |
| Octal | 57 | 170 | 135 | 75 | 0 | 26 | 65 | 236 | 54 | 41 |
| Binary | 101111 | 1111000 | 1011101 | 111101 | 0 | 10110 | 110101 | 10011110 | 101100 | 100001 |
Color Harmonies of #2F785D
Complementary color
Monochromatic Colors of #2F785D
Black with #2F785D
Text Example
Text Example
White with #2F785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F785D; }
p { color: rgb(47,120,93); }
H1.HeaderClassName
{
color: #2F785D;
}
.AnyTagClassName
{
color: #2F785D;
}
</style>
background-color css
<style>
a { background-color: #2F785D; }
a { background-color: rgb(47,120,93); }
div.DivClassName
{
background-color: #2F785D;
}
.BgClassName
{
background-color: #2F785D;
}
</style>
border-color css
<style>
span { border-color: #2F785D; }
span { border-color: rgb(47,120,93); }
td.TdClassName
{
border-color: #2F785D;
}
.TagClassName
{
border-color: #2F785D;
}
</style>