Shades of Amazon #2B774C
Tints of Amazon #2B774C
RGB
CMYK
RGB Variations
Color information
#2B774C (or 0x2B774C) is known color: Amazon. HEX triplet: 2B, 77 and 4C. RGB value is (43,119,76). Sum of RGB (Red+Green+Blue) = 43+119+76=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #2B774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B774C is #D488B3. Grayscale: #5B5B5B. Windows color (decimal): -13928628 or 5011243. OLE color: 5011243.
HSL color Cylindrical-coordinate representation of color #2B774C: hue angle of 146.05º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B774C is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 76 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.53 |
| HSL | 146.05º | 0.47% | 0.32% | - |
| HSV(B) | 146.05º | 0.64% | 0.47% | - |
| XYZ | 8.9 | 14.23 | 9.12 | - |
| YUV | 91.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 76 | 0.64 | 0 | 0.36 | 0.53 | 146.05 | 0.47 | 0.32 |
| Hex | 2B | 77 | 4C | 40 | 0 | 24 | 35 | 92 | 2F | 20 |
| Octal | 53 | 167 | 114 | 100 | 0 | 44 | 65 | 222 | 57 | 40 |
| Binary | 101011 | 1110111 | 1001100 | 1000000 | 0 | 100100 | 110101 | 10010010 | 101111 | 100000 |
Color Harmonies of #2B774C
Complementary color
Monochromatic Colors of #2B774C
Black with #2B774C
Text Example
Text Example
White with #2B774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B774C; }
p { color: rgb(43,119,76); }
H1.HeaderClassName
{
color: #2B774C;
}
.AnyTagClassName
{
color: #2B774C;
}
</style>
background-color css
<style>
a { background-color: #2B774C; }
a { background-color: rgb(43,119,76); }
div.DivClassName
{
background-color: #2B774C;
}
.BgClassName
{
background-color: #2B774C;
}
</style>
border-color css
<style>
span { border-color: #2B774C; }
span { border-color: rgb(43,119,76); }
td.TdClassName
{
border-color: #2B774C;
}
.TagClassName
{
border-color: #2B774C;
}
</style>