Shades of Swamp #1D2928
Tints of Swamp #1D2928
RGB
CMYK
RGB Variations
Color information
#1D2928 (or 0x1D2928) is known color: Swamp. HEX triplet: 1D, 29 and 28. RGB value is (29,41,40). Sum of RGB (Red+Green+Blue) = 29+41+40=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2928 is #E2D6D7. Grayscale: #252525. Windows color (decimal): -14866136 or 2631965. OLE color: 2631965.
HSL color Cylindrical-coordinate representation of color #1D2928: hue angle of 175º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D2928 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 41 | 40 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.84 |
| HSL | 175º | 0.17% | 0.14% | - |
| HSV(B) | 175º | 0.29% | 0.16% | - |
| XYZ | 1.68 | 2 | 2.3 | - |
| YUV | 37.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 40 | 0.29 | 0 | 0.02 | 0.84 | 175 | 0.17 | 0.14 |
| Hex | 1D | 29 | 28 | 1D | 0 | 2 | 54 | AF | 11 | E |
| Octal | 35 | 51 | 50 | 35 | 0 | 2 | 124 | 257 | 21 | 16 |
| Binary | 11101 | 101001 | 101000 | 11101 | 0 | 10 | 1010100 | 10101111 | 10001 | 1110 |
Color Harmonies of #1D2928
Complementary color
Monochromatic Colors of #1D2928
Black with #1D2928
Text Example
Text Example
White with #1D2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2928; }
p { color: rgb(29,41,40); }
H1.HeaderClassName
{
color: #1D2928;
}
.AnyTagClassName
{
color: #1D2928;
}
</style>
background-color css
<style>
a { background-color: #1D2928; }
a { background-color: rgb(29,41,40); }
div.DivClassName
{
background-color: #1D2928;
}
.BgClassName
{
background-color: #1D2928;
}
</style>
border-color css
<style>
span { border-color: #1D2928; }
span { border-color: rgb(29,41,40); }
td.TdClassName
{
border-color: #1D2928;
}
.TagClassName
{
border-color: #1D2928;
}
</style>