Shades of Amazon #2B7F4C
Tints of Amazon #2B7F4C
RGB
CMYK
RGB Variations
Color information
#2B7F4C (or 0x2B7F4C) is known color: Amazon. HEX triplet: 2B, 7F and 4C. RGB value is (43,127,76). Sum of RGB (Red+Green+Blue) = 43+127+76=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F4C is #D480B3. Grayscale: #606060. Windows color (decimal): -13926580 or 5013291. OLE color: 5013291.
HSL color Cylindrical-coordinate representation of color #2B7F4C: hue angle of 143.57º 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 #2B7F4C is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 76 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.50 |
| HSL | 143.57º | 0.49% | 0.33% | - |
| HSV(B) | 143.57º | 0.66% | 0.5% | - |
| XYZ | 9.89 | 16.21 | 9.45 | - |
| YUV | 96.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 76 | 0.66 | 0 | 0.40 | 0.50 | 143.57 | 0.49 | 0.33 |
| Hex | 2B | 7F | 4C | 42 | 0 | 28 | 32 | 90 | 31 | 21 |
| Octal | 53 | 177 | 114 | 102 | 0 | 50 | 62 | 220 | 61 | 41 |
| Binary | 101011 | 1111111 | 1001100 | 1000010 | 0 | 101000 | 110010 | 10010000 | 110001 | 100001 |
Color Harmonies of #2B7F4C
Complementary color
Monochromatic Colors of #2B7F4C
Black with #2B7F4C
Text Example
Text Example
White with #2B7F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F4C; }
p { color: rgb(43,127,76); }
H1.HeaderClassName
{
color: #2B7F4C;
}
.AnyTagClassName
{
color: #2B7F4C;
}
</style>
background-color css
<style>
a { background-color: #2B7F4C; }
a { background-color: rgb(43,127,76); }
div.DivClassName
{
background-color: #2B7F4C;
}
.BgClassName
{
background-color: #2B7F4C;
}
</style>
border-color css
<style>
span { border-color: #2B7F4C; }
span { border-color: rgb(43,127,76); }
td.TdClassName
{
border-color: #2B7F4C;
}
.TagClassName
{
border-color: #2B7F4C;
}
</style>