Shades of Amazon #2B754E
Tints of Amazon #2B754E
RGB
CMYK
RGB Variations
Color information
#2B754E (or 0x2B754E) is known color: Amazon. HEX triplet: 2B, 75 and 4E. RGB value is (43,117,78). Sum of RGB (Red+Green+Blue) = 43+117+78=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #2B754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B754E is #D48AB1. Grayscale: #5A5A5A. Windows color (decimal): -13929138 or 5141803. OLE color: 5141803.
HSL color Cylindrical-coordinate representation of color #2B754E: hue angle of 148.38º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B754E is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 78 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.54 |
| HSL | 148.38º | 0.46% | 0.31% | - |
| HSV(B) | 148.38º | 0.63% | 0.46% | - |
| XYZ | 8.73 | 13.79 | 9.41 | - |
| YUV | 90.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 78 | 0.63 | 0 | 0.33 | 0.54 | 148.38 | 0.46 | 0.31 |
| Hex | 2B | 75 | 4E | 3F | 0 | 21 | 36 | 94 | 2E | 1F |
| Octal | 53 | 165 | 116 | 77 | 0 | 41 | 66 | 224 | 56 | 37 |
| Binary | 101011 | 1110101 | 1001110 | 111111 | 0 | 100001 | 110110 | 10010100 | 101110 | 11111 |
Color Harmonies of #2B754E
Complementary color
Monochromatic Colors of #2B754E
Black with #2B754E
Text Example
Text Example
White with #2B754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B754E; }
p { color: rgb(43,117,78); }
H1.HeaderClassName
{
color: #2B754E;
}
.AnyTagClassName
{
color: #2B754E;
}
</style>
background-color css
<style>
a { background-color: #2B754E; }
a { background-color: rgb(43,117,78); }
div.DivClassName
{
background-color: #2B754E;
}
.BgClassName
{
background-color: #2B754E;
}
</style>
border-color css
<style>
span { border-color: #2B754E; }
span { border-color: rgb(43,117,78); }
td.TdClassName
{
border-color: #2B754E;
}
.TagClassName
{
border-color: #2B754E;
}
</style>