Shades of Green Vogue #1F464D
Tints of Green Vogue #1F464D
RGB
CMYK
RGB Variations
Color information
#1F464D (or 0x1F464D) is known color: Green Vogue. HEX triplet: 1F, 46 and 4D. RGB value is (31,70,77). Sum of RGB (Red+Green+Blue) = 31+70+77=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F464D is #E0B9B2. Grayscale: #3B3B3B. Windows color (decimal): -14727603 or 5064223. OLE color: 5064223.
HSL color Cylindrical-coordinate representation of color #1F464D: hue angle of 189.13º 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 #1F464D is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 70 | 77 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.70 |
| HSL | 189.13º | 0.43% | 0.21% | - |
| HSV(B) | 189.13º | 0.6% | 0.3% | - |
| XYZ | 4.09 | 5.21 | 7.81 | - |
| YUV | 59.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 77 | 0.60 | 0.09 | 0 | 0.70 | 189.13 | 0.43 | 0.21 |
| Hex | 1F | 46 | 4D | 3C | 9 | 0 | 46 | BD | 2B | 15 |
| Octal | 37 | 106 | 115 | 74 | 11 | 0 | 106 | 275 | 53 | 25 |
| Binary | 11111 | 1000110 | 1001101 | 111100 | 1001 | 0 | 1000110 | 10111101 | 101011 | 10101 |
Color Harmonies of #1F464D
Complementary color
Monochromatic Colors of #1F464D
Black with #1F464D
Text Example
Text Example
White with #1F464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F464D; }
p { color: rgb(31,70,77); }
H1.HeaderClassName
{
color: #1F464D;
}
.AnyTagClassName
{
color: #1F464D;
}
</style>
background-color css
<style>
a { background-color: #1F464D; }
a { background-color: rgb(31,70,77); }
div.DivClassName
{
background-color: #1F464D;
}
.BgClassName
{
background-color: #1F464D;
}
</style>
border-color css
<style>
span { border-color: #1F464D; }
span { border-color: rgb(31,70,77); }
td.TdClassName
{
border-color: #1F464D;
}
.TagClassName
{
border-color: #1F464D;
}
</style>