Shades of Midnight Moss #222F27
Tints of Midnight Moss #222F27
RGB
CMYK
RGB Variations
Color information
#222F27 (or 0x222F27) is known color: Midnight Moss. HEX triplet: 22, 2F and 27. RGB value is (34,47,39). Sum of RGB (Red+Green+Blue) = 34+47+39=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #222F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F27 is #DDD0D8. Grayscale: #2A2A2A. Windows color (decimal): -14536921 or 2567970. OLE color: 2567970.
HSL color Cylindrical-coordinate representation of color #222F27: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #222F27 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 39 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.82 |
| HSL | 143.08º | 0.16% | 0.16% | - |
| HSV(B) | 143.08º | 0.28% | 0.18% | - |
| XYZ | 2.04 | 2.52 | 2.3 | - |
| YUV | 42.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 39 | 0.28 | 0 | 0.17 | 0.82 | 143.08 | 0.16 | 0.16 |
| Hex | 22 | 2F | 27 | 1C | 0 | 11 | 52 | 8F | 10 | 10 |
| Octal | 42 | 57 | 47 | 34 | 0 | 21 | 122 | 217 | 20 | 20 |
| Binary | 100010 | 101111 | 100111 | 11100 | 0 | 10001 | 1010010 | 10001111 | 10000 | 10000 |
Color Harmonies of #222F27
Complementary color
Monochromatic Colors of #222F27
Black with #222F27
Text Example
Text Example
White with #222F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F27; }
p { color: rgb(34,47,39); }
H1.HeaderClassName
{
color: #222F27;
}
.AnyTagClassName
{
color: #222F27;
}
</style>
background-color css
<style>
a { background-color: #222F27; }
a { background-color: rgb(34,47,39); }
div.DivClassName
{
background-color: #222F27;
}
.BgClassName
{
background-color: #222F27;
}
</style>
border-color css
<style>
span { border-color: #222F27; }
span { border-color: rgb(34,47,39); }
td.TdClassName
{
border-color: #222F27;
}
.TagClassName
{
border-color: #222F27;
}
</style>