Shades of Green Vogue #1E404F
Tints of Green Vogue #1E404F
RGB
CMYK
RGB Variations
Color information
#1E404F (or 0x1E404F) is known color: Green Vogue. HEX triplet: 1E, 40 and 4F. RGB value is (30,64,79). Sum of RGB (Red+Green+Blue) = 30+64+79=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E404F is #E1BFB0. Grayscale: #373737. Windows color (decimal): -14794673 or 5193758. OLE color: 5193758.
HSL color Cylindrical-coordinate representation of color #1E404F: hue angle of 198.37º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E404F is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 64 | 79 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.69 |
| HSL | 198.37º | 0.45% | 0.21% | - |
| HSV(B) | 198.37º | 0.62% | 0.31% | - |
| XYZ | 3.78 | 4.51 | 8.07 | - |
| YUV | 55.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 79 | 0.62 | 0.19 | 0 | 0.69 | 198.37 | 0.45 | 0.21 |
| Hex | 1E | 40 | 4F | 3E | 13 | 0 | 45 | C6 | 2D | 15 |
| Octal | 36 | 100 | 117 | 76 | 23 | 0 | 105 | 306 | 55 | 25 |
| Binary | 11110 | 1000000 | 1001111 | 111110 | 10011 | 0 | 1000101 | 11000110 | 101101 | 10101 |
Color Harmonies of #1E404F
Complementary color
Monochromatic Colors of #1E404F
Black with #1E404F
Text Example
Text Example
White with #1E404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E404F; }
p { color: rgb(30,64,79); }
H1.HeaderClassName
{
color: #1E404F;
}
.AnyTagClassName
{
color: #1E404F;
}
</style>
background-color css
<style>
a { background-color: #1E404F; }
a { background-color: rgb(30,64,79); }
div.DivClassName
{
background-color: #1E404F;
}
.BgClassName
{
background-color: #1E404F;
}
</style>
border-color css
<style>
span { border-color: #1E404F; }
span { border-color: rgb(30,64,79); }
td.TdClassName
{
border-color: #1E404F;
}
.TagClassName
{
border-color: #1E404F;
}
</style>