Shades of Green Vogue #1D404D
Tints of Green Vogue #1D404D
RGB
CMYK
RGB Variations
Color information
#1D404D (or 0x1D404D) is known color: Green Vogue. HEX triplet: 1D, 40 and 4D. RGB value is (29,64,77). Sum of RGB (Red+Green+Blue) = 29+64+77=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D404D is #E2BFB2. Grayscale: #363636. Windows color (decimal): -14860211 or 5062685. OLE color: 5062685.
HSL color Cylindrical-coordinate representation of color #1D404D: hue angle of 196.25º 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 #1D404D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 64 | 77 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.70 |
| HSL | 196.25º | 0.45% | 0.21% | - |
| HSV(B) | 196.25º | 0.62% | 0.3% | - |
| XYZ | 3.68 | 4.46 | 7.69 | - |
| YUV | 55.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 77 | 0.62 | 0.17 | 0 | 0.70 | 196.25 | 0.45 | 0.21 |
| Hex | 1D | 40 | 4D | 3E | 11 | 0 | 46 | C4 | 2D | 15 |
| Octal | 35 | 100 | 115 | 76 | 21 | 0 | 106 | 304 | 55 | 25 |
| Binary | 11101 | 1000000 | 1001101 | 111110 | 10001 | 0 | 1000110 | 11000100 | 101101 | 10101 |
Color Harmonies of #1D404D
Complementary color
Monochromatic Colors of #1D404D
Black with #1D404D
Text Example
Text Example
White with #1D404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D404D; }
p { color: rgb(29,64,77); }
H1.HeaderClassName
{
color: #1D404D;
}
.AnyTagClassName
{
color: #1D404D;
}
</style>
background-color css
<style>
a { background-color: #1D404D; }
a { background-color: rgb(29,64,77); }
div.DivClassName
{
background-color: #1D404D;
}
.BgClassName
{
background-color: #1D404D;
}
</style>
border-color css
<style>
span { border-color: #1D404D; }
span { border-color: rgb(29,64,77); }
td.TdClassName
{
border-color: #1D404D;
}
.TagClassName
{
border-color: #1D404D;
}
</style>