Shades of Green Vogue #1D3F47
Tints of Green Vogue #1D3F47
RGB
CMYK
RGB Variations
Color information
#1D3F47 (or 0x1D3F47) is known color: Green Vogue. HEX triplet: 1D, 3F and 47. RGB value is (29,63,71). Sum of RGB (Red+Green+Blue) = 29+63+71=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F47 is #E2C0B8. Grayscale: #353535. Windows color (decimal): -14860473 or 4669213. OLE color: 4669213.
HSL color Cylindrical-coordinate representation of color #1D3F47: hue angle of 191.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D3F47 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 63 | 71 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.72 |
| HSL | 191.43º | 0.42% | 0.2% | - |
| HSV(B) | 191.43º | 0.59% | 0.28% | - |
| XYZ | 3.42 | 4.27 | 6.61 | - |
| YUV | 53.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 71 | 0.59 | 0.11 | 0 | 0.72 | 191.43 | 0.42 | 0.2 |
| Hex | 1D | 3F | 47 | 3B | B | 0 | 48 | BF | 2A | 14 |
| Octal | 35 | 77 | 107 | 73 | 13 | 0 | 110 | 277 | 52 | 24 |
| Binary | 11101 | 111111 | 1000111 | 111011 | 1011 | 0 | 1001000 | 10111111 | 101010 | 10100 |
Color Harmonies of #1D3F47
Complementary color
Monochromatic Colors of #1D3F47
Black with #1D3F47
Text Example
Text Example
White with #1D3F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F47; }
p { color: rgb(29,63,71); }
H1.HeaderClassName
{
color: #1D3F47;
}
.AnyTagClassName
{
color: #1D3F47;
}
</style>
background-color css
<style>
a { background-color: #1D3F47; }
a { background-color: rgb(29,63,71); }
div.DivClassName
{
background-color: #1D3F47;
}
.BgClassName
{
background-color: #1D3F47;
}
</style>
border-color css
<style>
span { border-color: #1D3F47; }
span { border-color: rgb(29,63,71); }
td.TdClassName
{
border-color: #1D3F47;
}
.TagClassName
{
border-color: #1D3F47;
}
</style>