Shades of Amazon #297A4B
Tints of Amazon #297A4B
RGB
CMYK
RGB Variations
Color information
#297A4B (or 0x297A4B) is known color: Amazon. HEX triplet: 29, 7A and 4B. RGB value is (41,122,75). Sum of RGB (Red+Green+Blue) = 41+122+75=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #297A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A4B is #D685B4. Grayscale: #5C5C5C. Windows color (decimal): -14058933 or 4946473. OLE color: 4946473.
HSL color Cylindrical-coordinate representation of color #297A4B: hue angle of 145.19º degrees, saturation: 0.5, 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 #297A4B is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 75 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.52 |
| HSL | 145.19º | 0.5% | 0.32% | - |
| HSV(B) | 145.19º | 0.66% | 0.48% | - |
| XYZ | 9.14 | 14.9 | 9.05 | - |
| YUV | 92.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 75 | 0.66 | 0 | 0.39 | 0.52 | 145.19 | 0.5 | 0.32 |
| Hex | 29 | 7A | 4B | 42 | 0 | 27 | 34 | 91 | 32 | 20 |
| Octal | 51 | 172 | 113 | 102 | 0 | 47 | 64 | 221 | 62 | 40 |
| Binary | 101001 | 1111010 | 1001011 | 1000010 | 0 | 100111 | 110100 | 10010001 | 110010 | 100000 |
Color Harmonies of #297A4B
Complementary color
Monochromatic Colors of #297A4B
Black with #297A4B
Text Example
Text Example
White with #297A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A4B; }
p { color: rgb(41,122,75); }
H1.HeaderClassName
{
color: #297A4B;
}
.AnyTagClassName
{
color: #297A4B;
}
</style>
background-color css
<style>
a { background-color: #297A4B; }
a { background-color: rgb(41,122,75); }
div.DivClassName
{
background-color: #297A4B;
}
.BgClassName
{
background-color: #297A4B;
}
</style>
border-color css
<style>
span { border-color: #297A4B; }
span { border-color: rgb(41,122,75); }
td.TdClassName
{
border-color: #297A4B;
}
.TagClassName
{
border-color: #297A4B;
}
</style>