Shades of Midnight Moss #262E2A
Tints of Midnight Moss #262E2A
RGB
CMYK
RGB Variations
Color information
#262E2A (or 0x262E2A) is known color: Midnight Moss. HEX triplet: 26, 2E and 2A. RGB value is (38,46,42). Sum of RGB (Red+Green+Blue) = 38+46+42=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 46 - color contains mainly: green. Hex color #262E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E2A is #D9D1D5. Grayscale: #2B2B2B. Windows color (decimal): -14275030 or 2764326. OLE color: 2764326.
HSL color Cylindrical-coordinate representation of color #262E2A: hue angle of 150º 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 #262E2A is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
RGB | 38 | 46 | 42 | - |
CMYK | 0.17 | 0 | 0.09 | 0.82 |
HSL | 150º | 0.1% | 0.16% | - |
HSV(B) | 150º | 0.17% | 0.18% | - |
XYZ | 2.19 | 2.53 | 2.56 | - |
YUV | 43.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 46 | 42 | 0.17 | 0 | 0.09 | 0.82 | 150 | 0.1 | 0.16 |
Hex | 26 | 2E | 2A | 11 | 0 | 9 | 52 | 96 | A | 10 |
Octal | 46 | 56 | 52 | 21 | 0 | 11 | 122 | 226 | 12 | 20 |
Binary | 100110 | 101110 | 101010 | 10001 | 0 | 1001 | 1010010 | 10010110 | 1010 | 10000 |
Color Harmonies of #262E2A
Complementary color
Monochromatic Colors of #262E2A
Black with #262E2A
Text Example
Text Example
White with #262E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E2A; }
p { color: rgb(38,46,42); }
H1.HeaderClassName
{
color: #262E2A;
}
.AnyTagClassName
{
color: #262E2A;
}
</style>
background-color css
<style>
a { background-color: #262E2A; }
a { background-color: rgb(38,46,42); }
div.DivClassName
{
background-color: #262E2A;
}
.BgClassName
{
background-color: #262E2A;
}
</style>
border-color css
<style>
span { border-color: #262E2A; }
span { border-color: rgb(38,46,42); }
td.TdClassName
{
border-color: #262E2A;
}
.TagClassName
{
border-color: #262E2A;
}
</style>