Shades of Green Vogue #1D3F4B
Tints of Green Vogue #1D3F4B
RGB
CMYK
RGB Variations
Color information
#1D3F4B (or 0x1D3F4B) is known color: Green Vogue. HEX triplet: 1D, 3F and 4B. RGB value is (29,63,75). Sum of RGB (Red+Green+Blue) = 29+63+75=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D3F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F4B is #E2C0B4. Grayscale: #363636. Windows color (decimal): -14860469 or 4931357. OLE color: 4931357.
HSL color Cylindrical-coordinate representation of color #1D3F4B: hue angle of 195.65º 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 #1D3F4B is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 63 | 75 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.71 |
| HSL | 195.65º | 0.44% | 0.2% | - |
| HSV(B) | 195.65º | 0.61% | 0.29% | - |
| XYZ | 3.55 | 4.32 | 7.3 | - |
| YUV | 54.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 75 | 0.61 | 0.16 | 0 | 0.71 | 195.65 | 0.44 | 0.2 |
| Hex | 1D | 3F | 4B | 3D | 10 | 0 | 47 | C4 | 2C | 14 |
| Octal | 35 | 77 | 113 | 75 | 20 | 0 | 107 | 304 | 54 | 24 |
| Binary | 11101 | 111111 | 1001011 | 111101 | 10000 | 0 | 1000111 | 11000100 | 101100 | 10100 |
Color Harmonies of #1D3F4B
Complementary color
Monochromatic Colors of #1D3F4B
Black with #1D3F4B
Text Example
Text Example
White with #1D3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F4B; }
p { color: rgb(29,63,75); }
H1.HeaderClassName
{
color: #1D3F4B;
}
.AnyTagClassName
{
color: #1D3F4B;
}
</style>
background-color css
<style>
a { background-color: #1D3F4B; }
a { background-color: rgb(29,63,75); }
div.DivClassName
{
background-color: #1D3F4B;
}
.BgClassName
{
background-color: #1D3F4B;
}
</style>
border-color css
<style>
span { border-color: #1D3F4B; }
span { border-color: rgb(29,63,75); }
td.TdClassName
{
border-color: #1D3F4B;
}
.TagClassName
{
border-color: #1D3F4B;
}
</style>