Shades of Amazon #2D765B
Tints of Amazon #2D765B
RGB
CMYK
RGB Variations
Color information
#2D765B (or 0x2D765B) is known color: Amazon. HEX triplet: 2D, 76 and 5B. RGB value is (45,118,91). Sum of RGB (Red+Green+Blue) = 45+118+91=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #2D765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D765B is #D289A4. Grayscale: #5D5D5D. Windows color (decimal): -13797797 or 5994029. OLE color: 5994029.
HSL color Cylindrical-coordinate representation of color #2D765B: hue angle of 157.81º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D765B is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 91 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.54 |
| HSL | 157.81º | 0.45% | 0.32% | - |
| HSV(B) | 157.81º | 0.62% | 0.46% | - |
| XYZ | 9.45 | 14.27 | 12.15 | - |
| YUV | 93.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 91 | 0.62 | 0 | 0.23 | 0.54 | 157.81 | 0.45 | 0.32 |
| Hex | 2D | 76 | 5B | 3E | 0 | 17 | 36 | 9E | 2D | 20 |
| Octal | 55 | 166 | 133 | 76 | 0 | 27 | 66 | 236 | 55 | 40 |
| Binary | 101101 | 1110110 | 1011011 | 111110 | 0 | 10111 | 110110 | 10011110 | 101101 | 100000 |
Color Harmonies of #2D765B
Complementary color
Monochromatic Colors of #2D765B
Black with #2D765B
Text Example
Text Example
White with #2D765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D765B; }
p { color: rgb(45,118,91); }
H1.HeaderClassName
{
color: #2D765B;
}
.AnyTagClassName
{
color: #2D765B;
}
</style>
background-color css
<style>
a { background-color: #2D765B; }
a { background-color: rgb(45,118,91); }
div.DivClassName
{
background-color: #2D765B;
}
.BgClassName
{
background-color: #2D765B;
}
</style>
border-color css
<style>
span { border-color: #2D765B; }
span { border-color: rgb(45,118,91); }
td.TdClassName
{
border-color: #2D765B;
}
.TagClassName
{
border-color: #2D765B;
}
</style>