Shades of Swamp #212F30
Tints of Swamp #212F30
RGB
CMYK
RGB Variations
Color information
#212F30 (or 0x212F30) is known color: Swamp. HEX triplet: 21, 2F and 30. RGB value is (33,47,48). Sum of RGB (Red+Green+Blue) = 33+47+48=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: blue. Hex color #212F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F30 is #DED0CF. Grayscale: #2A2A2A. Windows color (decimal): -14602448 or 3157793. OLE color: 3157793.
HSL color Cylindrical-coordinate representation of color #212F30: hue angle of 184º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212F30 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 47 | 48 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.81 |
| HSL | 184º | 0.19% | 0.16% | - |
| HSV(B) | 184º | 0.31% | 0.19% | - |
| XYZ | 2.18 | 2.57 | 3.18 | - |
| YUV | 42.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 48 | 0.31 | 0.02 | 0 | 0.81 | 184 | 0.19 | 0.16 |
| Hex | 21 | 2F | 30 | 1F | 2 | 0 | 51 | B8 | 13 | 10 |
| Octal | 41 | 57 | 60 | 37 | 2 | 0 | 121 | 270 | 23 | 20 |
| Binary | 100001 | 101111 | 110000 | 11111 | 10 | 0 | 1010001 | 10111000 | 10011 | 10000 |
Color Harmonies of #212F30
Complementary color
Monochromatic Colors of #212F30
Black with #212F30
Text Example
Text Example
White with #212F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F30; }
p { color: rgb(33,47,48); }
H1.HeaderClassName
{
color: #212F30;
}
.AnyTagClassName
{
color: #212F30;
}
</style>
background-color css
<style>
a { background-color: #212F30; }
a { background-color: rgb(33,47,48); }
div.DivClassName
{
background-color: #212F30;
}
.BgClassName
{
background-color: #212F30;
}
</style>
border-color css
<style>
span { border-color: #212F30; }
span { border-color: rgb(33,47,48); }
td.TdClassName
{
border-color: #212F30;
}
.TagClassName
{
border-color: #212F30;
}
</style>