Shades of Green Vogue #1D4150
Tints of Green Vogue #1D4150
RGB
CMYK
RGB Variations
Color information
#1D4150 (or 0x1D4150) is known color: Green Vogue. HEX triplet: 1D, 41 and 50. RGB value is (29,65,80). Sum of RGB (Red+Green+Blue) = 29+65+80=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4150 is #E2BEAF. Grayscale: #373737. Windows color (decimal): -14859952 or 5259549. OLE color: 5259549.
HSL color Cylindrical-coordinate representation of color #1D4150: hue angle of 197.65º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D4150 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 65 | 80 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.69 |
| HSL | 197.65º | 0.47% | 0.21% | - |
| HSV(B) | 197.65º | 0.64% | 0.31% | - |
| XYZ | 3.84 | 4.62 | 8.28 | - |
| YUV | 55.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 80 | 0.64 | 0.19 | 0 | 0.69 | 197.65 | 0.47 | 0.21 |
| Hex | 1D | 41 | 50 | 40 | 13 | 0 | 45 | C6 | 2F | 15 |
| Octal | 35 | 101 | 120 | 100 | 23 | 0 | 105 | 306 | 57 | 25 |
| Binary | 11101 | 1000001 | 1010000 | 1000000 | 10011 | 0 | 1000101 | 11000110 | 101111 | 10101 |
Color Harmonies of #1D4150
Complementary color
Monochromatic Colors of #1D4150
Black with #1D4150
Text Example
Text Example
White with #1D4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4150; }
p { color: rgb(29,65,80); }
H1.HeaderClassName
{
color: #1D4150;
}
.AnyTagClassName
{
color: #1D4150;
}
</style>
background-color css
<style>
a { background-color: #1D4150; }
a { background-color: rgb(29,65,80); }
div.DivClassName
{
background-color: #1D4150;
}
.BgClassName
{
background-color: #1D4150;
}
</style>
border-color css
<style>
span { border-color: #1D4150; }
span { border-color: rgb(29,65,80); }
td.TdClassName
{
border-color: #1D4150;
}
.TagClassName
{
border-color: #1D4150;
}
</style>