Shades of Swamp #1F2A29
Tints of Swamp #1F2A29
RGB
CMYK
RGB Variations
Color information
#1F2A29 (or 0x1F2A29) is known color: Swamp. HEX triplet: 1F, 2A and 29. RGB value is (31,42,41). Sum of RGB (Red+Green+Blue) = 31+42+41=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 42 - color contains mainly: green. Hex color #1F2A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A29 is #E0D5D6. Grayscale: #262626. Windows color (decimal): -14734807 or 2697759. OLE color: 2697759.
HSL color Cylindrical-coordinate representation of color #1F2A29: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F2A29 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 42 | 41 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.84 |
| HSL | 174.55º | 0.15% | 0.14% | - |
| HSV(B) | 174.55º | 0.26% | 0.16% | - |
| XYZ | 1.79 | 2.11 | 2.41 | - |
| YUV | 38.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 41 | 0.26 | 0 | 0.02 | 0.84 | 174.55 | 0.15 | 0.14 |
| Hex | 1F | 2A | 29 | 1A | 0 | 2 | 54 | AF | F | E |
| Octal | 37 | 52 | 51 | 32 | 0 | 2 | 124 | 257 | 17 | 16 |
| Binary | 11111 | 101010 | 101001 | 11010 | 0 | 10 | 1010100 | 10101111 | 1111 | 1110 |
Color Harmonies of #1F2A29
Complementary color
Monochromatic Colors of #1F2A29
Black with #1F2A29
Text Example
Text Example
White with #1F2A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2A29; }
p { color: rgb(31,42,41); }
H1.HeaderClassName
{
color: #1F2A29;
}
.AnyTagClassName
{
color: #1F2A29;
}
</style>
background-color css
<style>
a { background-color: #1F2A29; }
a { background-color: rgb(31,42,41); }
div.DivClassName
{
background-color: #1F2A29;
}
.BgClassName
{
background-color: #1F2A29;
}
</style>
border-color css
<style>
span { border-color: #1F2A29; }
span { border-color: rgb(31,42,41); }
td.TdClassName
{
border-color: #1F2A29;
}
.TagClassName
{
border-color: #1F2A29;
}
</style>