Shades of Green Vogue #1F434D
Tints of Green Vogue #1F434D
RGB
CMYK
RGB Variations
Color information
#1F434D (or 0x1F434D) is known color: Green Vogue. HEX triplet: 1F, 43 and 4D. RGB value is (31,67,77). Sum of RGB (Red+Green+Blue) = 31+67+77=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F434D is #E0BCB2. Grayscale: #393939. Windows color (decimal): -14728371 or 5063455. OLE color: 5063455.
HSL color Cylindrical-coordinate representation of color #1F434D: hue angle of 193.04º 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 #1F434D is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 67 | 77 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.70 |
| HSL | 193.04º | 0.43% | 0.21% | - |
| HSV(B) | 193.04º | 0.6% | 0.3% | - |
| XYZ | 3.91 | 4.84 | 7.75 | - |
| YUV | 57.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 77 | 0.60 | 0.13 | 0 | 0.70 | 193.04 | 0.43 | 0.21 |
| Hex | 1F | 43 | 4D | 3C | D | 0 | 46 | C1 | 2B | 15 |
| Octal | 37 | 103 | 115 | 74 | 15 | 0 | 106 | 301 | 53 | 25 |
| Binary | 11111 | 1000011 | 1001101 | 111100 | 1101 | 0 | 1000110 | 11000001 | 101011 | 10101 |
Color Harmonies of #1F434D
Complementary color
Monochromatic Colors of #1F434D
Black with #1F434D
Text Example
Text Example
White with #1F434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F434D; }
p { color: rgb(31,67,77); }
H1.HeaderClassName
{
color: #1F434D;
}
.AnyTagClassName
{
color: #1F434D;
}
</style>
background-color css
<style>
a { background-color: #1F434D; }
a { background-color: rgb(31,67,77); }
div.DivClassName
{
background-color: #1F434D;
}
.BgClassName
{
background-color: #1F434D;
}
</style>
border-color css
<style>
span { border-color: #1F434D; }
span { border-color: rgb(31,67,77); }
td.TdClassName
{
border-color: #1F434D;
}
.TagClassName
{
border-color: #1F434D;
}
</style>