Shades of Amazon #2C7152
Tints of Amazon #2C7152
RGB
CMYK
RGB Variations
Color information
#2C7152 (or 0x2C7152) is known color: Amazon. HEX triplet: 2C, 71 and 52. RGB value is (44,113,82). Sum of RGB (Red+Green+Blue) = 44+113+82=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #2C7152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7152 is #D38EAD. Grayscale: #585858. Windows color (decimal): -13864622 or 5402924. OLE color: 5402924.
HSL color Cylindrical-coordinate representation of color #2C7152: hue angle of 153.04º 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 #2C7152 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 82 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.56 |
| HSL | 153.04º | 0.44% | 0.31% | - |
| HSV(B) | 153.04º | 0.61% | 0.44% | - |
| XYZ | 8.47 | 12.95 | 10.04 | - |
| YUV | 88.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 82 | 0.61 | 0 | 0.27 | 0.56 | 153.04 | 0.44 | 0.31 |
| Hex | 2C | 71 | 52 | 3D | 0 | 1B | 38 | 99 | 2C | 1F |
| Octal | 54 | 161 | 122 | 75 | 0 | 33 | 70 | 231 | 54 | 37 |
| Binary | 101100 | 1110001 | 1010010 | 111101 | 0 | 11011 | 111000 | 10011001 | 101100 | 11111 |
Color Harmonies of #2C7152
Complementary color
Monochromatic Colors of #2C7152
Black with #2C7152
Text Example
Text Example
White with #2C7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7152; }
p { color: rgb(44,113,82); }
H1.HeaderClassName
{
color: #2C7152;
}
.AnyTagClassName
{
color: #2C7152;
}
</style>
background-color css
<style>
a { background-color: #2C7152; }
a { background-color: rgb(44,113,82); }
div.DivClassName
{
background-color: #2C7152;
}
.BgClassName
{
background-color: #2C7152;
}
</style>
border-color css
<style>
span { border-color: #2C7152; }
span { border-color: rgb(44,113,82); }
td.TdClassName
{
border-color: #2C7152;
}
.TagClassName
{
border-color: #2C7152;
}
</style>