Shades of Green Vogue #1D454D
Tints of Green Vogue #1D454D
RGB
CMYK
RGB Variations
Color information
#1D454D (or 0x1D454D) is known color: Green Vogue. HEX triplet: 1D, 45 and 4D. RGB value is (29,69,77). Sum of RGB (Red+Green+Blue) = 29+69+77=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D454D is #E2BAB2. Grayscale: #393939. Windows color (decimal): -14858931 or 5063965. OLE color: 5063965.
HSL color Cylindrical-coordinate representation of color #1D454D: hue angle of 190º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D454D is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 69 | 77 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.70 |
| HSL | 190º | 0.45% | 0.21% | - |
| HSV(B) | 190º | 0.62% | 0.3% | - |
| XYZ | 3.97 | 5.05 | 7.79 | - |
| YUV | 57.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 77 | 0.62 | 0.10 | 0 | 0.70 | 190 | 0.45 | 0.21 |
| Hex | 1D | 45 | 4D | 3E | A | 0 | 46 | BE | 2D | 15 |
| Octal | 35 | 105 | 115 | 76 | 12 | 0 | 106 | 276 | 55 | 25 |
| Binary | 11101 | 1000101 | 1001101 | 111110 | 1010 | 0 | 1000110 | 10111110 | 101101 | 10101 |
Color Harmonies of #1D454D
Complementary color
Monochromatic Colors of #1D454D
Black with #1D454D
Text Example
Text Example
White with #1D454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D454D; }
p { color: rgb(29,69,77); }
H1.HeaderClassName
{
color: #1D454D;
}
.AnyTagClassName
{
color: #1D454D;
}
</style>
background-color css
<style>
a { background-color: #1D454D; }
a { background-color: rgb(29,69,77); }
div.DivClassName
{
background-color: #1D454D;
}
.BgClassName
{
background-color: #1D454D;
}
</style>
border-color css
<style>
span { border-color: #1D454D; }
span { border-color: rgb(29,69,77); }
td.TdClassName
{
border-color: #1D454D;
}
.TagClassName
{
border-color: #1D454D;
}
</style>