Shades of Midnight Moss #222F28
Tints of Midnight Moss #222F28
RGB
CMYK
RGB Variations
Color information
#222F28 (or 0x222F28) is known color: Midnight Moss. HEX triplet: 22, 2F and 28. RGB value is (34,47,40). Sum of RGB (Red+Green+Blue) = 34+47+40=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 47 - color contains mainly: green. Hex color #222F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F28 is #DDD0D7. Grayscale: #2A2A2A. Windows color (decimal): -14536920 or 2633506. OLE color: 2633506.
HSL color Cylindrical-coordinate representation of color #222F28: hue angle of 147.69º 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 #222F28 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 40 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.82 |
| HSL | 147.69º | 0.16% | 0.16% | - |
| HSV(B) | 147.69º | 0.28% | 0.18% | - |
| XYZ | 2.06 | 2.53 | 2.39 | - |
| YUV | 42.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 40 | 0.28 | 0 | 0.15 | 0.82 | 147.69 | 0.16 | 0.16 |
| Hex | 22 | 2F | 28 | 1C | 0 | F | 52 | 94 | 10 | 10 |
| Octal | 42 | 57 | 50 | 34 | 0 | 17 | 122 | 224 | 20 | 20 |
| Binary | 100010 | 101111 | 101000 | 11100 | 0 | 1111 | 1010010 | 10010100 | 10000 | 10000 |
Color Harmonies of #222F28
Complementary color
Monochromatic Colors of #222F28
Black with #222F28
Text Example
Text Example
White with #222F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F28; }
p { color: rgb(34,47,40); }
H1.HeaderClassName
{
color: #222F28;
}
.AnyTagClassName
{
color: #222F28;
}
</style>
background-color css
<style>
a { background-color: #222F28; }
a { background-color: rgb(34,47,40); }
div.DivClassName
{
background-color: #222F28;
}
.BgClassName
{
background-color: #222F28;
}
</style>
border-color css
<style>
span { border-color: #222F28; }
span { border-color: rgb(34,47,40); }
td.TdClassName
{
border-color: #222F28;
}
.TagClassName
{
border-color: #222F28;
}
</style>