Shades of Midnight Moss #212F26
Tints of Midnight Moss #212F26
RGB
CMYK
RGB Variations
Color information
#212F26 (or 0x212F26) is known color: Midnight Moss. HEX triplet: 21, 2F and 26. RGB value is (33,47,38). Sum of RGB (Red+Green+Blue) = 33+47+38=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #212F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F26 is #DED0D9. Grayscale: #292929. Windows color (decimal): -14602458 or 2502433. OLE color: 2502433.
HSL color Cylindrical-coordinate representation of color #212F26: hue angle of 141.43º 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 #212F26 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 38 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.82 |
| HSL | 141.43º | 0.18% | 0.16% | - |
| HSV(B) | 141.43º | 0.3% | 0.18% | - |
| XYZ | 1.99 | 2.5 | 2.21 | - |
| YUV | 41.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 38 | 0.30 | 0 | 0.19 | 0.82 | 141.43 | 0.18 | 0.16 |
| Hex | 21 | 2F | 26 | 1E | 0 | 13 | 52 | 8D | 12 | 10 |
| Octal | 41 | 57 | 46 | 36 | 0 | 23 | 122 | 215 | 22 | 20 |
| Binary | 100001 | 101111 | 100110 | 11110 | 0 | 10011 | 1010010 | 10001101 | 10010 | 10000 |
Color Harmonies of #212F26
Complementary color
Monochromatic Colors of #212F26
Black with #212F26
Text Example
Text Example
White with #212F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F26; }
p { color: rgb(33,47,38); }
H1.HeaderClassName
{
color: #212F26;
}
.AnyTagClassName
{
color: #212F26;
}
</style>
background-color css
<style>
a { background-color: #212F26; }
a { background-color: rgb(33,47,38); }
div.DivClassName
{
background-color: #212F26;
}
.BgClassName
{
background-color: #212F26;
}
</style>
border-color css
<style>
span { border-color: #212F26; }
span { border-color: rgb(33,47,38); }
td.TdClassName
{
border-color: #212F26;
}
.TagClassName
{
border-color: #212F26;
}
</style>