Shades of Amazon #2A7D4B
Tints of Amazon #2A7D4B
RGB
CMYK
RGB Variations
Color information
#2A7D4B (or 0x2A7D4B) is known color: Amazon. HEX triplet: 2A, 7D and 4B. RGB value is (42,125,75). Sum of RGB (Red+Green+Blue) = 42+125+75=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7D4B is #D582B4. Grayscale: #5E5E5E. Windows color (decimal): -13992629 or 4947242. OLE color: 4947242.
HSL color Cylindrical-coordinate representation of color #2A7D4B: hue angle of 143.86º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7D4B is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 75 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.51 |
| HSL | 143.86º | 0.5% | 0.33% | - |
| HSV(B) | 143.86º | 0.66% | 0.49% | - |
| XYZ | 9.56 | 15.67 | 9.18 | - |
| YUV | 94.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 75 | 0.66 | 0 | 0.40 | 0.51 | 143.86 | 0.5 | 0.33 |
| Hex | 2A | 7D | 4B | 42 | 0 | 28 | 33 | 90 | 32 | 21 |
| Octal | 52 | 175 | 113 | 102 | 0 | 50 | 63 | 220 | 62 | 41 |
| Binary | 101010 | 1111101 | 1001011 | 1000010 | 0 | 101000 | 110011 | 10010000 | 110010 | 100001 |
Color Harmonies of #2A7D4B
Complementary color
Monochromatic Colors of #2A7D4B
Black with #2A7D4B
Text Example
Text Example
White with #2A7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D4B; }
p { color: rgb(42,125,75); }
H1.HeaderClassName
{
color: #2A7D4B;
}
.AnyTagClassName
{
color: #2A7D4B;
}
</style>
background-color css
<style>
a { background-color: #2A7D4B; }
a { background-color: rgb(42,125,75); }
div.DivClassName
{
background-color: #2A7D4B;
}
.BgClassName
{
background-color: #2A7D4B;
}
</style>
border-color css
<style>
span { border-color: #2A7D4B; }
span { border-color: rgb(42,125,75); }
td.TdClassName
{
border-color: #2A7D4B;
}
.TagClassName
{
border-color: #2A7D4B;
}
</style>