Shades of Green Vogue #1C434D
Tints of Green Vogue #1C434D
RGB
CMYK
RGB Variations
Color information
#1C434D (or 0x1C434D) is known color: Green Vogue. HEX triplet: 1C, 43 and 4D. RGB value is (28,67,77). Sum of RGB (Red+Green+Blue) = 28+67+77=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C434D is #E3BCB2. Grayscale: #383838. Windows color (decimal): -14924979 or 5063452. OLE color: 5063452.
HSL color Cylindrical-coordinate representation of color #1C434D: hue angle of 192.24º 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 #1C434D is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 67 | 77 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.70 |
| HSL | 192.24º | 0.47% | 0.21% | - |
| HSV(B) | 192.24º | 0.64% | 0.3% | - |
| XYZ | 3.83 | 4.8 | 7.75 | - |
| YUV | 56.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 77 | 0.64 | 0.13 | 0 | 0.70 | 192.24 | 0.47 | 0.21 |
| Hex | 1C | 43 | 4D | 40 | D | 0 | 46 | C0 | 2F | 15 |
| Octal | 34 | 103 | 115 | 100 | 15 | 0 | 106 | 300 | 57 | 25 |
| Binary | 11100 | 1000011 | 1001101 | 1000000 | 1101 | 0 | 1000110 | 11000000 | 101111 | 10101 |
Color Harmonies of #1C434D
Complementary color
Monochromatic Colors of #1C434D
Black with #1C434D
Text Example
Text Example
White with #1C434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C434D; }
p { color: rgb(28,67,77); }
H1.HeaderClassName
{
color: #1C434D;
}
.AnyTagClassName
{
color: #1C434D;
}
</style>
background-color css
<style>
a { background-color: #1C434D; }
a { background-color: rgb(28,67,77); }
div.DivClassName
{
background-color: #1C434D;
}
.BgClassName
{
background-color: #1C434D;
}
</style>
border-color css
<style>
span { border-color: #1C434D; }
span { border-color: rgb(28,67,77); }
td.TdClassName
{
border-color: #1C434D;
}
.TagClassName
{
border-color: #1C434D;
}
</style>