Shades of Green Vogue #1C3C49
Tints of Green Vogue #1C3C49
RGB
CMYK
RGB Variations
Color information
#1C3C49 (or 0x1C3C49) is known color: Green Vogue. HEX triplet: 1C, 3C and 49. RGB value is (28,60,73). Sum of RGB (Red+Green+Blue) = 28+60+73=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C3C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3C49 is #E3C3B6. Grayscale: #333333. Windows color (decimal): -14926775 or 4799516. OLE color: 4799516.
HSL color Cylindrical-coordinate representation of color #1C3C49: hue angle of 197.33º 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 #1C3C49 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 60 | 73 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.71 |
| HSL | 197.33º | 0.45% | 0.2% | - |
| HSV(B) | 197.33º | 0.62% | 0.29% | - |
| XYZ | 3.3 | 3.96 | 6.89 | - |
| YUV | 51.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 73 | 0.62 | 0.18 | 0 | 0.71 | 197.33 | 0.45 | 0.2 |
| Hex | 1C | 3C | 49 | 3E | 12 | 0 | 47 | C5 | 2D | 14 |
| Octal | 34 | 74 | 111 | 76 | 22 | 0 | 107 | 305 | 55 | 24 |
| Binary | 11100 | 111100 | 1001001 | 111110 | 10010 | 0 | 1000111 | 11000101 | 101101 | 10100 |
Color Harmonies of #1C3C49
Complementary color
Monochromatic Colors of #1C3C49
Black with #1C3C49
Text Example
Text Example
White with #1C3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3C49; }
p { color: rgb(28,60,73); }
H1.HeaderClassName
{
color: #1C3C49;
}
.AnyTagClassName
{
color: #1C3C49;
}
</style>
background-color css
<style>
a { background-color: #1C3C49; }
a { background-color: rgb(28,60,73); }
div.DivClassName
{
background-color: #1C3C49;
}
.BgClassName
{
background-color: #1C3C49;
}
</style>
border-color css
<style>
span { border-color: #1C3C49; }
span { border-color: rgb(28,60,73); }
td.TdClassName
{
border-color: #1C3C49;
}
.TagClassName
{
border-color: #1C3C49;
}
</style>