Shades of Green Vogue #294248
Tints of Green Vogue #294248
RGB
CMYK
RGB Variations
Color information
#294248 (or 0x294248) is known color: Green Vogue. HEX triplet: 29, 42 and 48. RGB value is (41,66,72). Sum of RGB (Red+Green+Blue) = 41+66+72=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #294248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294248 is #D6BDB7. Grayscale: #3B3B3B. Windows color (decimal): -14073272 or 4735529. OLE color: 4735529.
HSL color Cylindrical-coordinate representation of color #294248: hue angle of 191.61º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294248 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 66 | 72 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.72 |
| HSL | 191.61º | 0.27% | 0.22% | - |
| HSV(B) | 191.61º | 0.43% | 0.28% | - |
| XYZ | 4.03 | 4.84 | 6.85 | - |
| YUV | 59.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 72 | 0.43 | 0.08 | 0 | 0.72 | 191.61 | 0.27 | 0.22 |
| Hex | 29 | 42 | 48 | 2B | 8 | 0 | 48 | C0 | 1B | 16 |
| Octal | 51 | 102 | 110 | 53 | 10 | 0 | 110 | 300 | 33 | 26 |
| Binary | 101001 | 1000010 | 1001000 | 101011 | 1000 | 0 | 1001000 | 11000000 | 11011 | 10110 |
Color Harmonies of #294248
Complementary color
Monochromatic Colors of #294248
Black with #294248
Text Example
Text Example
White with #294248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294248; }
p { color: rgb(41,66,72); }
H1.HeaderClassName
{
color: #294248;
}
.AnyTagClassName
{
color: #294248;
}
</style>
background-color css
<style>
a { background-color: #294248; }
a { background-color: rgb(41,66,72); }
div.DivClassName
{
background-color: #294248;
}
.BgClassName
{
background-color: #294248;
}
</style>
border-color css
<style>
span { border-color: #294248; }
span { border-color: rgb(41,66,72); }
td.TdClassName
{
border-color: #294248;
}
.TagClassName
{
border-color: #294248;
}
</style>