Shades of Green Vogue #1F4049
Tints of Green Vogue #1F4049
RGB
CMYK
RGB Variations
Color information
#1F4049 (or 0x1F4049) is known color: Green Vogue. HEX triplet: 1F, 40 and 49. RGB value is (31,64,73). Sum of RGB (Red+Green+Blue) = 31+64+73=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F4049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4049 is #E0BFB6. Grayscale: #373737. Windows color (decimal): -14729143 or 4800543. OLE color: 4800543.
HSL color Cylindrical-coordinate representation of color #1F4049: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4049 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 64 | 73 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.71 |
| HSL | 192.86º | 0.4% | 0.2% | - |
| HSV(B) | 192.86º | 0.58% | 0.29% | - |
| XYZ | 3.6 | 4.44 | 6.97 | - |
| YUV | 55.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 73 | 0.58 | 0.12 | 0 | 0.71 | 192.86 | 0.4 | 0.2 |
| Hex | 1F | 40 | 49 | 3A | C | 0 | 47 | C1 | 28 | 14 |
| Octal | 37 | 100 | 111 | 72 | 14 | 0 | 107 | 301 | 50 | 24 |
| Binary | 11111 | 1000000 | 1001001 | 111010 | 1100 | 0 | 1000111 | 11000001 | 101000 | 10100 |
Color Harmonies of #1F4049
Complementary color
Monochromatic Colors of #1F4049
Black with #1F4049
Text Example
Text Example
White with #1F4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4049; }
p { color: rgb(31,64,73); }
H1.HeaderClassName
{
color: #1F4049;
}
.AnyTagClassName
{
color: #1F4049;
}
</style>
background-color css
<style>
a { background-color: #1F4049; }
a { background-color: rgb(31,64,73); }
div.DivClassName
{
background-color: #1F4049;
}
.BgClassName
{
background-color: #1F4049;
}
</style>
border-color css
<style>
span { border-color: #1F4049; }
span { border-color: rgb(31,64,73); }
td.TdClassName
{
border-color: #1F4049;
}
.TagClassName
{
border-color: #1F4049;
}
</style>