Shades of Green Vogue #1F454B
Tints of Green Vogue #1F454B
RGB
CMYK
RGB Variations
Color information
#1F454B (or 0x1F454B) is known color: Green Vogue. HEX triplet: 1F, 45 and 4B. RGB value is (31,69,75). Sum of RGB (Red+Green+Blue) = 31+69+75=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F454B is #E0BAB4. Grayscale: #3A3A3A. Windows color (decimal): -14727861 or 4932895. OLE color: 4932895.
HSL color Cylindrical-coordinate representation of color #1F454B: hue angle of 188.18º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F454B is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 69 | 75 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.71 |
| HSL | 188.18º | 0.42% | 0.21% | - |
| HSV(B) | 188.18º | 0.59% | 0.29% | - |
| XYZ | 3.96 | 5.06 | 7.42 | - |
| YUV | 58.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 75 | 0.59 | 0.08 | 0 | 0.71 | 188.18 | 0.42 | 0.21 |
| Hex | 1F | 45 | 4B | 3B | 8 | 0 | 47 | BC | 2A | 15 |
| Octal | 37 | 105 | 113 | 73 | 10 | 0 | 107 | 274 | 52 | 25 |
| Binary | 11111 | 1000101 | 1001011 | 111011 | 1000 | 0 | 1000111 | 10111100 | 101010 | 10101 |
Color Harmonies of #1F454B
Complementary color
Monochromatic Colors of #1F454B
Black with #1F454B
Text Example
Text Example
White with #1F454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F454B; }
p { color: rgb(31,69,75); }
H1.HeaderClassName
{
color: #1F454B;
}
.AnyTagClassName
{
color: #1F454B;
}
</style>
background-color css
<style>
a { background-color: #1F454B; }
a { background-color: rgb(31,69,75); }
div.DivClassName
{
background-color: #1F454B;
}
.BgClassName
{
background-color: #1F454B;
}
</style>
border-color css
<style>
span { border-color: #1F454B; }
span { border-color: rgb(31,69,75); }
td.TdClassName
{
border-color: #1F454B;
}
.TagClassName
{
border-color: #1F454B;
}
</style>