Shades of Amazon #2F7956
Tints of Amazon #2F7956
RGB
CMYK
RGB Variations
Color information
#2F7956 (or 0x2F7956) is known color: Amazon. HEX triplet: 2F, 79 and 56. RGB value is (47,121,86). Sum of RGB (Red+Green+Blue) = 47+121+86=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7956 is #D086A9. Grayscale: #5E5E5E. Windows color (decimal): -13665962 or 5667119. OLE color: 5667119.
HSL color Cylindrical-coordinate representation of color #2F7956: hue angle of 151.62º 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 #2F7956 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 86 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.53 |
| HSL | 151.62º | 0.44% | 0.33% | - |
| HSV(B) | 151.62º | 0.61% | 0.47% | - |
| XYZ | 9.69 | 14.95 | 11.18 | - |
| YUV | 94.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 86 | 0.61 | 0 | 0.29 | 0.53 | 151.62 | 0.44 | 0.33 |
| Hex | 2F | 79 | 56 | 3D | 0 | 1D | 35 | 98 | 2C | 21 |
| Octal | 57 | 171 | 126 | 75 | 0 | 35 | 65 | 230 | 54 | 41 |
| Binary | 101111 | 1111001 | 1010110 | 111101 | 0 | 11101 | 110101 | 10011000 | 101100 | 100001 |
Color Harmonies of #2F7956
Complementary color
Monochromatic Colors of #2F7956
Black with #2F7956
Text Example
Text Example
White with #2F7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7956; }
p { color: rgb(47,121,86); }
H1.HeaderClassName
{
color: #2F7956;
}
.AnyTagClassName
{
color: #2F7956;
}
</style>
background-color css
<style>
a { background-color: #2F7956; }
a { background-color: rgb(47,121,86); }
div.DivClassName
{
background-color: #2F7956;
}
.BgClassName
{
background-color: #2F7956;
}
</style>
border-color css
<style>
span { border-color: #2F7956; }
span { border-color: rgb(47,121,86); }
td.TdClassName
{
border-color: #2F7956;
}
.TagClassName
{
border-color: #2F7956;
}
</style>