Shades of Green Vogue #1F4349
Tints of Green Vogue #1F4349
RGB
CMYK
RGB Variations
Color information
#1F4349 (or 0x1F4349) is known color: Green Vogue. HEX triplet: 1F, 43 and 49. RGB value is (31,67,73). Sum of RGB (Red+Green+Blue) = 31+67+73=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F4349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4349 is #E0BCB6. Grayscale: #383838. Windows color (decimal): -14728375 or 4801311. OLE color: 4801311.
HSL color Cylindrical-coordinate representation of color #1F4349: hue angle of 188.57º 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 #1F4349 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 67 | 73 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.71 |
| HSL | 188.57º | 0.4% | 0.2% | - |
| HSV(B) | 188.57º | 0.58% | 0.29% | - |
| XYZ | 3.77 | 4.79 | 7.03 | - |
| YUV | 56.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 73 | 0.58 | 0.08 | 0 | 0.71 | 188.57 | 0.4 | 0.2 |
| Hex | 1F | 43 | 49 | 3A | 8 | 0 | 47 | BD | 28 | 14 |
| Octal | 37 | 103 | 111 | 72 | 10 | 0 | 107 | 275 | 50 | 24 |
| Binary | 11111 | 1000011 | 1001001 | 111010 | 1000 | 0 | 1000111 | 10111101 | 101000 | 10100 |
Color Harmonies of #1F4349
Complementary color
Monochromatic Colors of #1F4349
Black with #1F4349
Text Example
Text Example
White with #1F4349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4349; }
p { color: rgb(31,67,73); }
H1.HeaderClassName
{
color: #1F4349;
}
.AnyTagClassName
{
color: #1F4349;
}
</style>
background-color css
<style>
a { background-color: #1F4349; }
a { background-color: rgb(31,67,73); }
div.DivClassName
{
background-color: #1F4349;
}
.BgClassName
{
background-color: #1F4349;
}
</style>
border-color css
<style>
span { border-color: #1F4349; }
span { border-color: rgb(31,67,73); }
td.TdClassName
{
border-color: #1F4349;
}
.TagClassName
{
border-color: #1F4349;
}
</style>