Shades of Amazon #2C7B52
Tints of Amazon #2C7B52
RGB
CMYK
RGB Variations
Color information
#2C7B52 (or 0x2C7B52) is known color: Amazon. HEX triplet: 2C, 7B and 52. RGB value is (44,123,82). Sum of RGB (Red+Green+Blue) = 44+123+82=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7B52 is #D384AD. Grayscale: #5E5E5E. Windows color (decimal): -13862062 or 5405484. OLE color: 5405484.
HSL color Cylindrical-coordinate representation of color #2C7B52: hue angle of 148.86º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7B52 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 123 | 82 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.52 |
| HSL | 148.86º | 0.47% | 0.33% | - |
| HSV(B) | 148.86º | 0.64% | 0.48% | - |
| XYZ | 9.64 | 15.31 | 10.43 | - |
| YUV | 94.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 123 | 82 | 0.64 | 0 | 0.33 | 0.52 | 148.86 | 0.47 | 0.33 |
| Hex | 2C | 7B | 52 | 40 | 0 | 21 | 34 | 95 | 2F | 21 |
| Octal | 54 | 173 | 122 | 100 | 0 | 41 | 64 | 225 | 57 | 41 |
| Binary | 101100 | 1111011 | 1010010 | 1000000 | 0 | 100001 | 110100 | 10010101 | 101111 | 100001 |
Color Harmonies of #2C7B52
Complementary color
Monochromatic Colors of #2C7B52
Black with #2C7B52
Text Example
Text Example
White with #2C7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7B52; }
p { color: rgb(44,123,82); }
H1.HeaderClassName
{
color: #2C7B52;
}
.AnyTagClassName
{
color: #2C7B52;
}
</style>
background-color css
<style>
a { background-color: #2C7B52; }
a { background-color: rgb(44,123,82); }
div.DivClassName
{
background-color: #2C7B52;
}
.BgClassName
{
background-color: #2C7B52;
}
</style>
border-color css
<style>
span { border-color: #2C7B52; }
span { border-color: rgb(44,123,82); }
td.TdClassName
{
border-color: #2C7B52;
}
.TagClassName
{
border-color: #2C7B52;
}
</style>