Shades of Amazon #297E4B
Tints of Amazon #297E4B
RGB
CMYK
RGB Variations
Color information
#297E4B (or 0x297E4B) is known color: Amazon. HEX triplet: 29, 7E and 4B. RGB value is (41,126,75). Sum of RGB (Red+Green+Blue) = 41+126+75=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #297E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E4B is #D681B4. Grayscale: #5E5E5E. Windows color (decimal): -14057909 or 4947497. OLE color: 4947497.
HSL color Cylindrical-coordinate representation of color #297E4B: hue angle of 144º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297E4B is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 75 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.51 |
| HSL | 144º | 0.51% | 0.33% | - |
| HSV(B) | 144º | 0.67% | 0.49% | - |
| XYZ | 9.65 | 15.9 | 9.22 | - |
| YUV | 94.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 75 | 0.67 | 0 | 0.40 | 0.51 | 144 | 0.51 | 0.33 |
| Hex | 29 | 7E | 4B | 43 | 0 | 28 | 33 | 90 | 33 | 21 |
| Octal | 51 | 176 | 113 | 103 | 0 | 50 | 63 | 220 | 63 | 41 |
| Binary | 101001 | 1111110 | 1001011 | 1000011 | 0 | 101000 | 110011 | 10010000 | 110011 | 100001 |
Color Harmonies of #297E4B
Complementary color
Monochromatic Colors of #297E4B
Black with #297E4B
Text Example
Text Example
White with #297E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E4B; }
p { color: rgb(41,126,75); }
H1.HeaderClassName
{
color: #297E4B;
}
.AnyTagClassName
{
color: #297E4B;
}
</style>
background-color css
<style>
a { background-color: #297E4B; }
a { background-color: rgb(41,126,75); }
div.DivClassName
{
background-color: #297E4B;
}
.BgClassName
{
background-color: #297E4B;
}
</style>
border-color css
<style>
span { border-color: #297E4B; }
span { border-color: rgb(41,126,75); }
td.TdClassName
{
border-color: #297E4B;
}
.TagClassName
{
border-color: #297E4B;
}
</style>