Shades of Amazon #2C795A
Tints of Amazon #2C795A
RGB
CMYK
RGB Variations
Color information
#2C795A (or 0x2C795A) is known color: Amazon. HEX triplet: 2C, 79 and 5A. RGB value is (44,121,90). Sum of RGB (Red+Green+Blue) = 44+121+90=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #2C795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C795A is #D386A5. Grayscale: #5E5E5E. Windows color (decimal): -13862566 or 5929260. OLE color: 5929260.
HSL color Cylindrical-coordinate representation of color #2C795A: hue angle of 155.84º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C795A is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 121 | 90 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.53 |
| HSL | 155.84º | 0.47% | 0.32% | - |
| HSV(B) | 155.84º | 0.64% | 0.47% | - |
| XYZ | 9.72 | 14.95 | 12.05 | - |
| YUV | 94.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 90 | 0.64 | 0 | 0.26 | 0.53 | 155.84 | 0.47 | 0.32 |
| Hex | 2C | 79 | 5A | 40 | 0 | 1A | 35 | 9C | 2F | 20 |
| Octal | 54 | 171 | 132 | 100 | 0 | 32 | 65 | 234 | 57 | 40 |
| Binary | 101100 | 1111001 | 1011010 | 1000000 | 0 | 11010 | 110101 | 10011100 | 101111 | 100000 |
Color Harmonies of #2C795A
Complementary color
Monochromatic Colors of #2C795A
Black with #2C795A
Text Example
Text Example
White with #2C795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C795A; }
p { color: rgb(44,121,90); }
H1.HeaderClassName
{
color: #2C795A;
}
.AnyTagClassName
{
color: #2C795A;
}
</style>
background-color css
<style>
a { background-color: #2C795A; }
a { background-color: rgb(44,121,90); }
div.DivClassName
{
background-color: #2C795A;
}
.BgClassName
{
background-color: #2C795A;
}
</style>
border-color css
<style>
span { border-color: #2C795A; }
span { border-color: rgb(44,121,90); }
td.TdClassName
{
border-color: #2C795A;
}
.TagClassName
{
border-color: #2C795A;
}
</style>