Shades of Amazon #2C7153
Tints of Amazon #2C7153
RGB
CMYK
RGB Variations
Color information
#2C7153 (or 0x2C7153) is known color: Amazon. HEX triplet: 2C, 71 and 53. RGB value is (44,113,83). Sum of RGB (Red+Green+Blue) = 44+113+83=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #2C7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7153 is #D38EAC. Grayscale: #595959. Windows color (decimal): -13864621 or 5468460. OLE color: 5468460.
HSL color Cylindrical-coordinate representation of color #2C7153: hue angle of 153.91º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7153 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 83 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.56 |
| HSL | 153.91º | 0.44% | 0.31% | - |
| HSV(B) | 153.91º | 0.61% | 0.44% | - |
| XYZ | 8.51 | 12.97 | 10.24 | - |
| YUV | 88.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 83 | 0.61 | 0 | 0.27 | 0.56 | 153.91 | 0.44 | 0.31 |
| Hex | 2C | 71 | 53 | 3D | 0 | 1B | 38 | 9A | 2C | 1F |
| Octal | 54 | 161 | 123 | 75 | 0 | 33 | 70 | 232 | 54 | 37 |
| Binary | 101100 | 1110001 | 1010011 | 111101 | 0 | 11011 | 111000 | 10011010 | 101100 | 11111 |
Color Harmonies of #2C7153
Complementary color
Monochromatic Colors of #2C7153
Black with #2C7153
Text Example
Text Example
White with #2C7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7153; }
p { color: rgb(44,113,83); }
H1.HeaderClassName
{
color: #2C7153;
}
.AnyTagClassName
{
color: #2C7153;
}
</style>
background-color css
<style>
a { background-color: #2C7153; }
a { background-color: rgb(44,113,83); }
div.DivClassName
{
background-color: #2C7153;
}
.BgClassName
{
background-color: #2C7153;
}
</style>
border-color css
<style>
span { border-color: #2C7153; }
span { border-color: rgb(44,113,83); }
td.TdClassName
{
border-color: #2C7153;
}
.TagClassName
{
border-color: #2C7153;
}
</style>