Shades of Swamp #1D312F
Tints of Swamp #1D312F
RGB
CMYK
RGB Variations
Color information
#1D312F (or 0x1D312F) is known color: Swamp. HEX triplet: 1D, 31 and 2F. RGB value is (29,49,47). Sum of RGB (Red+Green+Blue) = 29+49+47=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #1D312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D312F is #E2CED0. Grayscale: #2A2A2A. Windows color (decimal): -14864081 or 3092765. OLE color: 3092765.
HSL color Cylindrical-coordinate representation of color #1D312F: hue angle of 174º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D312F is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 47 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.81 |
| HSL | 174º | 0.26% | 0.15% | - |
| HSV(B) | 174º | 0.41% | 0.19% | - |
| XYZ | 2.12 | 2.66 | 3.09 | - |
| YUV | 42.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 47 | 0.41 | 0 | 0.04 | 0.81 | 174 | 0.26 | 0.15 |
| Hex | 1D | 31 | 2F | 29 | 0 | 4 | 51 | AE | 1A | F |
| Octal | 35 | 61 | 57 | 51 | 0 | 4 | 121 | 256 | 32 | 17 |
| Binary | 11101 | 110001 | 101111 | 101001 | 0 | 100 | 1010001 | 10101110 | 11010 | 1111 |
Color Harmonies of #1D312F
Complementary color
Monochromatic Colors of #1D312F
Black with #1D312F
Text Example
Text Example
White with #1D312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D312F; }
p { color: rgb(29,49,47); }
H1.HeaderClassName
{
color: #1D312F;
}
.AnyTagClassName
{
color: #1D312F;
}
</style>
background-color css
<style>
a { background-color: #1D312F; }
a { background-color: rgb(29,49,47); }
div.DivClassName
{
background-color: #1D312F;
}
.BgClassName
{
background-color: #1D312F;
}
</style>
border-color css
<style>
span { border-color: #1D312F; }
span { border-color: rgb(29,49,47); }
td.TdClassName
{
border-color: #1D312F;
}
.TagClassName
{
border-color: #1D312F;
}
</style>