Shades of Green Vogue #29444C
Tints of Green Vogue #29444C
RGB
CMYK
RGB Variations
Color information
#29444C (or 0x29444C) is known color: Green Vogue. HEX triplet: 29, 44 and 4C. RGB value is (41,68,76). Sum of RGB (Red+Green+Blue) = 41+68+76=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #29444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29444C is #D6BBB3. Grayscale: #3C3C3C. Windows color (decimal): -14072756 or 4998185. OLE color: 4998185.
HSL color Cylindrical-coordinate representation of color #29444C: hue angle of 193.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29444C is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 68 | 76 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.70 |
| HSL | 193.71º | 0.3% | 0.23% | - |
| HSV(B) | 193.71º | 0.46% | 0.3% | - |
| XYZ | 4.29 | 5.13 | 7.6 | - |
| YUV | 60.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 76 | 0.46 | 0.11 | 0 | 0.70 | 193.71 | 0.3 | 0.23 |
| Hex | 29 | 44 | 4C | 2E | B | 0 | 46 | C2 | 1E | 17 |
| Octal | 51 | 104 | 114 | 56 | 13 | 0 | 106 | 302 | 36 | 27 |
| Binary | 101001 | 1000100 | 1001100 | 101110 | 1011 | 0 | 1000110 | 11000010 | 11110 | 10111 |
Color Harmonies of #29444C
Complementary color
Monochromatic Colors of #29444C
Black with #29444C
Text Example
Text Example
White with #29444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29444C; }
p { color: rgb(41,68,76); }
H1.HeaderClassName
{
color: #29444C;
}
.AnyTagClassName
{
color: #29444C;
}
</style>
background-color css
<style>
a { background-color: #29444C; }
a { background-color: rgb(41,68,76); }
div.DivClassName
{
background-color: #29444C;
}
.BgClassName
{
background-color: #29444C;
}
</style>
border-color css
<style>
span { border-color: #29444C; }
span { border-color: rgb(41,68,76); }
td.TdClassName
{
border-color: #29444C;
}
.TagClassName
{
border-color: #29444C;
}
</style>