Shades of Amazon #2D764F
Tints of Amazon #2D764F
RGB
CMYK
RGB Variations
Color information
#2D764F (or 0x2D764F) is known color: Amazon. HEX triplet: 2D, 76 and 4F. RGB value is (45,118,79). Sum of RGB (Red+Green+Blue) = 45+118+79=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #2D764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D764F is #D289B0. Grayscale: #5B5B5B. Windows color (decimal): -13797809 or 5207597. OLE color: 5207597.
HSL color Cylindrical-coordinate representation of color #2D764F: hue angle of 147.95º 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 #2D764F is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 79 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.54 |
| HSL | 147.95º | 0.45% | 0.32% | - |
| HSV(B) | 147.95º | 0.62% | 0.46% | - |
| XYZ | 8.97 | 14.08 | 9.64 | - |
| YUV | 91.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 79 | 0.62 | 0 | 0.33 | 0.54 | 147.95 | 0.45 | 0.32 |
| Hex | 2D | 76 | 4F | 3E | 0 | 21 | 36 | 94 | 2D | 20 |
| Octal | 55 | 166 | 117 | 76 | 0 | 41 | 66 | 224 | 55 | 40 |
| Binary | 101101 | 1110110 | 1001111 | 111110 | 0 | 100001 | 110110 | 10010100 | 101101 | 100000 |
Color Harmonies of #2D764F
Complementary color
Monochromatic Colors of #2D764F
Black with #2D764F
Text Example
Text Example
White with #2D764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D764F; }
p { color: rgb(45,118,79); }
H1.HeaderClassName
{
color: #2D764F;
}
.AnyTagClassName
{
color: #2D764F;
}
</style>
background-color css
<style>
a { background-color: #2D764F; }
a { background-color: rgb(45,118,79); }
div.DivClassName
{
background-color: #2D764F;
}
.BgClassName
{
background-color: #2D764F;
}
</style>
border-color css
<style>
span { border-color: #2D764F; }
span { border-color: rgb(45,118,79); }
td.TdClassName
{
border-color: #2D764F;
}
.TagClassName
{
border-color: #2D764F;
}
</style>