Shades of Amazon #2D764B
Tints of Amazon #2D764B
RGB
CMYK
RGB Variations
Color information
#2D764B (or 0x2D764B) is known color: Amazon. HEX triplet: 2D, 76 and 4B. RGB value is (45,118,75). Sum of RGB (Red+Green+Blue) = 45+118+75=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #2D764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D764B is #D289B4. Grayscale: #5B5B5B. Windows color (decimal): -13797813 or 4945453. OLE color: 4945453.
HSL color Cylindrical-coordinate representation of color #2D764B: hue angle of 144.66º 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 #2D764B is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 75 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.54 |
| HSL | 144.66º | 0.45% | 0.32% | - |
| HSV(B) | 144.66º | 0.62% | 0.46% | - |
| XYZ | 8.83 | 14.02 | 8.9 | - |
| YUV | 91.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 75 | 0.62 | 0 | 0.36 | 0.54 | 144.66 | 0.45 | 0.32 |
| Hex | 2D | 76 | 4B | 3E | 0 | 24 | 36 | 91 | 2D | 20 |
| Octal | 55 | 166 | 113 | 76 | 0 | 44 | 66 | 221 | 55 | 40 |
| Binary | 101101 | 1110110 | 1001011 | 111110 | 0 | 100100 | 110110 | 10010001 | 101101 | 100000 |
Color Harmonies of #2D764B
Complementary color
Monochromatic Colors of #2D764B
Black with #2D764B
Text Example
Text Example
White with #2D764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D764B; }
p { color: rgb(45,118,75); }
H1.HeaderClassName
{
color: #2D764B;
}
.AnyTagClassName
{
color: #2D764B;
}
</style>
background-color css
<style>
a { background-color: #2D764B; }
a { background-color: rgb(45,118,75); }
div.DivClassName
{
background-color: #2D764B;
}
.BgClassName
{
background-color: #2D764B;
}
</style>
border-color css
<style>
span { border-color: #2D764B; }
span { border-color: rgb(45,118,75); }
td.TdClassName
{
border-color: #2D764B;
}
.TagClassName
{
border-color: #2D764B;
}
</style>