Shades of Green Vogue #1C4149
Tints of Green Vogue #1C4149
RGB
CMYK
RGB Variations
Color information
#1C4149 (or 0x1C4149) is known color: Green Vogue. HEX triplet: 1C, 41 and 49. RGB value is (28,65,73). Sum of RGB (Red+Green+Blue) = 28+65+73=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4149 is #E3BEB6. Grayscale: #363636. Windows color (decimal): -14925495 or 4800796. OLE color: 4800796.
HSL color Cylindrical-coordinate representation of color #1C4149: hue angle of 190.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4149 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 65 | 73 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.71 |
| HSL | 190.67º | 0.45% | 0.2% | - |
| HSV(B) | 190.67º | 0.62% | 0.29% | - |
| XYZ | 3.57 | 4.51 | 6.99 | - |
| YUV | 54.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 73 | 0.62 | 0.11 | 0 | 0.71 | 190.67 | 0.45 | 0.2 |
| Hex | 1C | 41 | 49 | 3E | B | 0 | 47 | BF | 2D | 14 |
| Octal | 34 | 101 | 111 | 76 | 13 | 0 | 107 | 277 | 55 | 24 |
| Binary | 11100 | 1000001 | 1001001 | 111110 | 1011 | 0 | 1000111 | 10111111 | 101101 | 10100 |
Color Harmonies of #1C4149
Complementary color
Monochromatic Colors of #1C4149
Black with #1C4149
Text Example
Text Example
White with #1C4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4149; }
p { color: rgb(28,65,73); }
H1.HeaderClassName
{
color: #1C4149;
}
.AnyTagClassName
{
color: #1C4149;
}
</style>
background-color css
<style>
a { background-color: #1C4149; }
a { background-color: rgb(28,65,73); }
div.DivClassName
{
background-color: #1C4149;
}
.BgClassName
{
background-color: #1C4149;
}
</style>
border-color css
<style>
span { border-color: #1C4149; }
span { border-color: rgb(28,65,73); }
td.TdClassName
{
border-color: #1C4149;
}
.TagClassName
{
border-color: #1C4149;
}
</style>