Shades of Green Vogue #1C424E
Tints of Green Vogue #1C424E
RGB
CMYK
RGB Variations
Color information
#1C424E (or 0x1C424E) is known color: Green Vogue. HEX triplet: 1C, 42 and 4E. RGB value is (28,66,78). Sum of RGB (Red+Green+Blue) = 28+66+78=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #1C424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C424E is #E3BDB1. Grayscale: #373737. Windows color (decimal): -14925234 or 5128732. OLE color: 5128732.
HSL color Cylindrical-coordinate representation of color #1C424E: hue angle of 194.4º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C424E is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 66 | 78 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.69 |
| HSL | 194.4º | 0.47% | 0.21% | - |
| HSV(B) | 194.4º | 0.64% | 0.31% | - |
| XYZ | 3.8 | 4.69 | 7.91 | - |
| YUV | 56.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 78 | 0.64 | 0.15 | 0 | 0.69 | 194.4 | 0.47 | 0.21 |
| Hex | 1C | 42 | 4E | 40 | F | 0 | 45 | C2 | 2F | 15 |
| Octal | 34 | 102 | 116 | 100 | 17 | 0 | 105 | 302 | 57 | 25 |
| Binary | 11100 | 1000010 | 1001110 | 1000000 | 1111 | 0 | 1000101 | 11000010 | 101111 | 10101 |
Color Harmonies of #1C424E
Complementary color
Monochromatic Colors of #1C424E
Black with #1C424E
Text Example
Text Example
White with #1C424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C424E; }
p { color: rgb(28,66,78); }
H1.HeaderClassName
{
color: #1C424E;
}
.AnyTagClassName
{
color: #1C424E;
}
</style>
background-color css
<style>
a { background-color: #1C424E; }
a { background-color: rgb(28,66,78); }
div.DivClassName
{
background-color: #1C424E;
}
.BgClassName
{
background-color: #1C424E;
}
</style>
border-color css
<style>
span { border-color: #1C424E; }
span { border-color: rgb(28,66,78); }
td.TdClassName
{
border-color: #1C424E;
}
.TagClassName
{
border-color: #1C424E;
}
</style>