Shades of Green Vogue #1F3E48
Tints of Green Vogue #1F3E48
RGB
CMYK
RGB Variations
Color information
#1F3E48 (or 0x1F3E48) is known color: Green Vogue. HEX triplet: 1F, 3E and 48. RGB value is (31,62,72). Sum of RGB (Red+Green+Blue) = 31+62+72=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3E48 is #E0C1B7. Grayscale: #353535. Windows color (decimal): -14729656 or 4734495. OLE color: 4734495.
HSL color Cylindrical-coordinate representation of color #1F3E48: hue angle of 194.63º 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 #1F3E48 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 62 | 72 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.72 |
| HSL | 194.63º | 0.4% | 0.2% | - |
| HSV(B) | 194.63º | 0.57% | 0.28% | - |
| XYZ | 3.46 | 4.2 | 6.76 | - |
| YUV | 53.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 72 | 0.57 | 0.14 | 0 | 0.72 | 194.63 | 0.4 | 0.2 |
| Hex | 1F | 3E | 48 | 39 | E | 0 | 48 | C3 | 28 | 14 |
| Octal | 37 | 76 | 110 | 71 | 16 | 0 | 110 | 303 | 50 | 24 |
| Binary | 11111 | 111110 | 1001000 | 111001 | 1110 | 0 | 1001000 | 11000011 | 101000 | 10100 |
Color Harmonies of #1F3E48
Complementary color
Monochromatic Colors of #1F3E48
Black with #1F3E48
Text Example
Text Example
White with #1F3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3E48; }
p { color: rgb(31,62,72); }
H1.HeaderClassName
{
color: #1F3E48;
}
.AnyTagClassName
{
color: #1F3E48;
}
</style>
background-color css
<style>
a { background-color: #1F3E48; }
a { background-color: rgb(31,62,72); }
div.DivClassName
{
background-color: #1F3E48;
}
.BgClassName
{
background-color: #1F3E48;
}
</style>
border-color css
<style>
span { border-color: #1F3E48; }
span { border-color: rgb(31,62,72); }
td.TdClassName
{
border-color: #1F3E48;
}
.TagClassName
{
border-color: #1F3E48;
}
</style>