Shades of Amazon #2C764B
Tints of Amazon #2C764B
RGB
CMYK
RGB Variations
Color information
#2C764B (or 0x2C764B) is known color: Amazon. HEX triplet: 2C, 76 and 4B. RGB value is (44,118,75). Sum of RGB (Red+Green+Blue) = 44+118+75=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #2C764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C764B is #D389B4. Grayscale: #5B5B5B. Windows color (decimal): -13863349 or 4945452. OLE color: 4945452.
HSL color Cylindrical-coordinate representation of color #2C764B: hue angle of 145.14º 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 #2C764B is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 75 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.54 |
| HSL | 145.14º | 0.46% | 0.32% | - |
| HSV(B) | 145.14º | 0.63% | 0.46% | - |
| XYZ | 8.79 | 14 | 8.9 | - |
| YUV | 90.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 75 | 0.63 | 0 | 0.36 | 0.54 | 145.14 | 0.46 | 0.32 |
| Hex | 2C | 76 | 4B | 3F | 0 | 24 | 36 | 91 | 2E | 20 |
| Octal | 54 | 166 | 113 | 77 | 0 | 44 | 66 | 221 | 56 | 40 |
| Binary | 101100 | 1110110 | 1001011 | 111111 | 0 | 100100 | 110110 | 10010001 | 101110 | 100000 |
Color Harmonies of #2C764B
Complementary color
Monochromatic Colors of #2C764B
Black with #2C764B
Text Example
Text Example
White with #2C764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C764B; }
p { color: rgb(44,118,75); }
H1.HeaderClassName
{
color: #2C764B;
}
.AnyTagClassName
{
color: #2C764B;
}
</style>
background-color css
<style>
a { background-color: #2C764B; }
a { background-color: rgb(44,118,75); }
div.DivClassName
{
background-color: #2C764B;
}
.BgClassName
{
background-color: #2C764B;
}
</style>
border-color css
<style>
span { border-color: #2C764B; }
span { border-color: rgb(44,118,75); }
td.TdClassName
{
border-color: #2C764B;
}
.TagClassName
{
border-color: #2C764B;
}
</style>