Shades of Green Vogue #1D444D
Tints of Green Vogue #1D444D
RGB
CMYK
RGB Variations
Color information
#1D444D (or 0x1D444D) is known color: Green Vogue. HEX triplet: 1D, 44 and 4D. RGB value is (29,68,77). Sum of RGB (Red+Green+Blue) = 29+68+77=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D444D is #E2BBB2. Grayscale: #393939. Windows color (decimal): -14859187 or 5063709. OLE color: 5063709.
HSL color Cylindrical-coordinate representation of color #1D444D: hue angle of 191.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 #1D444D is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 68 | 77 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.70 |
| HSL | 191.25º | 0.45% | 0.21% | - |
| HSV(B) | 191.25º | 0.62% | 0.3% | - |
| XYZ | 3.91 | 4.93 | 7.77 | - |
| YUV | 57.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 77 | 0.62 | 0.12 | 0 | 0.70 | 191.25 | 0.45 | 0.21 |
| Hex | 1D | 44 | 4D | 3E | C | 0 | 46 | BF | 2D | 15 |
| Octal | 35 | 104 | 115 | 76 | 14 | 0 | 106 | 277 | 55 | 25 |
| Binary | 11101 | 1000100 | 1001101 | 111110 | 1100 | 0 | 1000110 | 10111111 | 101101 | 10101 |
Color Harmonies of #1D444D
Complementary color
Monochromatic Colors of #1D444D
Black with #1D444D
Text Example
Text Example
White with #1D444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D444D; }
p { color: rgb(29,68,77); }
H1.HeaderClassName
{
color: #1D444D;
}
.AnyTagClassName
{
color: #1D444D;
}
</style>
background-color css
<style>
a { background-color: #1D444D; }
a { background-color: rgb(29,68,77); }
div.DivClassName
{
background-color: #1D444D;
}
.BgClassName
{
background-color: #1D444D;
}
</style>
border-color css
<style>
span { border-color: #1D444D; }
span { border-color: rgb(29,68,77); }
td.TdClassName
{
border-color: #1D444D;
}
.TagClassName
{
border-color: #1D444D;
}
</style>