Shades of Swamp #1D302F
Tints of Swamp #1D302F
RGB
CMYK
RGB Variations
Color information
#1D302F (or 0x1D302F) is known color: Swamp. HEX triplet: 1D, 30 and 2F. RGB value is (29,48,47). Sum of RGB (Red+Green+Blue) = 29+48+47=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #1D302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D302F is #E2CFD0. Grayscale: #2A2A2A. Windows color (decimal): -14864337 or 3092509. OLE color: 3092509.
HSL color Cylindrical-coordinate representation of color #1D302F: hue angle of 176.84º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D302F is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 47 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.81 |
| HSL | 176.84º | 0.25% | 0.15% | - |
| HSV(B) | 176.84º | 0.4% | 0.19% | - |
| XYZ | 2.08 | 2.58 | 3.08 | - |
| YUV | 42.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 47 | 0.40 | 0 | 0.02 | 0.81 | 176.84 | 0.25 | 0.15 |
| Hex | 1D | 30 | 2F | 28 | 0 | 2 | 51 | B1 | 19 | F |
| Octal | 35 | 60 | 57 | 50 | 0 | 2 | 121 | 261 | 31 | 17 |
| Binary | 11101 | 110000 | 101111 | 101000 | 0 | 10 | 1010001 | 10110001 | 11001 | 1111 |
Color Harmonies of #1D302F
Complementary color
Monochromatic Colors of #1D302F
Black with #1D302F
Text Example
Text Example
White with #1D302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D302F; }
p { color: rgb(29,48,47); }
H1.HeaderClassName
{
color: #1D302F;
}
.AnyTagClassName
{
color: #1D302F;
}
</style>
background-color css
<style>
a { background-color: #1D302F; }
a { background-color: rgb(29,48,47); }
div.DivClassName
{
background-color: #1D302F;
}
.BgClassName
{
background-color: #1D302F;
}
</style>
border-color css
<style>
span { border-color: #1D302F; }
span { border-color: rgb(29,48,47); }
td.TdClassName
{
border-color: #1D302F;
}
.TagClassName
{
border-color: #1D302F;
}
</style>