Shades of Green Vogue #29434C
Tints of Green Vogue #29434C
RGB
CMYK
RGB Variations
Color information
#29434C (or 0x29434C) is known color: Green Vogue. HEX triplet: 29, 43 and 4C. RGB value is (41,67,76). Sum of RGB (Red+Green+Blue) = 41+67+76=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #29434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29434C is #D6BCB3. Grayscale: #3C3C3C. Windows color (decimal): -14073012 or 4997929. OLE color: 4997929.
HSL color Cylindrical-coordinate representation of color #29434C: hue angle of 195.43º 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 #29434C is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 67 | 76 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.70 |
| HSL | 195.43º | 0.3% | 0.23% | - |
| HSV(B) | 195.43º | 0.46% | 0.3% | - |
| XYZ | 4.23 | 5.01 | 7.58 | - |
| YUV | 60.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 76 | 0.46 | 0.12 | 0 | 0.70 | 195.43 | 0.3 | 0.23 |
| Hex | 29 | 43 | 4C | 2E | C | 0 | 46 | C3 | 1E | 17 |
| Octal | 51 | 103 | 114 | 56 | 14 | 0 | 106 | 303 | 36 | 27 |
| Binary | 101001 | 1000011 | 1001100 | 101110 | 1100 | 0 | 1000110 | 11000011 | 11110 | 10111 |
Color Harmonies of #29434C
Complementary color
Monochromatic Colors of #29434C
Black with #29434C
Text Example
Text Example
White with #29434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29434C; }
p { color: rgb(41,67,76); }
H1.HeaderClassName
{
color: #29434C;
}
.AnyTagClassName
{
color: #29434C;
}
</style>
background-color css
<style>
a { background-color: #29434C; }
a { background-color: rgb(41,67,76); }
div.DivClassName
{
background-color: #29434C;
}
.BgClassName
{
background-color: #29434C;
}
</style>
border-color css
<style>
span { border-color: #29434C; }
span { border-color: rgb(41,67,76); }
td.TdClassName
{
border-color: #29434C;
}
.TagClassName
{
border-color: #29434C;
}
</style>