Shades of Green Vogue #1F4048
Tints of Green Vogue #1F4048
RGB
CMYK
RGB Variations
Color information
#1F4048 (or 0x1F4048) is known color: Green Vogue. HEX triplet: 1F, 40 and 48. RGB value is (31,64,72). Sum of RGB (Red+Green+Blue) = 31+64+72=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4048 is #E0BFB7. Grayscale: #363636. Windows color (decimal): -14729144 or 4735007. OLE color: 4735007.
HSL color Cylindrical-coordinate representation of color #1F4048: hue angle of 191.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4048 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 64 | 72 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.72 |
| HSL | 191.71º | 0.4% | 0.2% | - |
| HSV(B) | 191.71º | 0.57% | 0.28% | - |
| XYZ | 3.57 | 4.43 | 6.8 | - |
| YUV | 55.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 72 | 0.57 | 0.11 | 0 | 0.72 | 191.71 | 0.4 | 0.2 |
| Hex | 1F | 40 | 48 | 39 | B | 0 | 48 | C0 | 28 | 14 |
| Octal | 37 | 100 | 110 | 71 | 13 | 0 | 110 | 300 | 50 | 24 |
| Binary | 11111 | 1000000 | 1001000 | 111001 | 1011 | 0 | 1001000 | 11000000 | 101000 | 10100 |
Color Harmonies of #1F4048
Complementary color
Monochromatic Colors of #1F4048
Black with #1F4048
Text Example
Text Example
White with #1F4048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4048; }
p { color: rgb(31,64,72); }
H1.HeaderClassName
{
color: #1F4048;
}
.AnyTagClassName
{
color: #1F4048;
}
</style>
background-color css
<style>
a { background-color: #1F4048; }
a { background-color: rgb(31,64,72); }
div.DivClassName
{
background-color: #1F4048;
}
.BgClassName
{
background-color: #1F4048;
}
</style>
border-color css
<style>
span { border-color: #1F4048; }
span { border-color: rgb(31,64,72); }
td.TdClassName
{
border-color: #1F4048;
}
.TagClassName
{
border-color: #1F4048;
}
</style>