Shades of Swamp #292C2C
Tints of Swamp #292C2C
RGB
CMYK
RGB Variations
Color information
#292C2C (or 0x292C2C) is known color: Swamp. HEX triplet: 29, 2C and 2C. RGB value is (41,44,44). Sum of RGB (Red+Green+Blue) = 41+44+44=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 44 - color contains mainly: green, blue. Hex color #292C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C2C is #D6D3D3. Grayscale: #2B2B2B. Windows color (decimal): -14078932 or 2894889. OLE color: 2894889.
HSL color Cylindrical-coordinate representation of color #292C2C: hue angle of 180º degrees, saturation: 0.04, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #292C2C is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 44 | 44 | - |
| CMYK | 0.07 | 0 | 0 | 0.83 |
| HSL | 180º | 0.04% | 0.17% | - |
| HSV(B) | 180º | 0.07% | 0.17% | - |
| XYZ | 2.27 | 2.45 | 2.74 | - |
| YUV | 43.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 44 | 0.07 | 0 | 0 | 0.83 | 180 | 0.04 | 0.17 |
| Hex | 29 | 2C | 2C | 7 | 0 | 0 | 53 | B4 | 4 | 11 |
| Octal | 51 | 54 | 54 | 7 | 0 | 0 | 123 | 264 | 4 | 21 |
| Binary | 101001 | 101100 | 101100 | 111 | 0 | 0 | 1010011 | 10110100 | 100 | 10001 |
Color Harmonies of #292C2C
Complementary color
Monochromatic Colors of #292C2C
Black with #292C2C
Text Example
Text Example
White with #292C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C2C; }
p { color: rgb(41,44,44); }
H1.HeaderClassName
{
color: #292C2C;
}
.AnyTagClassName
{
color: #292C2C;
}
</style>
background-color css
<style>
a { background-color: #292C2C; }
a { background-color: rgb(41,44,44); }
div.DivClassName
{
background-color: #292C2C;
}
.BgClassName
{
background-color: #292C2C;
}
</style>
border-color css
<style>
span { border-color: #292C2C; }
span { border-color: rgb(41,44,44); }
td.TdClassName
{
border-color: #292C2C;
}
.TagClassName
{
border-color: #292C2C;
}
</style>