Shades of Amazon #2F8443
Tints of Amazon #2F8443
RGB
CMYK
RGB Variations
Color information
#2F8443 (or 0x2F8443) is known color: Amazon. HEX triplet: 2F, 84 and 43. RGB value is (47,132,67). Sum of RGB (Red+Green+Blue) = 47+132+67=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8443 is #D07BBC. Grayscale: #636363. Windows color (decimal): -13663165 or 4424751. OLE color: 4424751.
HSL color Cylindrical-coordinate representation of color #2F8443: hue angle of 134.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8443 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 67 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.48 |
| HSL | 134.12º | 0.47% | 0.35% | - |
| HSV(B) | 134.12º | 0.64% | 0.52% | - |
| XYZ | 10.44 | 17.51 | 8.14 | - |
| YUV | 99.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 67 | 0.64 | 0 | 0.49 | 0.48 | 134.12 | 0.47 | 0.35 |
| Hex | 2F | 84 | 43 | 40 | 0 | 31 | 30 | 86 | 2F | 23 |
| Octal | 57 | 204 | 103 | 100 | 0 | 61 | 60 | 206 | 57 | 43 |
| Binary | 101111 | 10000100 | 1000011 | 1000000 | 0 | 110001 | 110000 | 10000110 | 101111 | 100011 |
Color Harmonies of #2F8443
Complementary color
Monochromatic Colors of #2F8443
Black with #2F8443
Text Example
Text Example
White with #2F8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8443; }
p { color: rgb(47,132,67); }
H1.HeaderClassName
{
color: #2F8443;
}
.AnyTagClassName
{
color: #2F8443;
}
</style>
background-color css
<style>
a { background-color: #2F8443; }
a { background-color: rgb(47,132,67); }
div.DivClassName
{
background-color: #2F8443;
}
.BgClassName
{
background-color: #2F8443;
}
</style>
border-color css
<style>
span { border-color: #2F8443; }
span { border-color: rgb(47,132,67); }
td.TdClassName
{
border-color: #2F8443;
}
.TagClassName
{
border-color: #2F8443;
}
</style>