Shades of Green Vogue #1D4551
Tints of Green Vogue #1D4551
RGB
CMYK
RGB Variations
Color information
#1D4551 (or 0x1D4551) is known color: Green Vogue. HEX triplet: 1D, 45 and 51. RGB value is (29,69,81). Sum of RGB (Red+Green+Blue) = 29+69+81=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D4551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4551 is #E2BAAE. Grayscale: #3A3A3A. Windows color (decimal): -14858927 or 5326109. OLE color: 5326109.
HSL color Cylindrical-coordinate representation of color #1D4551: hue angle of 193.85º 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 #1D4551 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 69 | 81 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.68 |
| HSL | 193.85º | 0.47% | 0.22% | - |
| HSV(B) | 193.85º | 0.64% | 0.32% | - |
| XYZ | 4.12 | 5.11 | 8.55 | - |
| YUV | 58.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 81 | 0.64 | 0.15 | 0 | 0.68 | 193.85 | 0.47 | 0.22 |
| Hex | 1D | 45 | 51 | 40 | F | 0 | 44 | C2 | 2F | 16 |
| Octal | 35 | 105 | 121 | 100 | 17 | 0 | 104 | 302 | 57 | 26 |
| Binary | 11101 | 1000101 | 1010001 | 1000000 | 1111 | 0 | 1000100 | 11000010 | 101111 | 10110 |
Color Harmonies of #1D4551
Complementary color
Monochromatic Colors of #1D4551
Black with #1D4551
Text Example
Text Example
White with #1D4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4551; }
p { color: rgb(29,69,81); }
H1.HeaderClassName
{
color: #1D4551;
}
.AnyTagClassName
{
color: #1D4551;
}
</style>
background-color css
<style>
a { background-color: #1D4551; }
a { background-color: rgb(29,69,81); }
div.DivClassName
{
background-color: #1D4551;
}
.BgClassName
{
background-color: #1D4551;
}
</style>
border-color css
<style>
span { border-color: #1D4551; }
span { border-color: rgb(29,69,81); }
td.TdClassName
{
border-color: #1D4551;
}
.TagClassName
{
border-color: #1D4551;
}
</style>