Shades of Midnight Moss #262E29
Tints of Midnight Moss #262E29
RGB
CMYK
RGB Variations
Color information
#262E29 (or 0x262E29) is known color: Midnight Moss. HEX triplet: 26, 2E and 29. RGB value is (38,46,41). Sum of RGB (Red+Green+Blue) = 38+46+41=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 46 - color contains mainly: green. Hex color #262E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E29 is #D9D1D6. Grayscale: #2B2B2B. Windows color (decimal): -14275031 or 2698790. OLE color: 2698790.
HSL color Cylindrical-coordinate representation of color #262E29: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #262E29 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
RGB | 38 | 46 | 41 | - |
CMYK | 0.17 | 0 | 0.11 | 0.82 |
HSL | 142.5º | 0.1% | 0.16% | - |
HSV(B) | 142.5º | 0.17% | 0.18% | - |
XYZ | 2.18 | 2.53 | 2.47 | - |
YUV | 43.04 | 126.85 | 124.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 46 | 41 | 0.17 | 0 | 0.11 | 0.82 | 142.5 | 0.1 | 0.16 |
Hex | 26 | 2E | 29 | 11 | 0 | B | 52 | 8E | A | 10 |
Octal | 46 | 56 | 51 | 21 | 0 | 13 | 122 | 216 | 12 | 20 |
Binary | 100110 | 101110 | 101001 | 10001 | 0 | 1011 | 1010010 | 10001110 | 1010 | 10000 |
Color Harmonies of #262E29
Complementary color
Monochromatic Colors of #262E29
Black with #262E29
Text Example
Text Example
White with #262E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E29; }
p { color: rgb(38,46,41); }
H1.HeaderClassName
{
color: #262E29;
}
.AnyTagClassName
{
color: #262E29;
}
</style>
background-color css
<style>
a { background-color: #262E29; }
a { background-color: rgb(38,46,41); }
div.DivClassName
{
background-color: #262E29;
}
.BgClassName
{
background-color: #262E29;
}
</style>
border-color css
<style>
span { border-color: #262E29; }
span { border-color: rgb(38,46,41); }
td.TdClassName
{
border-color: #262E29;
}
.TagClassName
{
border-color: #262E29;
}
</style>