Shades of Amazon #2A795C
Tints of Amazon #2A795C
RGB
CMYK
RGB Variations
Color information
#2A795C (or 0x2A795C) is known color: Amazon. HEX triplet: 2A, 79 and 5C. RGB value is (42,121,92). Sum of RGB (Red+Green+Blue) = 42+121+92=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #2A795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A795C is #D586A3. Grayscale: #5E5E5E. Windows color (decimal): -13993636 or 6060330. OLE color: 6060330.
HSL color Cylindrical-coordinate representation of color #2A795C: hue angle of 157.97º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A795C is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 121 | 92 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.53 |
| HSL | 157.97º | 0.48% | 0.32% | - |
| HSV(B) | 157.97º | 0.65% | 0.47% | - |
| XYZ | 9.72 | 14.94 | 12.5 | - |
| YUV | 94.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 121 | 92 | 0.65 | 0 | 0.24 | 0.53 | 157.97 | 0.48 | 0.32 |
| Hex | 2A | 79 | 5C | 41 | 0 | 18 | 35 | 9E | 30 | 20 |
| Octal | 52 | 171 | 134 | 101 | 0 | 30 | 65 | 236 | 60 | 40 |
| Binary | 101010 | 1111001 | 1011100 | 1000001 | 0 | 11000 | 110101 | 10011110 | 110000 | 100000 |
Color Harmonies of #2A795C
Complementary color
Monochromatic Colors of #2A795C
Black with #2A795C
Text Example
Text Example
White with #2A795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A795C; }
p { color: rgb(42,121,92); }
H1.HeaderClassName
{
color: #2A795C;
}
.AnyTagClassName
{
color: #2A795C;
}
</style>
background-color css
<style>
a { background-color: #2A795C; }
a { background-color: rgb(42,121,92); }
div.DivClassName
{
background-color: #2A795C;
}
.BgClassName
{
background-color: #2A795C;
}
</style>
border-color css
<style>
span { border-color: #2A795C; }
span { border-color: rgb(42,121,92); }
td.TdClassName
{
border-color: #2A795C;
}
.TagClassName
{
border-color: #2A795C;
}
</style>