Shades of Swamp #1D2E31
Tints of Swamp #1D2E31
RGB
CMYK
RGB Variations
Color information
#1D2E31 (or 0x1D2E31) is known color: Swamp. HEX triplet: 1D, 2E and 31. RGB value is (29,46,49). Sum of RGB (Red+Green+Blue) = 29+46+49=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2E31 is #E2D1CE. Grayscale: #292929. Windows color (decimal): -14864847 or 3223069. OLE color: 3223069.
HSL color Cylindrical-coordinate representation of color #1D2E31: hue angle of 189º 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 #1D2E31 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 46 | 49 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.81 |
| HSL | 189º | 0.26% | 0.15% | - |
| HSV(B) | 189º | 0.41% | 0.19% | - |
| XYZ | 2.04 | 2.44 | 3.27 | - |
| YUV | 41.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 49 | 0.41 | 0.06 | 0 | 0.81 | 189 | 0.26 | 0.15 |
| Hex | 1D | 2E | 31 | 29 | 6 | 0 | 51 | BD | 1A | F |
| Octal | 35 | 56 | 61 | 51 | 6 | 0 | 121 | 275 | 32 | 17 |
| Binary | 11101 | 101110 | 110001 | 101001 | 110 | 0 | 1010001 | 10111101 | 11010 | 1111 |
Color Harmonies of #1D2E31
Complementary color
Monochromatic Colors of #1D2E31
Black with #1D2E31
Text Example
Text Example
White with #1D2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E31; }
p { color: rgb(29,46,49); }
H1.HeaderClassName
{
color: #1D2E31;
}
.AnyTagClassName
{
color: #1D2E31;
}
</style>
background-color css
<style>
a { background-color: #1D2E31; }
a { background-color: rgb(29,46,49); }
div.DivClassName
{
background-color: #1D2E31;
}
.BgClassName
{
background-color: #1D2E31;
}
</style>
border-color css
<style>
span { border-color: #1D2E31; }
span { border-color: rgb(29,46,49); }
td.TdClassName
{
border-color: #1D2E31;
}
.TagClassName
{
border-color: #1D2E31;
}
</style>