Shades of Amazon #2C764A
Tints of Amazon #2C764A
RGB
CMYK
RGB Variations
Color information
#2C764A (or 0x2C764A) is known color: Amazon. HEX triplet: 2C, 76 and 4A. RGB value is (44,118,74). Sum of RGB (Red+Green+Blue) = 44+118+74=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #2C764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C764A is #D389B5. Grayscale: #5A5A5A. Windows color (decimal): -13863350 or 4879916. OLE color: 4879916.
HSL color Cylindrical-coordinate representation of color #2C764A: hue angle of 144.32º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C764A is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 74 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.54 |
| HSL | 144.32º | 0.46% | 0.32% | - |
| HSV(B) | 144.32º | 0.63% | 0.46% | - |
| XYZ | 8.75 | 13.99 | 8.72 | - |
| YUV | 90.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 74 | 0.63 | 0 | 0.37 | 0.54 | 144.32 | 0.46 | 0.32 |
| Hex | 2C | 76 | 4A | 3F | 0 | 25 | 36 | 90 | 2E | 20 |
| Octal | 54 | 166 | 112 | 77 | 0 | 45 | 66 | 220 | 56 | 40 |
| Binary | 101100 | 1110110 | 1001010 | 111111 | 0 | 100101 | 110110 | 10010000 | 101110 | 100000 |
Color Harmonies of #2C764A
Complementary color
Monochromatic Colors of #2C764A
Black with #2C764A
Text Example
Text Example
White with #2C764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C764A; }
p { color: rgb(44,118,74); }
H1.HeaderClassName
{
color: #2C764A;
}
.AnyTagClassName
{
color: #2C764A;
}
</style>
background-color css
<style>
a { background-color: #2C764A; }
a { background-color: rgb(44,118,74); }
div.DivClassName
{
background-color: #2C764A;
}
.BgClassName
{
background-color: #2C764A;
}
</style>
border-color css
<style>
span { border-color: #2C764A; }
span { border-color: rgb(44,118,74); }
td.TdClassName
{
border-color: #2C764A;
}
.TagClassName
{
border-color: #2C764A;
}
</style>