Shades of Midnight Moss #1E3226
Tints of Midnight Moss #1E3226
RGB
CMYK
RGB Variations
Color information
#1E3226 (or 0x1E3226) is known color: Midnight Moss. HEX triplet: 1E, 32 and 26. RGB value is (30,50,38). Sum of RGB (Red+Green+Blue) = 30+50+38=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3226 is #E1CDD9. Grayscale: #2A2A2A. Windows color (decimal): -14798298 or 2503198. OLE color: 2503198.
HSL color Cylindrical-coordinate representation of color #1E3226: hue angle of 144º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E3226 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 50 | 38 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.80 |
| HSL | 144º | 0.25% | 0.16% | - |
| HSV(B) | 144º | 0.4% | 0.2% | - |
| XYZ | 2.03 | 2.7 | 2.25 | - |
| YUV | 42.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 38 | 0.40 | 0 | 0.24 | 0.80 | 144 | 0.25 | 0.16 |
| Hex | 1E | 32 | 26 | 28 | 0 | 18 | 50 | 90 | 19 | 10 |
| Octal | 36 | 62 | 46 | 50 | 0 | 30 | 120 | 220 | 31 | 20 |
| Binary | 11110 | 110010 | 100110 | 101000 | 0 | 11000 | 1010000 | 10010000 | 11001 | 10000 |
Color Harmonies of #1E3226
Complementary color
Monochromatic Colors of #1E3226
Black with #1E3226
Text Example
Text Example
White with #1E3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3226; }
p { color: rgb(30,50,38); }
H1.HeaderClassName
{
color: #1E3226;
}
.AnyTagClassName
{
color: #1E3226;
}
</style>
background-color css
<style>
a { background-color: #1E3226; }
a { background-color: rgb(30,50,38); }
div.DivClassName
{
background-color: #1E3226;
}
.BgClassName
{
background-color: #1E3226;
}
</style>
border-color css
<style>
span { border-color: #1E3226; }
span { border-color: rgb(30,50,38); }
td.TdClassName
{
border-color: #1E3226;
}
.TagClassName
{
border-color: #1E3226;
}
</style>