Shades of Amazon #2B765A
Tints of Amazon #2B765A
RGB
CMYK
RGB Variations
Color information
#2B765A (or 0x2B765A) is known color: Amazon. HEX triplet: 2B, 76 and 5A. RGB value is (43,118,90). Sum of RGB (Red+Green+Blue) = 43+118+90=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #2B765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B765A is #D489A5. Grayscale: #5C5C5C. Windows color (decimal): -13928870 or 5928491. OLE color: 5928491.
HSL color Cylindrical-coordinate representation of color #2B765A: hue angle of 157.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B765A is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 90 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.54 |
| HSL | 157.6º | 0.47% | 0.32% | - |
| HSV(B) | 157.6º | 0.64% | 0.46% | - |
| XYZ | 9.32 | 14.21 | 11.92 | - |
| YUV | 92.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 90 | 0.64 | 0 | 0.24 | 0.54 | 157.6 | 0.47 | 0.32 |
| Hex | 2B | 76 | 5A | 40 | 0 | 18 | 36 | 9E | 2F | 20 |
| Octal | 53 | 166 | 132 | 100 | 0 | 30 | 66 | 236 | 57 | 40 |
| Binary | 101011 | 1110110 | 1011010 | 1000000 | 0 | 11000 | 110110 | 10011110 | 101111 | 100000 |
Color Harmonies of #2B765A
Complementary color
Monochromatic Colors of #2B765A
Black with #2B765A
Text Example
Text Example
White with #2B765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B765A; }
p { color: rgb(43,118,90); }
H1.HeaderClassName
{
color: #2B765A;
}
.AnyTagClassName
{
color: #2B765A;
}
</style>
background-color css
<style>
a { background-color: #2B765A; }
a { background-color: rgb(43,118,90); }
div.DivClassName
{
background-color: #2B765A;
}
.BgClassName
{
background-color: #2B765A;
}
</style>
border-color css
<style>
span { border-color: #2B765A; }
span { border-color: rgb(43,118,90); }
td.TdClassName
{
border-color: #2B765A;
}
.TagClassName
{
border-color: #2B765A;
}
</style>