Shades of Midnight Moss #292B2A
Tints of Midnight Moss #292B2A
RGB
CMYK
RGB Variations
Color information
#292B2A (or 0x292B2A) is known color: Midnight Moss. HEX triplet: 29, 2B and 2A. RGB value is (41,43,42). Sum of RGB (Red+Green+Blue) = 41+43+42=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 43 - color contains mainly: green. Hex color #292B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B2A is #D6D4D5. Grayscale: #2A2A2A. Windows color (decimal): -14079190 or 2763561. OLE color: 2763561.
HSL color Cylindrical-coordinate representation of color #292B2A: hue angle of 150º degrees, saturation: 0.02, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #292B2A is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 43 | 42 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.83 |
| HSL | 150º | 0.02% | 0.16% | - |
| HSV(B) | 150º | 0.05% | 0.17% | - |
| XYZ | 2.2 | 2.37 | 2.53 | - |
| YUV | 42.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 42 | 0.05 | 0 | 0.02 | 0.83 | 150 | 0.02 | 0.16 |
| Hex | 29 | 2B | 2A | 5 | 0 | 2 | 53 | 96 | 2 | 10 |
| Octal | 51 | 53 | 52 | 5 | 0 | 2 | 123 | 226 | 2 | 20 |
| Binary | 101001 | 101011 | 101010 | 101 | 0 | 10 | 1010011 | 10010110 | 10 | 10000 |
Color Harmonies of #292B2A
Complementary color
Monochromatic Colors of #292B2A
Black with #292B2A
Text Example
Text Example
White with #292B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B2A; }
p { color: rgb(41,43,42); }
H1.HeaderClassName
{
color: #292B2A;
}
.AnyTagClassName
{
color: #292B2A;
}
</style>
background-color css
<style>
a { background-color: #292B2A; }
a { background-color: rgb(41,43,42); }
div.DivClassName
{
background-color: #292B2A;
}
.BgClassName
{
background-color: #292B2A;
}
</style>
border-color css
<style>
span { border-color: #292B2A; }
span { border-color: rgb(41,43,42); }
td.TdClassName
{
border-color: #292B2A;
}
.TagClassName
{
border-color: #292B2A;
}
</style>