Shades of Swamp #292F2F
Tints of Swamp #292F2F
RGB
CMYK
RGB Variations
Color information
#292F2F (or 0x292F2F) is known color: Swamp. HEX triplet: 29, 2F and 2F. RGB value is (41,47,47). Sum of RGB (Red+Green+Blue) = 41+47+47=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 47 - color contains mainly: green, blue. Hex color #292F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2F is #D6D0D0. Grayscale: #2D2D2D. Windows color (decimal): -14078161 or 3092265. OLE color: 3092265.
HSL color Cylindrical-coordinate representation of color #292F2F: hue angle of 180º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292F2F is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 47 | 47 | - |
| CMYK | 0.13 | 0 | 0 | 0.82 |
| HSL | 180º | 0.07% | 0.17% | - |
| HSV(B) | 180º | 0.13% | 0.18% | - |
| XYZ | 2.44 | 2.71 | 3.08 | - |
| YUV | 45.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 47 | 0.13 | 0 | 0 | 0.82 | 180 | 0.07 | 0.17 |
| Hex | 29 | 2F | 2F | D | 0 | 0 | 52 | B4 | 7 | 11 |
| Octal | 51 | 57 | 57 | 15 | 0 | 0 | 122 | 264 | 7 | 21 |
| Binary | 101001 | 101111 | 101111 | 1101 | 0 | 0 | 1010010 | 10110100 | 111 | 10001 |
Color Harmonies of #292F2F
Complementary color
Monochromatic Colors of #292F2F
Black with #292F2F
Text Example
Text Example
White with #292F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F2F; }
p { color: rgb(41,47,47); }
H1.HeaderClassName
{
color: #292F2F;
}
.AnyTagClassName
{
color: #292F2F;
}
</style>
background-color css
<style>
a { background-color: #292F2F; }
a { background-color: rgb(41,47,47); }
div.DivClassName
{
background-color: #292F2F;
}
.BgClassName
{
background-color: #292F2F;
}
</style>
border-color css
<style>
span { border-color: #292F2F; }
span { border-color: rgb(41,47,47); }
td.TdClassName
{
border-color: #292F2F;
}
.TagClassName
{
border-color: #292F2F;
}
</style>