Shades of Amazon #297E43
Tints of Amazon #297E43
RGB
CMYK
RGB Variations
Color information
#297E43 (or 0x297E43) is known color: Amazon. HEX triplet: 29, 7E and 43. RGB value is (41,126,67). Sum of RGB (Red+Green+Blue) = 41+126+67=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #297E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E43 is #D681BC. Grayscale: #5E5E5E. Windows color (decimal): -14057917 or 4423209. OLE color: 4423209.
HSL color Cylindrical-coordinate representation of color #297E43: hue angle of 138.35º 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 #297E43 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 67 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.51 |
| HSL | 138.35º | 0.51% | 0.33% | - |
| HSV(B) | 138.35º | 0.67% | 0.49% | - |
| XYZ | 9.39 | 15.8 | 7.86 | - |
| YUV | 93.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 67 | 0.67 | 0 | 0.47 | 0.51 | 138.35 | 0.51 | 0.33 |
| Hex | 29 | 7E | 43 | 43 | 0 | 2F | 33 | 8A | 33 | 21 |
| Octal | 51 | 176 | 103 | 103 | 0 | 57 | 63 | 212 | 63 | 41 |
| Binary | 101001 | 1111110 | 1000011 | 1000011 | 0 | 101111 | 110011 | 10001010 | 110011 | 100001 |
Color Harmonies of #297E43
Complementary color
Monochromatic Colors of #297E43
Black with #297E43
Text Example
Text Example
White with #297E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E43; }
p { color: rgb(41,126,67); }
H1.HeaderClassName
{
color: #297E43;
}
.AnyTagClassName
{
color: #297E43;
}
</style>
background-color css
<style>
a { background-color: #297E43; }
a { background-color: rgb(41,126,67); }
div.DivClassName
{
background-color: #297E43;
}
.BgClassName
{
background-color: #297E43;
}
</style>
border-color css
<style>
span { border-color: #297E43; }
span { border-color: rgb(41,126,67); }
td.TdClassName
{
border-color: #297E43;
}
.TagClassName
{
border-color: #297E43;
}
</style>