Shades of Green Vogue #1D404B
Tints of Green Vogue #1D404B
RGB
CMYK
RGB Variations
Color information
#1D404B (or 0x1D404B) is known color: Green Vogue. HEX triplet: 1D, 40 and 4B. RGB value is (29,64,75). Sum of RGB (Red+Green+Blue) = 29+64+75=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D404B is #E2BFB4. Grayscale: #363636. Windows color (decimal): -14860213 or 4931613. OLE color: 4931613.
HSL color Cylindrical-coordinate representation of color #1D404B: hue angle of 194.35º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D404B is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 64 | 75 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.71 |
| HSL | 194.35º | 0.44% | 0.2% | - |
| HSV(B) | 194.35º | 0.61% | 0.29% | - |
| XYZ | 3.61 | 4.44 | 7.32 | - |
| YUV | 54.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 75 | 0.61 | 0.15 | 0 | 0.71 | 194.35 | 0.44 | 0.2 |
| Hex | 1D | 40 | 4B | 3D | F | 0 | 47 | C2 | 2C | 14 |
| Octal | 35 | 100 | 113 | 75 | 17 | 0 | 107 | 302 | 54 | 24 |
| Binary | 11101 | 1000000 | 1001011 | 111101 | 1111 | 0 | 1000111 | 11000010 | 101100 | 10100 |
Color Harmonies of #1D404B
Complementary color
Monochromatic Colors of #1D404B
Black with #1D404B
Text Example
Text Example
White with #1D404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D404B; }
p { color: rgb(29,64,75); }
H1.HeaderClassName
{
color: #1D404B;
}
.AnyTagClassName
{
color: #1D404B;
}
</style>
background-color css
<style>
a { background-color: #1D404B; }
a { background-color: rgb(29,64,75); }
div.DivClassName
{
background-color: #1D404B;
}
.BgClassName
{
background-color: #1D404B;
}
</style>
border-color css
<style>
span { border-color: #1D404B; }
span { border-color: rgb(29,64,75); }
td.TdClassName
{
border-color: #1D404B;
}
.TagClassName
{
border-color: #1D404B;
}
</style>