Shades of Green Vogue #1E404D
Tints of Green Vogue #1E404D
RGB
CMYK
RGB Variations
Color information
#1E404D (or 0x1E404D) is known color: Green Vogue. HEX triplet: 1E, 40 and 4D. RGB value is (30,64,77). Sum of RGB (Red+Green+Blue) = 30+64+77=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E404D is #E1BFB2. Grayscale: #373737. Windows color (decimal): -14794675 or 5062686. OLE color: 5062686.
HSL color Cylindrical-coordinate representation of color #1E404D: hue angle of 196.6º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E404D is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 64 | 77 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.70 |
| HSL | 196.6º | 0.44% | 0.21% | - |
| HSV(B) | 196.6º | 0.61% | 0.3% | - |
| XYZ | 3.71 | 4.48 | 7.69 | - |
| YUV | 55.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 77 | 0.61 | 0.17 | 0 | 0.70 | 196.6 | 0.44 | 0.21 |
| Hex | 1E | 40 | 4D | 3D | 11 | 0 | 46 | C5 | 2C | 15 |
| Octal | 36 | 100 | 115 | 75 | 21 | 0 | 106 | 305 | 54 | 25 |
| Binary | 11110 | 1000000 | 1001101 | 111101 | 10001 | 0 | 1000110 | 11000101 | 101100 | 10101 |
Color Harmonies of #1E404D
Complementary color
Monochromatic Colors of #1E404D
Black with #1E404D
Text Example
Text Example
White with #1E404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E404D; }
p { color: rgb(30,64,77); }
H1.HeaderClassName
{
color: #1E404D;
}
.AnyTagClassName
{
color: #1E404D;
}
</style>
background-color css
<style>
a { background-color: #1E404D; }
a { background-color: rgb(30,64,77); }
div.DivClassName
{
background-color: #1E404D;
}
.BgClassName
{
background-color: #1E404D;
}
</style>
border-color css
<style>
span { border-color: #1E404D; }
span { border-color: rgb(30,64,77); }
td.TdClassName
{
border-color: #1E404D;
}
.TagClassName
{
border-color: #1E404D;
}
</style>