Shades of Midnight Moss #212E27
Tints of Midnight Moss #212E27
RGB
CMYK
RGB Variations
Color information
#212E27 (or 0x212E27) is known color: Midnight Moss. HEX triplet: 21, 2E and 27. RGB value is (33,46,39). Sum of RGB (Red+Green+Blue) = 33+46+39=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 46 - color contains mainly: green. Hex color #212E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E27 is #DED1D8. Grayscale: #292929. Windows color (decimal): -14602713 or 2567713. OLE color: 2567713.
HSL color Cylindrical-coordinate representation of color #212E27: hue angle of 147.69º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E27 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 39 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.82 |
| HSL | 147.69º | 0.16% | 0.15% | - |
| HSV(B) | 147.69º | 0.28% | 0.18% | - |
| XYZ | 1.97 | 2.42 | 2.28 | - |
| YUV | 41.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 39 | 0.28 | 0 | 0.15 | 0.82 | 147.69 | 0.16 | 0.15 |
| Hex | 21 | 2E | 27 | 1C | 0 | F | 52 | 94 | 10 | F |
| Octal | 41 | 56 | 47 | 34 | 0 | 17 | 122 | 224 | 20 | 17 |
| Binary | 100001 | 101110 | 100111 | 11100 | 0 | 1111 | 1010010 | 10010100 | 10000 | 1111 |
Color Harmonies of #212E27
Complementary color
Monochromatic Colors of #212E27
Black with #212E27
Text Example
Text Example
White with #212E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E27; }
p { color: rgb(33,46,39); }
H1.HeaderClassName
{
color: #212E27;
}
.AnyTagClassName
{
color: #212E27;
}
</style>
background-color css
<style>
a { background-color: #212E27; }
a { background-color: rgb(33,46,39); }
div.DivClassName
{
background-color: #212E27;
}
.BgClassName
{
background-color: #212E27;
}
</style>
border-color css
<style>
span { border-color: #212E27; }
span { border-color: rgb(33,46,39); }
td.TdClassName
{
border-color: #212E27;
}
.TagClassName
{
border-color: #212E27;
}
</style>