Shades of Green Vogue #1F4252
Tints of Green Vogue #1F4252
RGB
CMYK
RGB Variations
Color information
#1F4252 (or 0x1F4252) is known color: Green Vogue. HEX triplet: 1F, 42 and 52. RGB value is (31,66,82). Sum of RGB (Red+Green+Blue) = 31+66+82=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F4252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4252 is #E0BDAD. Grayscale: #393939. Windows color (decimal): -14728622 or 5390879. OLE color: 5390879.
HSL color Cylindrical-coordinate representation of color #1F4252: hue angle of 198.82º 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 #1F4252 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 66 | 82 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.68 |
| HSL | 198.82º | 0.45% | 0.22% | - |
| HSV(B) | 198.82º | 0.62% | 0.32% | - |
| XYZ | 4.04 | 4.8 | 8.7 | - |
| YUV | 57.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 82 | 0.62 | 0.20 | 0 | 0.68 | 198.82 | 0.45 | 0.22 |
| Hex | 1F | 42 | 52 | 3E | 14 | 0 | 44 | C7 | 2D | 16 |
| Octal | 37 | 102 | 122 | 76 | 24 | 0 | 104 | 307 | 55 | 26 |
| Binary | 11111 | 1000010 | 1010010 | 111110 | 10100 | 0 | 1000100 | 11000111 | 101101 | 10110 |
Color Harmonies of #1F4252
Complementary color
Monochromatic Colors of #1F4252
Black with #1F4252
Text Example
Text Example
White with #1F4252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4252; }
p { color: rgb(31,66,82); }
H1.HeaderClassName
{
color: #1F4252;
}
.AnyTagClassName
{
color: #1F4252;
}
</style>
background-color css
<style>
a { background-color: #1F4252; }
a { background-color: rgb(31,66,82); }
div.DivClassName
{
background-color: #1F4252;
}
.BgClassName
{
background-color: #1F4252;
}
</style>
border-color css
<style>
span { border-color: #1F4252; }
span { border-color: rgb(31,66,82); }
td.TdClassName
{
border-color: #1F4252;
}
.TagClassName
{
border-color: #1F4252;
}
</style>