Shades of Amazon #2C7C58
Tints of Amazon #2C7C58
RGB
CMYK
RGB Variations
Color information
#2C7C58 (or 0x2C7C58) is known color: Amazon. HEX triplet: 2C, 7C and 58. RGB value is (44,124,88). Sum of RGB (Red+Green+Blue) = 44+124+88=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7C58 is #D383A7. Grayscale: #606060. Windows color (decimal): -13861800 or 5798956. OLE color: 5798956.
HSL color Cylindrical-coordinate representation of color #2C7C58: hue angle of 153º 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 #2C7C58 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 124 | 88 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.51 |
| HSL | 153º | 0.48% | 0.33% | - |
| HSV(B) | 153º | 0.65% | 0.49% | - |
| XYZ | 10.01 | 15.66 | 11.73 | - |
| YUV | 95.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 124 | 88 | 0.65 | 0 | 0.29 | 0.51 | 153 | 0.48 | 0.33 |
| Hex | 2C | 7C | 58 | 41 | 0 | 1D | 33 | 99 | 30 | 21 |
| Octal | 54 | 174 | 130 | 101 | 0 | 35 | 63 | 231 | 60 | 41 |
| Binary | 101100 | 1111100 | 1011000 | 1000001 | 0 | 11101 | 110011 | 10011001 | 110000 | 100001 |
Color Harmonies of #2C7C58
Complementary color
Monochromatic Colors of #2C7C58
Black with #2C7C58
Text Example
Text Example
White with #2C7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7C58; }
p { color: rgb(44,124,88); }
H1.HeaderClassName
{
color: #2C7C58;
}
.AnyTagClassName
{
color: #2C7C58;
}
</style>
background-color css
<style>
a { background-color: #2C7C58; }
a { background-color: rgb(44,124,88); }
div.DivClassName
{
background-color: #2C7C58;
}
.BgClassName
{
background-color: #2C7C58;
}
</style>
border-color css
<style>
span { border-color: #2C7C58; }
span { border-color: rgb(44,124,88); }
td.TdClassName
{
border-color: #2C7C58;
}
.TagClassName
{
border-color: #2C7C58;
}
</style>