Shades of Green Vogue #1C4048
Tints of Green Vogue #1C4048
RGB
CMYK
RGB Variations
Color information
#1C4048 (or 0x1C4048) is known color: Green Vogue. HEX triplet: 1C, 40 and 48. RGB value is (28,64,72). Sum of RGB (Red+Green+Blue) = 28+64+72=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4048 is #E3BFB7. Grayscale: #363636. Windows color (decimal): -14925752 or 4735004. OLE color: 4735004.
HSL color Cylindrical-coordinate representation of color #1C4048: hue angle of 190.91º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C4048 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 64 | 72 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.72 |
| HSL | 190.91º | 0.44% | 0.2% | - |
| HSV(B) | 190.91º | 0.61% | 0.28% | - |
| XYZ | 3.48 | 4.38 | 6.79 | - |
| YUV | 54.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 72 | 0.61 | 0.11 | 0 | 0.72 | 190.91 | 0.44 | 0.2 |
| Hex | 1C | 40 | 48 | 3D | B | 0 | 48 | BF | 2C | 14 |
| Octal | 34 | 100 | 110 | 75 | 13 | 0 | 110 | 277 | 54 | 24 |
| Binary | 11100 | 1000000 | 1001000 | 111101 | 1011 | 0 | 1001000 | 10111111 | 101100 | 10100 |
Color Harmonies of #1C4048
Complementary color
Monochromatic Colors of #1C4048
Black with #1C4048
Text Example
Text Example
White with #1C4048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4048; }
p { color: rgb(28,64,72); }
H1.HeaderClassName
{
color: #1C4048;
}
.AnyTagClassName
{
color: #1C4048;
}
</style>
background-color css
<style>
a { background-color: #1C4048; }
a { background-color: rgb(28,64,72); }
div.DivClassName
{
background-color: #1C4048;
}
.BgClassName
{
background-color: #1C4048;
}
</style>
border-color css
<style>
span { border-color: #1C4048; }
span { border-color: rgb(28,64,72); }
td.TdClassName
{
border-color: #1C4048;
}
.TagClassName
{
border-color: #1C4048;
}
</style>