Shades of Green Vogue #1D434F
Tints of Green Vogue #1D434F
RGB
CMYK
RGB Variations
Color information
#1D434F (or 0x1D434F) is known color: Green Vogue. HEX triplet: 1D, 43 and 4F. RGB value is (29,67,79). Sum of RGB (Red+Green+Blue) = 29+67+79=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D434F is #E2BCB0. Grayscale: #383838. Windows color (decimal): -14859441 or 5194525. OLE color: 5194525.
HSL color Cylindrical-coordinate representation of color #1D434F: hue angle of 194.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D434F is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 67 | 79 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.69 |
| HSL | 194.4º | 0.46% | 0.21% | - |
| HSV(B) | 194.4º | 0.63% | 0.31% | - |
| XYZ | 3.93 | 4.84 | 8.12 | - |
| YUV | 57.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 79 | 0.63 | 0.15 | 0 | 0.69 | 194.4 | 0.46 | 0.21 |
| Hex | 1D | 43 | 4F | 3F | F | 0 | 45 | C2 | 2E | 15 |
| Octal | 35 | 103 | 117 | 77 | 17 | 0 | 105 | 302 | 56 | 25 |
| Binary | 11101 | 1000011 | 1001111 | 111111 | 1111 | 0 | 1000101 | 11000010 | 101110 | 10101 |
Color Harmonies of #1D434F
Complementary color
Monochromatic Colors of #1D434F
Black with #1D434F
Text Example
Text Example
White with #1D434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D434F; }
p { color: rgb(29,67,79); }
H1.HeaderClassName
{
color: #1D434F;
}
.AnyTagClassName
{
color: #1D434F;
}
</style>
background-color css
<style>
a { background-color: #1D434F; }
a { background-color: rgb(29,67,79); }
div.DivClassName
{
background-color: #1D434F;
}
.BgClassName
{
background-color: #1D434F;
}
</style>
border-color css
<style>
span { border-color: #1D434F; }
span { border-color: rgb(29,67,79); }
td.TdClassName
{
border-color: #1D434F;
}
.TagClassName
{
border-color: #1D434F;
}
</style>