Shades of Amazon #2C7C55
Tints of Amazon #2C7C55
RGB
CMYK
RGB Variations
Color information
#2C7C55 (or 0x2C7C55) is known color: Amazon. HEX triplet: 2C, 7C and 55. RGB value is (44,124,85). Sum of RGB (Red+Green+Blue) = 44+124+85=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7C55 is #D383AA. Grayscale: #5F5F5F. Windows color (decimal): -13861803 or 5602348. OLE color: 5602348.
HSL color Cylindrical-coordinate representation of color #2C7C55: hue angle of 150.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7C55 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 124 | 85 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.51 |
| HSL | 150.75º | 0.48% | 0.33% | - |
| HSV(B) | 150.75º | 0.65% | 0.49% | - |
| XYZ | 9.89 | 15.61 | 11.09 | - |
| YUV | 95.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 124 | 85 | 0.65 | 0 | 0.31 | 0.51 | 150.75 | 0.48 | 0.33 |
| Hex | 2C | 7C | 55 | 41 | 0 | 1F | 33 | 97 | 30 | 21 |
| Octal | 54 | 174 | 125 | 101 | 0 | 37 | 63 | 227 | 60 | 41 |
| Binary | 101100 | 1111100 | 1010101 | 1000001 | 0 | 11111 | 110011 | 10010111 | 110000 | 100001 |
Color Harmonies of #2C7C55
Complementary color
Monochromatic Colors of #2C7C55
Black with #2C7C55
Text Example
Text Example
White with #2C7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7C55; }
p { color: rgb(44,124,85); }
H1.HeaderClassName
{
color: #2C7C55;
}
.AnyTagClassName
{
color: #2C7C55;
}
</style>
background-color css
<style>
a { background-color: #2C7C55; }
a { background-color: rgb(44,124,85); }
div.DivClassName
{
background-color: #2C7C55;
}
.BgClassName
{
background-color: #2C7C55;
}
</style>
border-color css
<style>
span { border-color: #2C7C55; }
span { border-color: rgb(44,124,85); }
td.TdClassName
{
border-color: #2C7C55;
}
.TagClassName
{
border-color: #2C7C55;
}
</style>