Shades of Green Vogue #1D434D
Tints of Green Vogue #1D434D
RGB
CMYK
RGB Variations
Color information
#1D434D (or 0x1D434D) is known color: Green Vogue. HEX triplet: 1D, 43 and 4D. RGB value is (29,67,77). Sum of RGB (Red+Green+Blue) = 29+67+77=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D434D is #E2BCB2. Grayscale: #383838. Windows color (decimal): -14859443 or 5063453. OLE color: 5063453.
HSL color Cylindrical-coordinate representation of color #1D434D: hue angle of 192.5º 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 #1D434D is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 67 | 77 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.70 |
| HSL | 192.5º | 0.45% | 0.21% | - |
| HSV(B) | 192.5º | 0.62% | 0.3% | - |
| XYZ | 3.85 | 4.81 | 7.75 | - |
| YUV | 56.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 77 | 0.62 | 0.13 | 0 | 0.70 | 192.5 | 0.45 | 0.21 |
| Hex | 1D | 43 | 4D | 3E | D | 0 | 46 | C0 | 2D | 15 |
| Octal | 35 | 103 | 115 | 76 | 15 | 0 | 106 | 300 | 55 | 25 |
| Binary | 11101 | 1000011 | 1001101 | 111110 | 1101 | 0 | 1000110 | 11000000 | 101101 | 10101 |
Color Harmonies of #1D434D
Complementary color
Monochromatic Colors of #1D434D
Black with #1D434D
Text Example
Text Example
White with #1D434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D434D; }
p { color: rgb(29,67,77); }
H1.HeaderClassName
{
color: #1D434D;
}
.AnyTagClassName
{
color: #1D434D;
}
</style>
background-color css
<style>
a { background-color: #1D434D; }
a { background-color: rgb(29,67,77); }
div.DivClassName
{
background-color: #1D434D;
}
.BgClassName
{
background-color: #1D434D;
}
</style>
border-color css
<style>
span { border-color: #1D434D; }
span { border-color: rgb(29,67,77); }
td.TdClassName
{
border-color: #1D434D;
}
.TagClassName
{
border-color: #1D434D;
}
</style>