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