Shades of Swamp #112F2D
Tints of Swamp #112F2D
RGB
CMYK
RGB Variations
Color information
#112F2D (or 0x112F2D) is known color: Swamp. HEX triplet: 11, 2F and 2D. RGB value is (17,47,45). Sum of RGB (Red+Green+Blue) = 17+47+45=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #112F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F2D is #EED0D2. Grayscale: #252525. Windows color (decimal): -15651027 or 2961169. OLE color: 2961169.
HSL color Cylindrical-coordinate representation of color #112F2D: hue angle of 176º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112F2D is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 47 | 45 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.82 |
| HSL | 176º | 0.47% | 0.13% | - |
| HSV(B) | 176º | 0.64% | 0.18% | - |
| XYZ | 1.72 | 2.34 | 2.84 | - |
| YUV | 37.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 45 | 0.64 | 0 | 0.04 | 0.82 | 176 | 0.47 | 0.13 |
| Hex | 11 | 2F | 2D | 40 | 0 | 4 | 52 | B0 | 2F | D |
| Octal | 21 | 57 | 55 | 100 | 0 | 4 | 122 | 260 | 57 | 15 |
| Binary | 10001 | 101111 | 101101 | 1000000 | 0 | 100 | 1010010 | 10110000 | 101111 | 1101 |
Color Harmonies of #112F2D
Complementary color
Monochromatic Colors of #112F2D
Black with #112F2D
Text Example
Text Example
White with #112F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F2D; }
p { color: rgb(17,47,45); }
H1.HeaderClassName
{
color: #112F2D;
}
.AnyTagClassName
{
color: #112F2D;
}
</style>
background-color css
<style>
a { background-color: #112F2D; }
a { background-color: rgb(17,47,45); }
div.DivClassName
{
background-color: #112F2D;
}
.BgClassName
{
background-color: #112F2D;
}
</style>
border-color css
<style>
span { border-color: #112F2D; }
span { border-color: rgb(17,47,45); }
td.TdClassName
{
border-color: #112F2D;
}
.TagClassName
{
border-color: #112F2D;
}
</style>