Shades of Amazon #2B7F4A
Tints of Amazon #2B7F4A
RGB
CMYK
RGB Variations
Color information
#2B7F4A (or 0x2B7F4A) is known color: Amazon. HEX triplet: 2B, 7F and 4A. RGB value is (43,127,74). Sum of RGB (Red+Green+Blue) = 43+127+74=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F4A is #D480B5. Grayscale: #5F5F5F. Windows color (decimal): -13926582 or 4882219. OLE color: 4882219.
HSL color Cylindrical-coordinate representation of color #2B7F4A: hue angle of 142.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F4A is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 74 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.50 |
| HSL | 142.14º | 0.49% | 0.33% | - |
| HSV(B) | 142.14º | 0.66% | 0.5% | - |
| XYZ | 9.82 | 16.19 | 9.09 | - |
| YUV | 95.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 74 | 0.66 | 0 | 0.42 | 0.50 | 142.14 | 0.49 | 0.33 |
| Hex | 2B | 7F | 4A | 42 | 0 | 2A | 32 | 8E | 31 | 21 |
| Octal | 53 | 177 | 112 | 102 | 0 | 52 | 62 | 216 | 61 | 41 |
| Binary | 101011 | 1111111 | 1001010 | 1000010 | 0 | 101010 | 110010 | 10001110 | 110001 | 100001 |
Color Harmonies of #2B7F4A
Complementary color
Monochromatic Colors of #2B7F4A
Black with #2B7F4A
Text Example
Text Example
White with #2B7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F4A; }
p { color: rgb(43,127,74); }
H1.HeaderClassName
{
color: #2B7F4A;
}
.AnyTagClassName
{
color: #2B7F4A;
}
</style>
background-color css
<style>
a { background-color: #2B7F4A; }
a { background-color: rgb(43,127,74); }
div.DivClassName
{
background-color: #2B7F4A;
}
.BgClassName
{
background-color: #2B7F4A;
}
</style>
border-color css
<style>
span { border-color: #2B7F4A; }
span { border-color: rgb(43,127,74); }
td.TdClassName
{
border-color: #2B7F4A;
}
.TagClassName
{
border-color: #2B7F4A;
}
</style>