Shades of Amazon #297950
Tints of Amazon #297950
RGB
CMYK
RGB Variations
Color information
#297950 (or 0x297950) is known color: Amazon. HEX triplet: 29, 79 and 50. RGB value is (41,121,80). Sum of RGB (Red+Green+Blue) = 41+121+80=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #297950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297950 is #D686AF. Grayscale: #5C5C5C. Windows color (decimal): -14059184 or 5273897. OLE color: 5273897.
HSL color Cylindrical-coordinate representation of color #297950: hue angle of 149.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297950 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 121 | 80 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.53 |
| HSL | 149.25º | 0.49% | 0.32% | - |
| HSV(B) | 149.25º | 0.66% | 0.47% | - |
| XYZ | 9.2 | 14.73 | 9.95 | - |
| YUV | 92.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 80 | 0.66 | 0 | 0.34 | 0.53 | 149.25 | 0.49 | 0.32 |
| Hex | 29 | 79 | 50 | 42 | 0 | 22 | 35 | 95 | 31 | 20 |
| Octal | 51 | 171 | 120 | 102 | 0 | 42 | 65 | 225 | 61 | 40 |
| Binary | 101001 | 1111001 | 1010000 | 1000010 | 0 | 100010 | 110101 | 10010101 | 110001 | 100000 |
Color Harmonies of #297950
Complementary color
Monochromatic Colors of #297950
Black with #297950
Text Example
Text Example
White with #297950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297950; }
p { color: rgb(41,121,80); }
H1.HeaderClassName
{
color: #297950;
}
.AnyTagClassName
{
color: #297950;
}
</style>
background-color css
<style>
a { background-color: #297950; }
a { background-color: rgb(41,121,80); }
div.DivClassName
{
background-color: #297950;
}
.BgClassName
{
background-color: #297950;
}
</style>
border-color css
<style>
span { border-color: #297950; }
span { border-color: rgb(41,121,80); }
td.TdClassName
{
border-color: #297950;
}
.TagClassName
{
border-color: #297950;
}
</style>