Shades of Green Vogue #1C4351
Tints of Green Vogue #1C4351
RGB
CMYK
RGB Variations
Color information
#1C4351 (or 0x1C4351) is known color: Green Vogue. HEX triplet: 1C, 43 and 51. RGB value is (28,67,81). Sum of RGB (Red+Green+Blue) = 28+67+81=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C4351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4351 is #E3BCAE. Grayscale: #383838. Windows color (decimal): -14924975 or 5325596. OLE color: 5325596.
HSL color Cylindrical-coordinate representation of color #1C4351: hue angle of 195.85º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4351 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 67 | 81 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.68 |
| HSL | 195.85º | 0.49% | 0.21% | - |
| HSV(B) | 195.85º | 0.65% | 0.32% | - |
| XYZ | 3.97 | 4.86 | 8.51 | - |
| YUV | 56.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 81 | 0.65 | 0.17 | 0 | 0.68 | 195.85 | 0.49 | 0.21 |
| Hex | 1C | 43 | 51 | 41 | 11 | 0 | 44 | C4 | 31 | 15 |
| Octal | 34 | 103 | 121 | 101 | 21 | 0 | 104 | 304 | 61 | 25 |
| Binary | 11100 | 1000011 | 1010001 | 1000001 | 10001 | 0 | 1000100 | 11000100 | 110001 | 10101 |
Color Harmonies of #1C4351
Complementary color
Monochromatic Colors of #1C4351
Black with #1C4351
Text Example
Text Example
White with #1C4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4351; }
p { color: rgb(28,67,81); }
H1.HeaderClassName
{
color: #1C4351;
}
.AnyTagClassName
{
color: #1C4351;
}
</style>
background-color css
<style>
a { background-color: #1C4351; }
a { background-color: rgb(28,67,81); }
div.DivClassName
{
background-color: #1C4351;
}
.BgClassName
{
background-color: #1C4351;
}
</style>
border-color css
<style>
span { border-color: #1C4351; }
span { border-color: rgb(28,67,81); }
td.TdClassName
{
border-color: #1C4351;
}
.TagClassName
{
border-color: #1C4351;
}
</style>