Shades of Amazon #2B804C
Tints of Amazon #2B804C
RGB
CMYK
RGB Variations
Color information
#2B804C (or 0x2B804C) is known color: Amazon. HEX triplet: 2B, 80 and 4C. RGB value is (43,128,76). Sum of RGB (Red+Green+Blue) = 43+128+76=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #2B804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B804C is #D47FB3. Grayscale: #606060. Windows color (decimal): -13926324 or 5013547. OLE color: 5013547.
HSL color Cylindrical-coordinate representation of color #2B804C: hue angle of 143.29º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B804C is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 76 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.50 |
| HSL | 143.29º | 0.5% | 0.34% | - |
| HSV(B) | 143.29º | 0.66% | 0.5% | - |
| XYZ | 10.02 | 16.47 | 9.49 | - |
| YUV | 96.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 76 | 0.66 | 0 | 0.41 | 0.50 | 143.29 | 0.5 | 0.34 |
| Hex | 2B | 80 | 4C | 42 | 0 | 29 | 32 | 8F | 32 | 22 |
| Octal | 53 | 200 | 114 | 102 | 0 | 51 | 62 | 217 | 62 | 42 |
| Binary | 101011 | 10000000 | 1001100 | 1000010 | 0 | 101001 | 110010 | 10001111 | 110010 | 100010 |
Color Harmonies of #2B804C
Complementary color
Monochromatic Colors of #2B804C
Black with #2B804C
Text Example
Text Example
White with #2B804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B804C; }
p { color: rgb(43,128,76); }
H1.HeaderClassName
{
color: #2B804C;
}
.AnyTagClassName
{
color: #2B804C;
}
</style>
background-color css
<style>
a { background-color: #2B804C; }
a { background-color: rgb(43,128,76); }
div.DivClassName
{
background-color: #2B804C;
}
.BgClassName
{
background-color: #2B804C;
}
</style>
border-color css
<style>
span { border-color: #2B804C; }
span { border-color: rgb(43,128,76); }
td.TdClassName
{
border-color: #2B804C;
}
.TagClassName
{
border-color: #2B804C;
}
</style>