Shades of Amazon #2B764A
Tints of Amazon #2B764A
RGB
CMYK
RGB Variations
Color information
#2B764A (or 0x2B764A) is known color: Amazon. HEX triplet: 2B, 76 and 4A. RGB value is (43,118,74). Sum of RGB (Red+Green+Blue) = 43+118+74=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #2B764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B764A is #D489B5. Grayscale: #5A5A5A. Windows color (decimal): -13928886 or 4879915. OLE color: 4879915.
HSL color Cylindrical-coordinate representation of color #2B764A: hue angle of 144.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B764A is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 74 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.54 |
| HSL | 144.8º | 0.47% | 0.32% | - |
| HSV(B) | 144.8º | 0.64% | 0.46% | - |
| XYZ | 8.71 | 13.96 | 8.71 | - |
| YUV | 90.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 74 | 0.64 | 0 | 0.37 | 0.54 | 144.8 | 0.47 | 0.32 |
| Hex | 2B | 76 | 4A | 40 | 0 | 25 | 36 | 91 | 2F | 20 |
| Octal | 53 | 166 | 112 | 100 | 0 | 45 | 66 | 221 | 57 | 40 |
| Binary | 101011 | 1110110 | 1001010 | 1000000 | 0 | 100101 | 110110 | 10010001 | 101111 | 100000 |
Color Harmonies of #2B764A
Complementary color
Monochromatic Colors of #2B764A
Black with #2B764A
Text Example
Text Example
White with #2B764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B764A; }
p { color: rgb(43,118,74); }
H1.HeaderClassName
{
color: #2B764A;
}
.AnyTagClassName
{
color: #2B764A;
}
</style>
background-color css
<style>
a { background-color: #2B764A; }
a { background-color: rgb(43,118,74); }
div.DivClassName
{
background-color: #2B764A;
}
.BgClassName
{
background-color: #2B764A;
}
</style>
border-color css
<style>
span { border-color: #2B764A; }
span { border-color: rgb(43,118,74); }
td.TdClassName
{
border-color: #2B764A;
}
.TagClassName
{
border-color: #2B764A;
}
</style>