Shades of Green Vogue #1F4251
Tints of Green Vogue #1F4251
RGB
CMYK
RGB Variations
Color information
#1F4251 (or 0x1F4251) is known color: Green Vogue. HEX triplet: 1F, 42 and 51. RGB value is (31,66,81). Sum of RGB (Red+Green+Blue) = 31+66+81=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4251 is #E0BDAE. Grayscale: #393939. Windows color (decimal): -14728623 or 5325343. OLE color: 5325343.
HSL color Cylindrical-coordinate representation of color #1F4251: hue angle of 198º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F4251 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 66 | 81 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.68 |
| HSL | 198º | 0.45% | 0.22% | - |
| HSV(B) | 198º | 0.62% | 0.32% | - |
| XYZ | 4 | 4.78 | 8.5 | - |
| YUV | 57.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 81 | 0.62 | 0.19 | 0 | 0.68 | 198 | 0.45 | 0.22 |
| Hex | 1F | 42 | 51 | 3E | 13 | 0 | 44 | C6 | 2D | 16 |
| Octal | 37 | 102 | 121 | 76 | 23 | 0 | 104 | 306 | 55 | 26 |
| Binary | 11111 | 1000010 | 1010001 | 111110 | 10011 | 0 | 1000100 | 11000110 | 101101 | 10110 |
Color Harmonies of #1F4251
Complementary color
Monochromatic Colors of #1F4251
Black with #1F4251
Text Example
Text Example
White with #1F4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4251; }
p { color: rgb(31,66,81); }
H1.HeaderClassName
{
color: #1F4251;
}
.AnyTagClassName
{
color: #1F4251;
}
</style>
background-color css
<style>
a { background-color: #1F4251; }
a { background-color: rgb(31,66,81); }
div.DivClassName
{
background-color: #1F4251;
}
.BgClassName
{
background-color: #1F4251;
}
</style>
border-color css
<style>
span { border-color: #1F4251; }
span { border-color: rgb(31,66,81); }
td.TdClassName
{
border-color: #1F4251;
}
.TagClassName
{
border-color: #1F4251;
}
</style>