Shades of Green Vogue #1F404D
Tints of Green Vogue #1F404D
RGB
CMYK
RGB Variations
Color information
#1F404D (or 0x1F404D) is known color: Green Vogue. HEX triplet: 1F, 40 and 4D. RGB value is (31,64,77). Sum of RGB (Red+Green+Blue) = 31+64+77=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F404D is #E0BFB2. Grayscale: #373737. Windows color (decimal): -14729139 or 5062687. OLE color: 5062687.
HSL color Cylindrical-coordinate representation of color #1F404D: hue angle of 196.96º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F404D is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 64 | 77 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.70 |
| HSL | 196.96º | 0.43% | 0.21% | - |
| HSV(B) | 196.96º | 0.6% | 0.3% | - |
| XYZ | 3.74 | 4.49 | 7.69 | - |
| YUV | 55.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 77 | 0.60 | 0.17 | 0 | 0.70 | 196.96 | 0.43 | 0.21 |
| Hex | 1F | 40 | 4D | 3C | 11 | 0 | 46 | C5 | 2B | 15 |
| Octal | 37 | 100 | 115 | 74 | 21 | 0 | 106 | 305 | 53 | 25 |
| Binary | 11111 | 1000000 | 1001101 | 111100 | 10001 | 0 | 1000110 | 11000101 | 101011 | 10101 |
Color Harmonies of #1F404D
Complementary color
Monochromatic Colors of #1F404D
Black with #1F404D
Text Example
Text Example
White with #1F404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F404D; }
p { color: rgb(31,64,77); }
H1.HeaderClassName
{
color: #1F404D;
}
.AnyTagClassName
{
color: #1F404D;
}
</style>
background-color css
<style>
a { background-color: #1F404D; }
a { background-color: rgb(31,64,77); }
div.DivClassName
{
background-color: #1F404D;
}
.BgClassName
{
background-color: #1F404D;
}
</style>
border-color css
<style>
span { border-color: #1F404D; }
span { border-color: rgb(31,64,77); }
td.TdClassName
{
border-color: #1F404D;
}
.TagClassName
{
border-color: #1F404D;
}
</style>