Shades of Swamp #212F2E
Tints of Swamp #212F2E
RGB
CMYK
RGB Variations
Color information
#212F2E (or 0x212F2E) is known color: Swamp. HEX triplet: 21, 2F and 2E. RGB value is (33,47,46). Sum of RGB (Red+Green+Blue) = 33+47+46=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 47 - color contains mainly: green. Hex color #212F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F2E is #DED0D1. Grayscale: #2A2A2A. Windows color (decimal): -14602450 or 3026721. OLE color: 3026721.
HSL color Cylindrical-coordinate representation of color #212F2E: hue angle of 175.71º 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 #212F2E is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 46 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.82 |
| HSL | 175.71º | 0.18% | 0.16% | - |
| HSV(B) | 175.71º | 0.3% | 0.18% | - |
| XYZ | 2.14 | 2.55 | 2.97 | - |
| YUV | 42.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 46 | 0.30 | 0 | 0.02 | 0.82 | 175.71 | 0.18 | 0.16 |
| Hex | 21 | 2F | 2E | 1E | 0 | 2 | 52 | B0 | 12 | 10 |
| Octal | 41 | 57 | 56 | 36 | 0 | 2 | 122 | 260 | 22 | 20 |
| Binary | 100001 | 101111 | 101110 | 11110 | 0 | 10 | 1010010 | 10110000 | 10010 | 10000 |
Color Harmonies of #212F2E
Complementary color
Monochromatic Colors of #212F2E
Black with #212F2E
Text Example
Text Example
White with #212F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F2E; }
p { color: rgb(33,47,46); }
H1.HeaderClassName
{
color: #212F2E;
}
.AnyTagClassName
{
color: #212F2E;
}
</style>
background-color css
<style>
a { background-color: #212F2E; }
a { background-color: rgb(33,47,46); }
div.DivClassName
{
background-color: #212F2E;
}
.BgClassName
{
background-color: #212F2E;
}
</style>
border-color css
<style>
span { border-color: #212F2E; }
span { border-color: rgb(33,47,46); }
td.TdClassName
{
border-color: #212F2E;
}
.TagClassName
{
border-color: #212F2E;
}
</style>