Shades of Green Vogue #1D3E48
Tints of Green Vogue #1D3E48
RGB
CMYK
RGB Variations
Color information
#1D3E48 (or 0x1D3E48) is known color: Green Vogue. HEX triplet: 1D, 3E and 48. RGB value is (29,62,72). Sum of RGB (Red+Green+Blue) = 29+62+72=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E48 is #E2C1B7. Grayscale: #353535. Windows color (decimal): -14860728 or 4734493. OLE color: 4734493.
HSL color Cylindrical-coordinate representation of color #1D3E48: hue angle of 193.95º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3E48 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 62 | 72 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.72 |
| HSL | 193.95º | 0.43% | 0.2% | - |
| HSV(B) | 193.95º | 0.6% | 0.28% | - |
| XYZ | 3.4 | 4.17 | 6.76 | - |
| YUV | 53.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 72 | 0.60 | 0.14 | 0 | 0.72 | 193.95 | 0.43 | 0.2 |
| Hex | 1D | 3E | 48 | 3C | E | 0 | 48 | C2 | 2B | 14 |
| Octal | 35 | 76 | 110 | 74 | 16 | 0 | 110 | 302 | 53 | 24 |
| Binary | 11101 | 111110 | 1001000 | 111100 | 1110 | 0 | 1001000 | 11000010 | 101011 | 10100 |
Color Harmonies of #1D3E48
Complementary color
Monochromatic Colors of #1D3E48
Black with #1D3E48
Text Example
Text Example
White with #1D3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E48; }
p { color: rgb(29,62,72); }
H1.HeaderClassName
{
color: #1D3E48;
}
.AnyTagClassName
{
color: #1D3E48;
}
</style>
background-color css
<style>
a { background-color: #1D3E48; }
a { background-color: rgb(29,62,72); }
div.DivClassName
{
background-color: #1D3E48;
}
.BgClassName
{
background-color: #1D3E48;
}
</style>
border-color css
<style>
span { border-color: #1D3E48; }
span { border-color: rgb(29,62,72); }
td.TdClassName
{
border-color: #1D3E48;
}
.TagClassName
{
border-color: #1D3E48;
}
</style>