Shades of Green Vogue #1C424D
Tints of Green Vogue #1C424D
RGB
CMYK
RGB Variations
Color information
#1C424D (or 0x1C424D) is known color: Green Vogue. HEX triplet: 1C, 42 and 4D. RGB value is (28,66,77). Sum of RGB (Red+Green+Blue) = 28+66+77=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C424D is #E3BDB2. Grayscale: #373737. Windows color (decimal): -14925235 or 5063196. OLE color: 5063196.
HSL color Cylindrical-coordinate representation of color #1C424D: hue angle of 193.47º 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 #1C424D is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 28 | 66 | 77 | - |
CMYK | 0.64 | 0.14 | 0 | 0.70 |
HSL | 193.47º | 0.47% | 0.21% | - |
HSV(B) | 193.47º | 0.64% | 0.3% | - |
XYZ | 3.77 | 4.68 | 7.73 | - |
YUV | 55.89 | 139.91 | 108.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 28 | 66 | 77 | 0.64 | 0.14 | 0 | 0.70 | 193.47 | 0.47 | 0.21 |
Hex | 1C | 42 | 4D | 40 | E | 0 | 46 | C1 | 2F | 15 |
Octal | 34 | 102 | 115 | 100 | 16 | 0 | 106 | 301 | 57 | 25 |
Binary | 11100 | 1000010 | 1001101 | 1000000 | 1110 | 0 | 1000110 | 11000001 | 101111 | 10101 |
Color Harmonies of #1C424D
Complementary color
Monochromatic Colors of #1C424D
Black with #1C424D
Text Example
Text Example
White with #1C424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C424D; }
p { color: rgb(28,66,77); }
H1.HeaderClassName
{
color: #1C424D;
}
.AnyTagClassName
{
color: #1C424D;
}
</style>
background-color css
<style>
a { background-color: #1C424D; }
a { background-color: rgb(28,66,77); }
div.DivClassName
{
background-color: #1C424D;
}
.BgClassName
{
background-color: #1C424D;
}
</style>
border-color css
<style>
span { border-color: #1C424D; }
span { border-color: rgb(28,66,77); }
td.TdClassName
{
border-color: #1C424D;
}
.TagClassName
{
border-color: #1C424D;
}
</style>