Shades of Green Vogue #1C414B
Tints of Green Vogue #1C414B
RGB
CMYK
RGB Variations
Color information
#1C414B (or 0x1C414B) is known color: Green Vogue. HEX triplet: 1C, 41 and 4B. RGB value is (28,65,75). Sum of RGB (Red+Green+Blue) = 28+65+75=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C414B is #E3BEB4. Grayscale: #373737. Windows color (decimal): -14925493 or 4931868. OLE color: 4931868.
HSL color Cylindrical-coordinate representation of color #1C414B: hue angle of 192.77º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C414B is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 65 | 75 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.71 |
| HSL | 192.77º | 0.46% | 0.2% | - |
| HSV(B) | 192.77º | 0.63% | 0.29% | - |
| XYZ | 3.64 | 4.54 | 7.34 | - |
| YUV | 55.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 75 | 0.63 | 0.13 | 0 | 0.71 | 192.77 | 0.46 | 0.2 |
| Hex | 1C | 41 | 4B | 3F | D | 0 | 47 | C1 | 2E | 14 |
| Octal | 34 | 101 | 113 | 77 | 15 | 0 | 107 | 301 | 56 | 24 |
| Binary | 11100 | 1000001 | 1001011 | 111111 | 1101 | 0 | 1000111 | 11000001 | 101110 | 10100 |
Color Harmonies of #1C414B
Complementary color
Monochromatic Colors of #1C414B
Black with #1C414B
Text Example
Text Example
White with #1C414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C414B; }
p { color: rgb(28,65,75); }
H1.HeaderClassName
{
color: #1C414B;
}
.AnyTagClassName
{
color: #1C414B;
}
</style>
background-color css
<style>
a { background-color: #1C414B; }
a { background-color: rgb(28,65,75); }
div.DivClassName
{
background-color: #1C414B;
}
.BgClassName
{
background-color: #1C414B;
}
</style>
border-color css
<style>
span { border-color: #1C414B; }
span { border-color: rgb(28,65,75); }
td.TdClassName
{
border-color: #1C414B;
}
.TagClassName
{
border-color: #1C414B;
}
</style>