Shades of Green Vogue #1A424D
Tints of Green Vogue #1A424D
RGB
CMYK
RGB Variations
Color information
#1A424D (or 0x1A424D) is known color: Green Vogue. HEX triplet: 1A, 42 and 4D. RGB value is (26,66,77). Sum of RGB (Red+Green+Blue) = 26+66+77=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A424D is #E5BDB2. Grayscale: #373737. Windows color (decimal): -15056307 or 5063194. OLE color: 5063194.
HSL color Cylindrical-coordinate representation of color #1A424D: hue angle of 192.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A424D is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 66 | 77 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.70 |
| HSL | 192.94º | 0.5% | 0.2% | - |
| HSV(B) | 192.94º | 0.66% | 0.3% | - |
| XYZ | 3.71 | 4.65 | 7.72 | - |
| YUV | 55.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 77 | 0.66 | 0.14 | 0 | 0.70 | 192.94 | 0.5 | 0.2 |
| Hex | 1A | 42 | 4D | 42 | E | 0 | 46 | C1 | 32 | 14 |
| Octal | 32 | 102 | 115 | 102 | 16 | 0 | 106 | 301 | 62 | 24 |
| Binary | 11010 | 1000010 | 1001101 | 1000010 | 1110 | 0 | 1000110 | 11000001 | 110010 | 10100 |
Color Harmonies of #1A424D
Complementary color
Monochromatic Colors of #1A424D
Black with #1A424D
Text Example
Text Example
White with #1A424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A424D; }
p { color: rgb(26,66,77); }
H1.HeaderClassName
{
color: #1A424D;
}
.AnyTagClassName
{
color: #1A424D;
}
</style>
background-color css
<style>
a { background-color: #1A424D; }
a { background-color: rgb(26,66,77); }
div.DivClassName
{
background-color: #1A424D;
}
.BgClassName
{
background-color: #1A424D;
}
</style>
border-color css
<style>
span { border-color: #1A424D; }
span { border-color: rgb(26,66,77); }
td.TdClassName
{
border-color: #1A424D;
}
.TagClassName
{
border-color: #1A424D;
}
</style>