Shades of Green Vogue #1C3E4D
Tints of Green Vogue #1C3E4D
RGB
CMYK
RGB Variations
Color information
#1C3E4D (or 0x1C3E4D) is known color: Green Vogue. HEX triplet: 1C, 3E and 4D. RGB value is (28,62,77). Sum of RGB (Red+Green+Blue) = 28+62+77=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C3E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3E4D is #E3C1B2. Grayscale: #353535. Windows color (decimal): -14926259 or 5062172. OLE color: 5062172.
HSL color Cylindrical-coordinate representation of color #1C3E4D: hue angle of 198.37º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C3E4D is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 62 | 77 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.70 |
| HSL | 198.37º | 0.47% | 0.21% | - |
| HSV(B) | 198.37º | 0.64% | 0.3% | - |
| XYZ | 3.54 | 4.23 | 7.65 | - |
| YUV | 53.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 77 | 0.64 | 0.19 | 0 | 0.70 | 198.37 | 0.47 | 0.21 |
| Hex | 1C | 3E | 4D | 40 | 13 | 0 | 46 | C6 | 2F | 15 |
| Octal | 34 | 76 | 115 | 100 | 23 | 0 | 106 | 306 | 57 | 25 |
| Binary | 11100 | 111110 | 1001101 | 1000000 | 10011 | 0 | 1000110 | 11000110 | 101111 | 10101 |
Color Harmonies of #1C3E4D
Complementary color
Monochromatic Colors of #1C3E4D
Black with #1C3E4D
Text Example
Text Example
White with #1C3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3E4D; }
p { color: rgb(28,62,77); }
H1.HeaderClassName
{
color: #1C3E4D;
}
.AnyTagClassName
{
color: #1C3E4D;
}
</style>
background-color css
<style>
a { background-color: #1C3E4D; }
a { background-color: rgb(28,62,77); }
div.DivClassName
{
background-color: #1C3E4D;
}
.BgClassName
{
background-color: #1C3E4D;
}
</style>
border-color css
<style>
span { border-color: #1C3E4D; }
span { border-color: rgb(28,62,77); }
td.TdClassName
{
border-color: #1C3E4D;
}
.TagClassName
{
border-color: #1C3E4D;
}
</style>