Shades of Amazon #2B8042
Tints of Amazon #2B8042
RGB
CMYK
RGB Variations
Color information
#2B8042 (or 0x2B8042) is known color: Amazon. HEX triplet: 2B, 80 and 42. RGB value is (43,128,66). Sum of RGB (Red+Green+Blue) = 43+128+66=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8042 is #D47FBD. Grayscale: #5F5F5F. Windows color (decimal): -13926334 or 4358187. OLE color: 4358187.
HSL color Cylindrical-coordinate representation of color #2B8042: hue angle of 136.24º 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 #2B8042 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 66 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.50 |
| HSL | 136.24º | 0.5% | 0.34% | - |
| HSV(B) | 136.24º | 0.66% | 0.5% | - |
| XYZ | 9.7 | 16.35 | 7.8 | - |
| YUV | 95.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 66 | 0.66 | 0 | 0.48 | 0.50 | 136.24 | 0.5 | 0.34 |
| Hex | 2B | 80 | 42 | 42 | 0 | 30 | 32 | 88 | 32 | 22 |
| Octal | 53 | 200 | 102 | 102 | 0 | 60 | 62 | 210 | 62 | 42 |
| Binary | 101011 | 10000000 | 1000010 | 1000010 | 0 | 110000 | 110010 | 10001000 | 110010 | 100010 |
Color Harmonies of #2B8042
Complementary color
Monochromatic Colors of #2B8042
Black with #2B8042
Text Example
Text Example
White with #2B8042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8042; }
p { color: rgb(43,128,66); }
H1.HeaderClassName
{
color: #2B8042;
}
.AnyTagClassName
{
color: #2B8042;
}
</style>
background-color css
<style>
a { background-color: #2B8042; }
a { background-color: rgb(43,128,66); }
div.DivClassName
{
background-color: #2B8042;
}
.BgClassName
{
background-color: #2B8042;
}
</style>
border-color css
<style>
span { border-color: #2B8042; }
span { border-color: rgb(43,128,66); }
td.TdClassName
{
border-color: #2B8042;
}
.TagClassName
{
border-color: #2B8042;
}
</style>