Shades of Amazon #2F785C
Tints of Amazon #2F785C
RGB
CMYK
RGB Variations
Color information
#2F785C (or 0x2F785C) is known color: Amazon. HEX triplet: 2F, 78 and 5C. RGB value is (47,120,92). Sum of RGB (Red+Green+Blue) = 47+120+92=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #2F785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F785C is #D087A3. Grayscale: #5F5F5F. Windows color (decimal): -13666212 or 6060079. OLE color: 6060079.
HSL color Cylindrical-coordinate representation of color #2F785C: hue angle of 156.99º 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 #2F785C is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 92 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.53 |
| HSL | 156.99º | 0.44% | 0.33% | - |
| HSV(B) | 156.99º | 0.61% | 0.47% | - |
| XYZ | 9.82 | 14.81 | 12.47 | - |
| YUV | 94.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 92 | 0.61 | 0 | 0.23 | 0.53 | 156.99 | 0.44 | 0.33 |
| Hex | 2F | 78 | 5C | 3D | 0 | 17 | 35 | 9D | 2C | 21 |
| Octal | 57 | 170 | 134 | 75 | 0 | 27 | 65 | 235 | 54 | 41 |
| Binary | 101111 | 1111000 | 1011100 | 111101 | 0 | 10111 | 110101 | 10011101 | 101100 | 100001 |
Color Harmonies of #2F785C
Complementary color
Monochromatic Colors of #2F785C
Black with #2F785C
Text Example
Text Example
White with #2F785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F785C; }
p { color: rgb(47,120,92); }
H1.HeaderClassName
{
color: #2F785C;
}
.AnyTagClassName
{
color: #2F785C;
}
</style>
background-color css
<style>
a { background-color: #2F785C; }
a { background-color: rgb(47,120,92); }
div.DivClassName
{
background-color: #2F785C;
}
.BgClassName
{
background-color: #2F785C;
}
</style>
border-color css
<style>
span { border-color: #2F785C; }
span { border-color: rgb(47,120,92); }
td.TdClassName
{
border-color: #2F785C;
}
.TagClassName
{
border-color: #2F785C;
}
</style>