Shades of Midnight Moss #282B29
Tints of Midnight Moss #282B29
RGB
CMYK
RGB Variations
Color information
#282B29 (or 0x282B29) is known color: Midnight Moss. HEX triplet: 28, 2B and 29. RGB value is (40,43,41). Sum of RGB (Red+Green+Blue) = 40+43+41=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 43 - color contains mainly: green. Hex color #282B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B29 is #D7D4D6. Grayscale: #292929. Windows color (decimal): -14144727 or 2698024. OLE color: 2698024.
HSL color Cylindrical-coordinate representation of color #282B29: hue angle of 140º degrees, saturation: 0.04, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #282B29 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 43 | 41 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.83 |
| HSL | 140º | 0.04% | 0.16% | - |
| HSV(B) | 140º | 0.07% | 0.17% | - |
| XYZ | 2.14 | 2.34 | 2.44 | - |
| YUV | 41.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 41 | 0.07 | 0 | 0.05 | 0.83 | 140 | 0.04 | 0.16 |
| Hex | 28 | 2B | 29 | 7 | 0 | 5 | 53 | 8C | 4 | 10 |
| Octal | 50 | 53 | 51 | 7 | 0 | 5 | 123 | 214 | 4 | 20 |
| Binary | 101000 | 101011 | 101001 | 111 | 0 | 101 | 1010011 | 10001100 | 100 | 10000 |
Color Harmonies of #282B29
Complementary color
Monochromatic Colors of #282B29
Black with #282B29
Text Example
Text Example
White with #282B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B29; }
p { color: rgb(40,43,41); }
H1.HeaderClassName
{
color: #282B29;
}
.AnyTagClassName
{
color: #282B29;
}
</style>
background-color css
<style>
a { background-color: #282B29; }
a { background-color: rgb(40,43,41); }
div.DivClassName
{
background-color: #282B29;
}
.BgClassName
{
background-color: #282B29;
}
</style>
border-color css
<style>
span { border-color: #282B29; }
span { border-color: rgb(40,43,41); }
td.TdClassName
{
border-color: #282B29;
}
.TagClassName
{
border-color: #282B29;
}
</style>