Shades of Amazon #2C765B
Tints of Amazon #2C765B
RGB
CMYK
RGB Variations
Color information
#2C765B (or 0x2C765B) is known color: Amazon. HEX triplet: 2C, 76 and 5B. RGB value is (44,118,91). Sum of RGB (Red+Green+Blue) = 44+118+91=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #2C765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C765B is #D389A4. Grayscale: #5C5C5C. Windows color (decimal): -13863333 or 5994028. OLE color: 5994028.
HSL color Cylindrical-coordinate representation of color #2C765B: hue angle of 158.11º 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 #2C765B is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 91 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.54 |
| HSL | 158.11º | 0.46% | 0.32% | - |
| HSV(B) | 158.11º | 0.63% | 0.46% | - |
| XYZ | 9.41 | 14.25 | 12.15 | - |
| YUV | 92.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 91 | 0.63 | 0 | 0.23 | 0.54 | 158.11 | 0.46 | 0.32 |
| Hex | 2C | 76 | 5B | 3F | 0 | 17 | 36 | 9E | 2E | 20 |
| Octal | 54 | 166 | 133 | 77 | 0 | 27 | 66 | 236 | 56 | 40 |
| Binary | 101100 | 1110110 | 1011011 | 111111 | 0 | 10111 | 110110 | 10011110 | 101110 | 100000 |
Color Harmonies of #2C765B
Complementary color
Monochromatic Colors of #2C765B
Black with #2C765B
Text Example
Text Example
White with #2C765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C765B; }
p { color: rgb(44,118,91); }
H1.HeaderClassName
{
color: #2C765B;
}
.AnyTagClassName
{
color: #2C765B;
}
</style>
background-color css
<style>
a { background-color: #2C765B; }
a { background-color: rgb(44,118,91); }
div.DivClassName
{
background-color: #2C765B;
}
.BgClassName
{
background-color: #2C765B;
}
</style>
border-color css
<style>
span { border-color: #2C765B; }
span { border-color: rgb(44,118,91); }
td.TdClassName
{
border-color: #2C765B;
}
.TagClassName
{
border-color: #2C765B;
}
</style>