Shades of Swamp #212D2D
Tints of Swamp #212D2D
RGB
CMYK
RGB Variations
Color information
#212D2D (or 0x212D2D) is known color: Swamp. HEX triplet: 21, 2D and 2D. RGB value is (33,45,45). Sum of RGB (Red+Green+Blue) = 33+45+45=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: green, blue. Hex color #212D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D2D is #DED2D2. Grayscale: #292929. Windows color (decimal): -14602963 or 2960673. OLE color: 2960673.
HSL color Cylindrical-coordinate representation of color #212D2D: hue angle of 180º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D2D is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 45 | - |
| CMYK | 0.27 | 0 | 0 | 0.82 |
| HSL | 180º | 0.15% | 0.15% | - |
| HSV(B) | 180º | 0.27% | 0.18% | - |
| XYZ | 2.04 | 2.39 | 2.84 | - |
| YUV | 41.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 45 | 0.27 | 0 | 0 | 0.82 | 180 | 0.15 | 0.15 |
| Hex | 21 | 2D | 2D | 1B | 0 | 0 | 52 | B4 | F | F |
| Octal | 41 | 55 | 55 | 33 | 0 | 0 | 122 | 264 | 17 | 17 |
| Binary | 100001 | 101101 | 101101 | 11011 | 0 | 0 | 1010010 | 10110100 | 1111 | 1111 |
Color Harmonies of #212D2D
Complementary color
Monochromatic Colors of #212D2D
Black with #212D2D
Text Example
Text Example
White with #212D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D2D; }
p { color: rgb(33,45,45); }
H1.HeaderClassName
{
color: #212D2D;
}
.AnyTagClassName
{
color: #212D2D;
}
</style>
background-color css
<style>
a { background-color: #212D2D; }
a { background-color: rgb(33,45,45); }
div.DivClassName
{
background-color: #212D2D;
}
.BgClassName
{
background-color: #212D2D;
}
</style>
border-color css
<style>
span { border-color: #212D2D; }
span { border-color: rgb(33,45,45); }
td.TdClassName
{
border-color: #212D2D;
}
.TagClassName
{
border-color: #212D2D;
}
</style>