Shades of Green Vogue #1D424C
Tints of Green Vogue #1D424C
RGB
CMYK
RGB Variations
Color information
#1D424C (or 0x1D424C) is known color: Green Vogue. HEX triplet: 1D, 42 and 4C. RGB value is (29,66,76). Sum of RGB (Red+Green+Blue) = 29+66+76=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D424C is #E2BDB3. Grayscale: #383838. Windows color (decimal): -14859700 or 4997661. OLE color: 4997661.
HSL color Cylindrical-coordinate representation of color #1D424C: hue angle of 192.77º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D424C is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 66 | 76 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.70 |
| HSL | 192.77º | 0.45% | 0.21% | - |
| HSV(B) | 192.77º | 0.62% | 0.3% | - |
| XYZ | 3.76 | 4.68 | 7.54 | - |
| YUV | 56.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 76 | 0.62 | 0.13 | 0 | 0.70 | 192.77 | 0.45 | 0.21 |
| Hex | 1D | 42 | 4C | 3E | D | 0 | 46 | C1 | 2D | 15 |
| Octal | 35 | 102 | 114 | 76 | 15 | 0 | 106 | 301 | 55 | 25 |
| Binary | 11101 | 1000010 | 1001100 | 111110 | 1101 | 0 | 1000110 | 11000001 | 101101 | 10101 |
Color Harmonies of #1D424C
Complementary color
Monochromatic Colors of #1D424C
Black with #1D424C
Text Example
Text Example
White with #1D424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D424C; }
p { color: rgb(29,66,76); }
H1.HeaderClassName
{
color: #1D424C;
}
.AnyTagClassName
{
color: #1D424C;
}
</style>
background-color css
<style>
a { background-color: #1D424C; }
a { background-color: rgb(29,66,76); }
div.DivClassName
{
background-color: #1D424C;
}
.BgClassName
{
background-color: #1D424C;
}
</style>
border-color css
<style>
span { border-color: #1D424C; }
span { border-color: rgb(29,66,76); }
td.TdClassName
{
border-color: #1D424C;
}
.TagClassName
{
border-color: #1D424C;
}
</style>