Shades of Green Vogue #1F4150
Tints of Green Vogue #1F4150
RGB
CMYK
RGB Variations
Color information
#1F4150 (or 0x1F4150) is known color: Green Vogue. HEX triplet: 1F, 41 and 50. RGB value is (31,65,80). Sum of RGB (Red+Green+Blue) = 31+65+80=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4150 is #E0BEAF. Grayscale: #383838. Windows color (decimal): -14728880 or 5259551. OLE color: 5259551.
HSL color Cylindrical-coordinate representation of color #1F4150: hue angle of 198.37º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F4150 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 65 | 80 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.69 |
| HSL | 198.37º | 0.44% | 0.22% | - |
| HSV(B) | 198.37º | 0.61% | 0.31% | - |
| XYZ | 3.9 | 4.65 | 8.28 | - |
| YUV | 56.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 80 | 0.61 | 0.19 | 0 | 0.69 | 198.37 | 0.44 | 0.22 |
| Hex | 1F | 41 | 50 | 3D | 13 | 0 | 45 | C6 | 2C | 16 |
| Octal | 37 | 101 | 120 | 75 | 23 | 0 | 105 | 306 | 54 | 26 |
| Binary | 11111 | 1000001 | 1010000 | 111101 | 10011 | 0 | 1000101 | 11000110 | 101100 | 10110 |
Color Harmonies of #1F4150
Complementary color
Monochromatic Colors of #1F4150
Black with #1F4150
Text Example
Text Example
White with #1F4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4150; }
p { color: rgb(31,65,80); }
H1.HeaderClassName
{
color: #1F4150;
}
.AnyTagClassName
{
color: #1F4150;
}
</style>
background-color css
<style>
a { background-color: #1F4150; }
a { background-color: rgb(31,65,80); }
div.DivClassName
{
background-color: #1F4150;
}
.BgClassName
{
background-color: #1F4150;
}
</style>
border-color css
<style>
span { border-color: #1F4150; }
span { border-color: rgb(31,65,80); }
td.TdClassName
{
border-color: #1F4150;
}
.TagClassName
{
border-color: #1F4150;
}
</style>