Shades of Amazon #2F8546
Tints of Amazon #2F8546
RGB
CMYK
RGB Variations
Color information
#2F8546 (or 0x2F8546) is known color: Amazon. HEX triplet: 2F, 85 and 46. RGB value is (47,133,70). Sum of RGB (Red+Green+Blue) = 47+133+70=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8546 is #D07AB9. Grayscale: #646464. Windows color (decimal): -13662906 or 4621615. OLE color: 4621615.
HSL color Cylindrical-coordinate representation of color #2F8546: hue angle of 136.05º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8546 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 70 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.48 |
| HSL | 136.05º | 0.48% | 0.35% | - |
| HSV(B) | 136.05º | 0.65% | 0.52% | - |
| XYZ | 10.67 | 17.82 | 8.67 | - |
| YUV | 100.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 70 | 0.65 | 0 | 0.47 | 0.48 | 136.05 | 0.48 | 0.35 |
| Hex | 2F | 85 | 46 | 41 | 0 | 2F | 30 | 88 | 30 | 23 |
| Octal | 57 | 205 | 106 | 101 | 0 | 57 | 60 | 210 | 60 | 43 |
| Binary | 101111 | 10000101 | 1000110 | 1000001 | 0 | 101111 | 110000 | 10001000 | 110000 | 100011 |
Color Harmonies of #2F8546
Complementary color
Monochromatic Colors of #2F8546
Black with #2F8546
Text Example
Text Example
White with #2F8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8546; }
p { color: rgb(47,133,70); }
H1.HeaderClassName
{
color: #2F8546;
}
.AnyTagClassName
{
color: #2F8546;
}
</style>
background-color css
<style>
a { background-color: #2F8546; }
a { background-color: rgb(47,133,70); }
div.DivClassName
{
background-color: #2F8546;
}
.BgClassName
{
background-color: #2F8546;
}
</style>
border-color css
<style>
span { border-color: #2F8546; }
span { border-color: rgb(47,133,70); }
td.TdClassName
{
border-color: #2F8546;
}
.TagClassName
{
border-color: #2F8546;
}
</style>