Shades of Amazon #2A8144
Tints of Amazon #2A8144
RGB
CMYK
RGB Variations
Color information
#2A8144 (or 0x2A8144) is known color: Amazon. HEX triplet: 2A, 81 and 44. RGB value is (42,129,68). Sum of RGB (Red+Green+Blue) = 42+129+68=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8144 is #D57EBB. Grayscale: #606060. Windows color (decimal): -13991612 or 4489514. OLE color: 4489514.
HSL color Cylindrical-coordinate representation of color #2A8144: hue angle of 137.93º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A8144 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 68 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.49 |
| HSL | 137.93º | 0.51% | 0.34% | - |
| HSV(B) | 137.93º | 0.67% | 0.51% | - |
| XYZ | 9.85 | 16.61 | 8.16 | - |
| YUV | 96.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 68 | 0.67 | 0 | 0.47 | 0.49 | 137.93 | 0.51 | 0.34 |
| Hex | 2A | 81 | 44 | 43 | 0 | 2F | 31 | 8A | 33 | 22 |
| Octal | 52 | 201 | 104 | 103 | 0 | 57 | 61 | 212 | 63 | 42 |
| Binary | 101010 | 10000001 | 1000100 | 1000011 | 0 | 101111 | 110001 | 10001010 | 110011 | 100010 |
Color Harmonies of #2A8144
Complementary color
Monochromatic Colors of #2A8144
Black with #2A8144
Text Example
Text Example
White with #2A8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8144; }
p { color: rgb(42,129,68); }
H1.HeaderClassName
{
color: #2A8144;
}
.AnyTagClassName
{
color: #2A8144;
}
</style>
background-color css
<style>
a { background-color: #2A8144; }
a { background-color: rgb(42,129,68); }
div.DivClassName
{
background-color: #2A8144;
}
.BgClassName
{
background-color: #2A8144;
}
</style>
border-color css
<style>
span { border-color: #2A8144; }
span { border-color: rgb(42,129,68); }
td.TdClassName
{
border-color: #2A8144;
}
.TagClassName
{
border-color: #2A8144;
}
</style>