Shades of Amazon #2B7F4B
Tints of Amazon #2B7F4B
RGB
CMYK
RGB Variations
Color information
#2B7F4B (or 0x2B7F4B) is known color: Amazon. HEX triplet: 2B, 7F and 4B. RGB value is (43,127,75). Sum of RGB (Red+Green+Blue) = 43+127+75=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F4B is #D480B4. Grayscale: #606060. Windows color (decimal): -13926581 or 4947755. OLE color: 4947755.
HSL color Cylindrical-coordinate representation of color #2B7F4B: hue angle of 142.86º 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 #2B7F4B is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 75 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.50 |
| HSL | 142.86º | 0.49% | 0.33% | - |
| HSV(B) | 142.86º | 0.66% | 0.5% | - |
| XYZ | 9.86 | 16.2 | 9.26 | - |
| YUV | 95.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 75 | 0.66 | 0 | 0.41 | 0.50 | 142.86 | 0.49 | 0.33 |
| Hex | 2B | 7F | 4B | 42 | 0 | 29 | 32 | 8F | 31 | 21 |
| Octal | 53 | 177 | 113 | 102 | 0 | 51 | 62 | 217 | 61 | 41 |
| Binary | 101011 | 1111111 | 1001011 | 1000010 | 0 | 101001 | 110010 | 10001111 | 110001 | 100001 |
Color Harmonies of #2B7F4B
Complementary color
Monochromatic Colors of #2B7F4B
Black with #2B7F4B
Text Example
Text Example
White with #2B7F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F4B; }
p { color: rgb(43,127,75); }
H1.HeaderClassName
{
color: #2B7F4B;
}
.AnyTagClassName
{
color: #2B7F4B;
}
</style>
background-color css
<style>
a { background-color: #2B7F4B; }
a { background-color: rgb(43,127,75); }
div.DivClassName
{
background-color: #2B7F4B;
}
.BgClassName
{
background-color: #2B7F4B;
}
</style>
border-color css
<style>
span { border-color: #2B7F4B; }
span { border-color: rgb(43,127,75); }
td.TdClassName
{
border-color: #2B7F4B;
}
.TagClassName
{
border-color: #2B7F4B;
}
</style>