Shades of Amazon #2A7B4E
Tints of Amazon #2A7B4E
RGB
CMYK
RGB Variations
Color information
#2A7B4E (or 0x2A7B4E) is known color: Amazon. HEX triplet: 2A, 7B and 4E. RGB value is (42,123,78). Sum of RGB (Red+Green+Blue) = 42+123+78=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #2A7B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7B4E is #D584B1. Grayscale: #5D5D5D. Windows color (decimal): -13993138 or 5143338. OLE color: 5143338.
HSL color Cylindrical-coordinate representation of color #2A7B4E: hue angle of 146.67º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7B4E is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 123 | 78 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.52 |
| HSL | 146.67º | 0.49% | 0.32% | - |
| HSV(B) | 146.67º | 0.66% | 0.48% | - |
| XYZ | 9.41 | 15.21 | 9.65 | - |
| YUV | 93.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 78 | 0.66 | 0 | 0.37 | 0.52 | 146.67 | 0.49 | 0.32 |
| Hex | 2A | 7B | 4E | 42 | 0 | 25 | 34 | 93 | 31 | 20 |
| Octal | 52 | 173 | 116 | 102 | 0 | 45 | 64 | 223 | 61 | 40 |
| Binary | 101010 | 1111011 | 1001110 | 1000010 | 0 | 100101 | 110100 | 10010011 | 110001 | 100000 |
Color Harmonies of #2A7B4E
Complementary color
Monochromatic Colors of #2A7B4E
Black with #2A7B4E
Text Example
Text Example
White with #2A7B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7B4E; }
p { color: rgb(42,123,78); }
H1.HeaderClassName
{
color: #2A7B4E;
}
.AnyTagClassName
{
color: #2A7B4E;
}
</style>
background-color css
<style>
a { background-color: #2A7B4E; }
a { background-color: rgb(42,123,78); }
div.DivClassName
{
background-color: #2A7B4E;
}
.BgClassName
{
background-color: #2A7B4E;
}
</style>
border-color css
<style>
span { border-color: #2A7B4E; }
span { border-color: rgb(42,123,78); }
td.TdClassName
{
border-color: #2A7B4E;
}
.TagClassName
{
border-color: #2A7B4E;
}
</style>