Shades of Green Vogue #1C3E48
Tints of Green Vogue #1C3E48
RGB
CMYK
RGB Variations
Color information
#1C3E48 (or 0x1C3E48) is known color: Green Vogue. HEX triplet: 1C, 3E and 48. RGB value is (28,62,72). Sum of RGB (Red+Green+Blue) = 28+62+72=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3E48 is #E3C1B7. Grayscale: #343434. Windows color (decimal): -14926264 or 4734492. OLE color: 4734492.
HSL color Cylindrical-coordinate representation of color #1C3E48: hue angle of 193.64º 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 #1C3E48 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 62 | 72 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.72 |
| HSL | 193.64º | 0.44% | 0.2% | - |
| HSV(B) | 193.64º | 0.61% | 0.28% | - |
| XYZ | 3.37 | 4.16 | 6.76 | - |
| YUV | 52.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 72 | 0.61 | 0.14 | 0 | 0.72 | 193.64 | 0.44 | 0.2 |
| Hex | 1C | 3E | 48 | 3D | E | 0 | 48 | C2 | 2C | 14 |
| Octal | 34 | 76 | 110 | 75 | 16 | 0 | 110 | 302 | 54 | 24 |
| Binary | 11100 | 111110 | 1001000 | 111101 | 1110 | 0 | 1001000 | 11000010 | 101100 | 10100 |
Color Harmonies of #1C3E48
Complementary color
Monochromatic Colors of #1C3E48
Black with #1C3E48
Text Example
Text Example
White with #1C3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3E48; }
p { color: rgb(28,62,72); }
H1.HeaderClassName
{
color: #1C3E48;
}
.AnyTagClassName
{
color: #1C3E48;
}
</style>
background-color css
<style>
a { background-color: #1C3E48; }
a { background-color: rgb(28,62,72); }
div.DivClassName
{
background-color: #1C3E48;
}
.BgClassName
{
background-color: #1C3E48;
}
</style>
border-color css
<style>
span { border-color: #1C3E48; }
span { border-color: rgb(28,62,72); }
td.TdClassName
{
border-color: #1C3E48;
}
.TagClassName
{
border-color: #1C3E48;
}
</style>