Shades of Green Vogue #1C3E47
Tints of Green Vogue #1C3E47
RGB
CMYK
RGB Variations
Color information
#1C3E47 (or 0x1C3E47) is known color: Green Vogue. HEX triplet: 1C, 3E and 47. RGB value is (28,62,71). Sum of RGB (Red+Green+Blue) = 28+62+71=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C3E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3E47 is #E3C1B8. Grayscale: #343434. Windows color (decimal): -14926265 or 4668956. OLE color: 4668956.
HSL color Cylindrical-coordinate representation of color #1C3E47: hue angle of 192.56º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C3E47 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 62 | 71 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.72 |
| HSL | 192.56º | 0.43% | 0.19% | - |
| HSV(B) | 192.56º | 0.61% | 0.28% | - |
| XYZ | 3.34 | 4.15 | 6.59 | - |
| YUV | 52.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 71 | 0.61 | 0.13 | 0 | 0.72 | 192.56 | 0.43 | 0.19 |
| Hex | 1C | 3E | 47 | 3D | D | 0 | 48 | C1 | 2B | 13 |
| Octal | 34 | 76 | 107 | 75 | 15 | 0 | 110 | 301 | 53 | 23 |
| Binary | 11100 | 111110 | 1000111 | 111101 | 1101 | 0 | 1001000 | 11000001 | 101011 | 10011 |
Color Harmonies of #1C3E47
Complementary color
Monochromatic Colors of #1C3E47
Black with #1C3E47
Text Example
Text Example
White with #1C3E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3E47; }
p { color: rgb(28,62,71); }
H1.HeaderClassName
{
color: #1C3E47;
}
.AnyTagClassName
{
color: #1C3E47;
}
</style>
background-color css
<style>
a { background-color: #1C3E47; }
a { background-color: rgb(28,62,71); }
div.DivClassName
{
background-color: #1C3E47;
}
.BgClassName
{
background-color: #1C3E47;
}
</style>
border-color css
<style>
span { border-color: #1C3E47; }
span { border-color: rgb(28,62,71); }
td.TdClassName
{
border-color: #1C3E47;
}
.TagClassName
{
border-color: #1C3E47;
}
</style>