Shades of Green Vogue #1F4351
Tints of Green Vogue #1F4351
RGB
CMYK
RGB Variations
Color information
#1F4351 (or 0x1F4351) is known color: Green Vogue. HEX triplet: 1F, 43 and 51. RGB value is (31,67,81). Sum of RGB (Red+Green+Blue) = 31+67+81=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F4351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4351 is #E0BCAE. Grayscale: #393939. Windows color (decimal): -14728367 or 5325599. OLE color: 5325599.
HSL color Cylindrical-coordinate representation of color #1F4351: hue angle of 196.8º 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 #1F4351 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 67 | 81 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.68 |
| HSL | 196.8º | 0.45% | 0.22% | - |
| HSV(B) | 196.8º | 0.62% | 0.32% | - |
| XYZ | 4.06 | 4.9 | 8.52 | - |
| YUV | 57.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 81 | 0.62 | 0.17 | 0 | 0.68 | 196.8 | 0.45 | 0.22 |
| Hex | 1F | 43 | 51 | 3E | 11 | 0 | 44 | C5 | 2D | 16 |
| Octal | 37 | 103 | 121 | 76 | 21 | 0 | 104 | 305 | 55 | 26 |
| Binary | 11111 | 1000011 | 1010001 | 111110 | 10001 | 0 | 1000100 | 11000101 | 101101 | 10110 |
Color Harmonies of #1F4351
Complementary color
Monochromatic Colors of #1F4351
Black with #1F4351
Text Example
Text Example
White with #1F4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4351; }
p { color: rgb(31,67,81); }
H1.HeaderClassName
{
color: #1F4351;
}
.AnyTagClassName
{
color: #1F4351;
}
</style>
background-color css
<style>
a { background-color: #1F4351; }
a { background-color: rgb(31,67,81); }
div.DivClassName
{
background-color: #1F4351;
}
.BgClassName
{
background-color: #1F4351;
}
</style>
border-color css
<style>
span { border-color: #1F4351; }
span { border-color: rgb(31,67,81); }
td.TdClassName
{
border-color: #1F4351;
}
.TagClassName
{
border-color: #1F4351;
}
</style>