Shades of Green Vogue #1D414F
Tints of Green Vogue #1D414F
RGB
CMYK
RGB Variations
Color information
#1D414F (or 0x1D414F) is known color: Green Vogue. HEX triplet: 1D, 41 and 4F. RGB value is (29,65,79). Sum of RGB (Red+Green+Blue) = 29+65+79=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D414F is #E2BEB0. Grayscale: #373737. Windows color (decimal): -14859953 or 5194013. OLE color: 5194013.
HSL color Cylindrical-coordinate representation of color #1D414F: hue angle of 196.8º 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 #1D414F is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 65 | 79 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.69 |
| HSL | 196.8º | 0.46% | 0.21% | - |
| HSV(B) | 196.8º | 0.63% | 0.31% | - |
| XYZ | 3.81 | 4.61 | 8.09 | - |
| YUV | 55.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 79 | 0.63 | 0.18 | 0 | 0.69 | 196.8 | 0.46 | 0.21 |
| Hex | 1D | 41 | 4F | 3F | 12 | 0 | 45 | C5 | 2E | 15 |
| Octal | 35 | 101 | 117 | 77 | 22 | 0 | 105 | 305 | 56 | 25 |
| Binary | 11101 | 1000001 | 1001111 | 111111 | 10010 | 0 | 1000101 | 11000101 | 101110 | 10101 |
Color Harmonies of #1D414F
Complementary color
Monochromatic Colors of #1D414F
Black with #1D414F
Text Example
Text Example
White with #1D414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D414F; }
p { color: rgb(29,65,79); }
H1.HeaderClassName
{
color: #1D414F;
}
.AnyTagClassName
{
color: #1D414F;
}
</style>
background-color css
<style>
a { background-color: #1D414F; }
a { background-color: rgb(29,65,79); }
div.DivClassName
{
background-color: #1D414F;
}
.BgClassName
{
background-color: #1D414F;
}
</style>
border-color css
<style>
span { border-color: #1D414F; }
span { border-color: rgb(29,65,79); }
td.TdClassName
{
border-color: #1D414F;
}
.TagClassName
{
border-color: #1D414F;
}
</style>