Shades of Swamp #212D2F
Tints of Swamp #212D2F
RGB
CMYK
RGB Variations
Color information
#212D2F (or 0x212D2F) is known color: Swamp. HEX triplet: 21, 2D and 2F. RGB value is (33,45,47). Sum of RGB (Red+Green+Blue) = 33+45+47=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #212D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D2F is #DED2D0. Grayscale: #292929. Windows color (decimal): -14602961 or 3091745. OLE color: 3091745.
HSL color Cylindrical-coordinate representation of color #212D2F: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212D2F is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 47 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.82 |
| HSL | 188.57º | 0.18% | 0.16% | - |
| HSV(B) | 188.57º | 0.3% | 0.18% | - |
| XYZ | 2.08 | 2.41 | 3.04 | - |
| YUV | 41.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 47 | 0.30 | 0.04 | 0 | 0.82 | 188.57 | 0.18 | 0.16 |
| Hex | 21 | 2D | 2F | 1E | 4 | 0 | 52 | BD | 12 | 10 |
| Octal | 41 | 55 | 57 | 36 | 4 | 0 | 122 | 275 | 22 | 20 |
| Binary | 100001 | 101101 | 101111 | 11110 | 100 | 0 | 1010010 | 10111101 | 10010 | 10000 |
Color Harmonies of #212D2F
Complementary color
Monochromatic Colors of #212D2F
Black with #212D2F
Text Example
Text Example
White with #212D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D2F; }
p { color: rgb(33,45,47); }
H1.HeaderClassName
{
color: #212D2F;
}
.AnyTagClassName
{
color: #212D2F;
}
</style>
background-color css
<style>
a { background-color: #212D2F; }
a { background-color: rgb(33,45,47); }
div.DivClassName
{
background-color: #212D2F;
}
.BgClassName
{
background-color: #212D2F;
}
</style>
border-color css
<style>
span { border-color: #212D2F; }
span { border-color: rgb(33,45,47); }
td.TdClassName
{
border-color: #212D2F;
}
.TagClassName
{
border-color: #212D2F;
}
</style>