Shades of Green Vogue #1F434A
Tints of Green Vogue #1F434A
RGB
CMYK
RGB Variations
Color information
#1F434A (or 0x1F434A) is known color: Green Vogue. HEX triplet: 1F, 43 and 4A. RGB value is (31,67,74). Sum of RGB (Red+Green+Blue) = 31+67+74=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F434A is #E0BCB5. Grayscale: #383838. Windows color (decimal): -14728374 or 4866847. OLE color: 4866847.
HSL color Cylindrical-coordinate representation of color #1F434A: hue angle of 189.77º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F434A is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 67 | 74 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.71 |
| HSL | 189.77º | 0.41% | 0.21% | - |
| HSV(B) | 189.77º | 0.58% | 0.29% | - |
| XYZ | 3.81 | 4.8 | 7.2 | - |
| YUV | 57.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 74 | 0.58 | 0.09 | 0 | 0.71 | 189.77 | 0.41 | 0.21 |
| Hex | 1F | 43 | 4A | 3A | 9 | 0 | 47 | BE | 29 | 15 |
| Octal | 37 | 103 | 112 | 72 | 11 | 0 | 107 | 276 | 51 | 25 |
| Binary | 11111 | 1000011 | 1001010 | 111010 | 1001 | 0 | 1000111 | 10111110 | 101001 | 10101 |
Color Harmonies of #1F434A
Complementary color
Monochromatic Colors of #1F434A
Black with #1F434A
Text Example
Text Example
White with #1F434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F434A; }
p { color: rgb(31,67,74); }
H1.HeaderClassName
{
color: #1F434A;
}
.AnyTagClassName
{
color: #1F434A;
}
</style>
background-color css
<style>
a { background-color: #1F434A; }
a { background-color: rgb(31,67,74); }
div.DivClassName
{
background-color: #1F434A;
}
.BgClassName
{
background-color: #1F434A;
}
</style>
border-color css
<style>
span { border-color: #1F434A; }
span { border-color: rgb(31,67,74); }
td.TdClassName
{
border-color: #1F434A;
}
.TagClassName
{
border-color: #1F434A;
}
</style>