Shades of Amazon #2D755B
Tints of Amazon #2D755B
RGB
CMYK
RGB Variations
Color information
#2D755B (or 0x2D755B) is known color: Amazon. HEX triplet: 2D, 75 and 5B. RGB value is (45,117,91). Sum of RGB (Red+Green+Blue) = 45+117+91=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #2D755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D755B is #D28AA4. Grayscale: #5C5C5C. Windows color (decimal): -13798053 or 5993773. OLE color: 5993773.
HSL color Cylindrical-coordinate representation of color #2D755B: hue angle of 158.33º degrees, saturation: 0.44, 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 #2D755B is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 91 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.54 |
| HSL | 158.33º | 0.44% | 0.32% | - |
| HSV(B) | 158.33º | 0.62% | 0.46% | - |
| XYZ | 9.33 | 14.04 | 12.11 | - |
| YUV | 92.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 91 | 0.62 | 0 | 0.22 | 0.54 | 158.33 | 0.44 | 0.32 |
| Hex | 2D | 75 | 5B | 3E | 0 | 16 | 36 | 9E | 2C | 20 |
| Octal | 55 | 165 | 133 | 76 | 0 | 26 | 66 | 236 | 54 | 40 |
| Binary | 101101 | 1110101 | 1011011 | 111110 | 0 | 10110 | 110110 | 10011110 | 101100 | 100000 |
Color Harmonies of #2D755B
Complementary color
Monochromatic Colors of #2D755B
Black with #2D755B
Text Example
Text Example
White with #2D755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D755B; }
p { color: rgb(45,117,91); }
H1.HeaderClassName
{
color: #2D755B;
}
.AnyTagClassName
{
color: #2D755B;
}
</style>
background-color css
<style>
a { background-color: #2D755B; }
a { background-color: rgb(45,117,91); }
div.DivClassName
{
background-color: #2D755B;
}
.BgClassName
{
background-color: #2D755B;
}
</style>
border-color css
<style>
span { border-color: #2D755B; }
span { border-color: rgb(45,117,91); }
td.TdClassName
{
border-color: #2D755B;
}
.TagClassName
{
border-color: #2D755B;
}
</style>