Shades of Green Vogue #1F4452
Tints of Green Vogue #1F4452
RGB
CMYK
RGB Variations
Color information
#1F4452 (or 0x1F4452) is known color: Green Vogue. HEX triplet: 1F, 44 and 52. RGB value is (31,68,82). Sum of RGB (Red+Green+Blue) = 31+68+82=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F4452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4452 is #E0BBAD. Grayscale: #3A3A3A. Windows color (decimal): -14728110 or 5391391. OLE color: 5391391.
HSL color Cylindrical-coordinate representation of color #1F4452: hue angle of 196.47º 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 #1F4452 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 68 | 82 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.68 |
| HSL | 196.47º | 0.45% | 0.22% | - |
| HSV(B) | 196.47º | 0.62% | 0.32% | - |
| XYZ | 4.16 | 5.03 | 8.74 | - |
| YUV | 58.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 82 | 0.62 | 0.17 | 0 | 0.68 | 196.47 | 0.45 | 0.22 |
| Hex | 1F | 44 | 52 | 3E | 11 | 0 | 44 | C4 | 2D | 16 |
| Octal | 37 | 104 | 122 | 76 | 21 | 0 | 104 | 304 | 55 | 26 |
| Binary | 11111 | 1000100 | 1010010 | 111110 | 10001 | 0 | 1000100 | 11000100 | 101101 | 10110 |
Color Harmonies of #1F4452
Complementary color
Monochromatic Colors of #1F4452
Black with #1F4452
Text Example
Text Example
White with #1F4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4452; }
p { color: rgb(31,68,82); }
H1.HeaderClassName
{
color: #1F4452;
}
.AnyTagClassName
{
color: #1F4452;
}
</style>
background-color css
<style>
a { background-color: #1F4452; }
a { background-color: rgb(31,68,82); }
div.DivClassName
{
background-color: #1F4452;
}
.BgClassName
{
background-color: #1F4452;
}
</style>
border-color css
<style>
span { border-color: #1F4452; }
span { border-color: rgb(31,68,82); }
td.TdClassName
{
border-color: #1F4452;
}
.TagClassName
{
border-color: #1F4452;
}
</style>