Shades of Green Vogue #1C4551
Tints of Green Vogue #1C4551
RGB
CMYK
RGB Variations
Color information
#1C4551 (or 0x1C4551) is known color: Green Vogue. HEX triplet: 1C, 45 and 51. RGB value is (28,69,81). Sum of RGB (Red+Green+Blue) = 28+69+81=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C4551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4551 is #E3BAAE. Grayscale: #3A3A3A. Windows color (decimal): -14924463 or 5326108. OLE color: 5326108.
HSL color Cylindrical-coordinate representation of color #1C4551: hue angle of 193.58º 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 #1C4551 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 69 | 81 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.68 |
| HSL | 193.58º | 0.49% | 0.21% | - |
| HSV(B) | 193.58º | 0.65% | 0.32% | - |
| XYZ | 4.09 | 5.1 | 8.55 | - |
| YUV | 58.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 69 | 81 | 0.65 | 0.15 | 0 | 0.68 | 193.58 | 0.49 | 0.21 |
| Hex | 1C | 45 | 51 | 41 | F | 0 | 44 | C2 | 31 | 15 |
| Octal | 34 | 105 | 121 | 101 | 17 | 0 | 104 | 302 | 61 | 25 |
| Binary | 11100 | 1000101 | 1010001 | 1000001 | 1111 | 0 | 1000100 | 11000010 | 110001 | 10101 |
Color Harmonies of #1C4551
Complementary color
Monochromatic Colors of #1C4551
Black with #1C4551
Text Example
Text Example
White with #1C4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4551; }
p { color: rgb(28,69,81); }
H1.HeaderClassName
{
color: #1C4551;
}
.AnyTagClassName
{
color: #1C4551;
}
</style>
background-color css
<style>
a { background-color: #1C4551; }
a { background-color: rgb(28,69,81); }
div.DivClassName
{
background-color: #1C4551;
}
.BgClassName
{
background-color: #1C4551;
}
</style>
border-color css
<style>
span { border-color: #1C4551; }
span { border-color: rgb(28,69,81); }
td.TdClassName
{
border-color: #1C4551;
}
.TagClassName
{
border-color: #1C4551;
}
</style>