Shades of Green Vogue #294147
Tints of Green Vogue #294147
RGB
CMYK
RGB Variations
Color information
#294147 (or 0x294147) is known color: Green Vogue. HEX triplet: 29, 41 and 47. RGB value is (41,65,71). Sum of RGB (Red+Green+Blue) = 41+65+71=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #294147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294147 is #D6BEB8. Grayscale: #3A3A3A. Windows color (decimal): -14073529 or 4669737. OLE color: 4669737.
HSL color Cylindrical-coordinate representation of color #294147: hue angle of 192º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294147 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 65 | 71 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.72 |
| HSL | 192º | 0.27% | 0.22% | - |
| HSV(B) | 192º | 0.42% | 0.28% | - |
| XYZ | 3.94 | 4.71 | 6.66 | - |
| YUV | 58.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 71 | 0.42 | 0.08 | 0 | 0.72 | 192 | 0.27 | 0.22 |
| Hex | 29 | 41 | 47 | 2A | 8 | 0 | 48 | C0 | 1B | 16 |
| Octal | 51 | 101 | 107 | 52 | 10 | 0 | 110 | 300 | 33 | 26 |
| Binary | 101001 | 1000001 | 1000111 | 101010 | 1000 | 0 | 1001000 | 11000000 | 11011 | 10110 |
Color Harmonies of #294147
Complementary color
Monochromatic Colors of #294147
Black with #294147
Text Example
Text Example
White with #294147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294147; }
p { color: rgb(41,65,71); }
H1.HeaderClassName
{
color: #294147;
}
.AnyTagClassName
{
color: #294147;
}
</style>
background-color css
<style>
a { background-color: #294147; }
a { background-color: rgb(41,65,71); }
div.DivClassName
{
background-color: #294147;
}
.BgClassName
{
background-color: #294147;
}
</style>
border-color css
<style>
span { border-color: #294147; }
span { border-color: rgb(41,65,71); }
td.TdClassName
{
border-color: #294147;
}
.TagClassName
{
border-color: #294147;
}
</style>