Shades of Midnight Moss #222D26
Tints of Midnight Moss #222D26
RGB
CMYK
RGB Variations
Color information
#222D26 (or 0x222D26) is known color: Midnight Moss. HEX triplet: 22, 2D and 26. RGB value is (34,45,38). Sum of RGB (Red+Green+Blue) = 34+45+38=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 45 - color contains mainly: green. Hex color #222D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D26 is #DDD2D9. Grayscale: #282828. Windows color (decimal): -14537434 or 2501922. OLE color: 2501922.
HSL color Cylindrical-coordinate representation of color #222D26: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #222D26 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 38 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.82 |
| HSL | 141.82º | 0.14% | 0.15% | - |
| HSV(B) | 141.82º | 0.24% | 0.18% | - |
| XYZ | 1.95 | 2.36 | 2.19 | - |
| YUV | 40.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 38 | 0.24 | 0 | 0.16 | 0.82 | 141.82 | 0.14 | 0.15 |
| Hex | 22 | 2D | 26 | 18 | 0 | 10 | 52 | 8E | E | F |
| Octal | 42 | 55 | 46 | 30 | 0 | 20 | 122 | 216 | 16 | 17 |
| Binary | 100010 | 101101 | 100110 | 11000 | 0 | 10000 | 1010010 | 10001110 | 1110 | 1111 |
Color Harmonies of #222D26
Complementary color
Monochromatic Colors of #222D26
Black with #222D26
Text Example
Text Example
White with #222D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D26; }
p { color: rgb(34,45,38); }
H1.HeaderClassName
{
color: #222D26;
}
.AnyTagClassName
{
color: #222D26;
}
</style>
background-color css
<style>
a { background-color: #222D26; }
a { background-color: rgb(34,45,38); }
div.DivClassName
{
background-color: #222D26;
}
.BgClassName
{
background-color: #222D26;
}
</style>
border-color css
<style>
span { border-color: #222D26; }
span { border-color: rgb(34,45,38); }
td.TdClassName
{
border-color: #222D26;
}
.TagClassName
{
border-color: #222D26;
}
</style>