Shades of Green Vogue #294149
Tints of Green Vogue #294149
RGB
CMYK
RGB Variations
Color information
#294149 (or 0x294149) is known color: Green Vogue. HEX triplet: 29, 41 and 49. RGB value is (41,65,73). Sum of RGB (Red+Green+Blue) = 41+65+73=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #294149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294149 is #D6BEB6. Grayscale: #3A3A3A. Windows color (decimal): -14073527 or 4800809. OLE color: 4800809.
HSL color Cylindrical-coordinate representation of color #294149: hue angle of 195º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294149 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 65 | 73 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.71 |
| HSL | 195º | 0.28% | 0.22% | - |
| HSV(B) | 195º | 0.44% | 0.29% | - |
| XYZ | 4.01 | 4.73 | 7.01 | - |
| YUV | 58.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 73 | 0.44 | 0.11 | 0 | 0.71 | 195 | 0.28 | 0.22 |
| Hex | 29 | 41 | 49 | 2C | B | 0 | 47 | C3 | 1C | 16 |
| Octal | 51 | 101 | 111 | 54 | 13 | 0 | 107 | 303 | 34 | 26 |
| Binary | 101001 | 1000001 | 1001001 | 101100 | 1011 | 0 | 1000111 | 11000011 | 11100 | 10110 |
Color Harmonies of #294149
Complementary color
Monochromatic Colors of #294149
Black with #294149
Text Example
Text Example
White with #294149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294149; }
p { color: rgb(41,65,73); }
H1.HeaderClassName
{
color: #294149;
}
.AnyTagClassName
{
color: #294149;
}
</style>
background-color css
<style>
a { background-color: #294149; }
a { background-color: rgb(41,65,73); }
div.DivClassName
{
background-color: #294149;
}
.BgClassName
{
background-color: #294149;
}
</style>
border-color css
<style>
span { border-color: #294149; }
span { border-color: rgb(41,65,73); }
td.TdClassName
{
border-color: #294149;
}
.TagClassName
{
border-color: #294149;
}
</style>