Shades of Green Vogue #1D4451
Tints of Green Vogue #1D4451
RGB
CMYK
RGB Variations
Color information
#1D4451 (or 0x1D4451) is known color: Green Vogue. HEX triplet: 1D, 44 and 51. RGB value is (29,68,81). Sum of RGB (Red+Green+Blue) = 29+68+81=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D4451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4451 is #E2BBAE. Grayscale: #393939. Windows color (decimal): -14859183 or 5325853. OLE color: 5325853.
HSL color Cylindrical-coordinate representation of color #1D4451: hue angle of 195º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D4451 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 68 | 81 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.68 |
| HSL | 195º | 0.47% | 0.22% | - |
| HSV(B) | 195º | 0.64% | 0.32% | - |
| XYZ | 4.06 | 4.99 | 8.53 | - |
| YUV | 57.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 81 | 0.64 | 0.16 | 0 | 0.68 | 195 | 0.47 | 0.22 |
| Hex | 1D | 44 | 51 | 40 | 10 | 0 | 44 | C3 | 2F | 16 |
| Octal | 35 | 104 | 121 | 100 | 20 | 0 | 104 | 303 | 57 | 26 |
| Binary | 11101 | 1000100 | 1010001 | 1000000 | 10000 | 0 | 1000100 | 11000011 | 101111 | 10110 |
Color Harmonies of #1D4451
Complementary color
Monochromatic Colors of #1D4451
Black with #1D4451
Text Example
Text Example
White with #1D4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4451; }
p { color: rgb(29,68,81); }
H1.HeaderClassName
{
color: #1D4451;
}
.AnyTagClassName
{
color: #1D4451;
}
</style>
background-color css
<style>
a { background-color: #1D4451; }
a { background-color: rgb(29,68,81); }
div.DivClassName
{
background-color: #1D4451;
}
.BgClassName
{
background-color: #1D4451;
}
</style>
border-color css
<style>
span { border-color: #1D4451; }
span { border-color: rgb(29,68,81); }
td.TdClassName
{
border-color: #1D4451;
}
.TagClassName
{
border-color: #1D4451;
}
</style>