Shades of Green Vogue #29454E
Tints of Green Vogue #29454E
RGB
CMYK
RGB Variations
Color information
#29454E (or 0x29454E) is known color: Green Vogue. HEX triplet: 29, 45 and 4E. RGB value is (41,69,78). Sum of RGB (Red+Green+Blue) = 41+69+78=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #29454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29454E is #D6BAB1. Grayscale: #3D3D3D. Windows color (decimal): -14072498 or 5129513. OLE color: 5129513.
HSL color Cylindrical-coordinate representation of color #29454E: hue angle of 194.59º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29454E is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 69 | 78 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.69 |
| HSL | 194.59º | 0.31% | 0.23% | - |
| HSV(B) | 194.59º | 0.47% | 0.31% | - |
| XYZ | 4.42 | 5.28 | 7.99 | - |
| YUV | 61.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 78 | 0.47 | 0.12 | 0 | 0.69 | 194.59 | 0.31 | 0.23 |
| Hex | 29 | 45 | 4E | 2F | C | 0 | 45 | C3 | 1F | 17 |
| Octal | 51 | 105 | 116 | 57 | 14 | 0 | 105 | 303 | 37 | 27 |
| Binary | 101001 | 1000101 | 1001110 | 101111 | 1100 | 0 | 1000101 | 11000011 | 11111 | 10111 |
Color Harmonies of #29454E
Complementary color
Monochromatic Colors of #29454E
Black with #29454E
Text Example
Text Example
White with #29454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29454E; }
p { color: rgb(41,69,78); }
H1.HeaderClassName
{
color: #29454E;
}
.AnyTagClassName
{
color: #29454E;
}
</style>
background-color css
<style>
a { background-color: #29454E; }
a { background-color: rgb(41,69,78); }
div.DivClassName
{
background-color: #29454E;
}
.BgClassName
{
background-color: #29454E;
}
</style>
border-color css
<style>
span { border-color: #29454E; }
span { border-color: rgb(41,69,78); }
td.TdClassName
{
border-color: #29454E;
}
.TagClassName
{
border-color: #29454E;
}
</style>