Shades of Amazon #2F8051
Tints of Amazon #2F8051
RGB
CMYK
RGB Variations
Color information
#2F8051 (or 0x2F8051) is known color: Amazon. HEX triplet: 2F, 80 and 51. RGB value is (47,128,81). Sum of RGB (Red+Green+Blue) = 47+128+81=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #2F8051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8051 is #D07FAE. Grayscale: #626262. Windows color (decimal): -13664175 or 5341231. OLE color: 5341231.
HSL color Cylindrical-coordinate representation of color #2F8051: hue angle of 145.19º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F8051 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 128 | 81 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.50 |
| HSL | 145.19º | 0.46% | 0.34% | - |
| HSV(B) | 145.19º | 0.63% | 0.5% | - |
| XYZ | 10.38 | 16.64 | 10.45 | - |
| YUV | 98.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 81 | 0.63 | 0 | 0.37 | 0.50 | 145.19 | 0.46 | 0.34 |
| Hex | 2F | 80 | 51 | 3F | 0 | 25 | 32 | 91 | 2E | 22 |
| Octal | 57 | 200 | 121 | 77 | 0 | 45 | 62 | 221 | 56 | 42 |
| Binary | 101111 | 10000000 | 1010001 | 111111 | 0 | 100101 | 110010 | 10010001 | 101110 | 100010 |
Color Harmonies of #2F8051
Complementary color
Monochromatic Colors of #2F8051
Black with #2F8051
Text Example
Text Example
White with #2F8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8051; }
p { color: rgb(47,128,81); }
H1.HeaderClassName
{
color: #2F8051;
}
.AnyTagClassName
{
color: #2F8051;
}
</style>
background-color css
<style>
a { background-color: #2F8051; }
a { background-color: rgb(47,128,81); }
div.DivClassName
{
background-color: #2F8051;
}
.BgClassName
{
background-color: #2F8051;
}
</style>
border-color css
<style>
span { border-color: #2F8051; }
span { border-color: rgb(47,128,81); }
td.TdClassName
{
border-color: #2F8051;
}
.TagClassName
{
border-color: #2F8051;
}
</style>