Shades of Midnight Moss #1A2820
Tints of Midnight Moss #1A2820
RGB
CMYK
RGB Variations
Color information
#1A2820 (or 0x1A2820) is known color: Midnight Moss. HEX triplet: 1A, 28 and 20. RGB value is (26,40,32). Sum of RGB (Red+Green+Blue) = 26+40+32=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #1A2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2820 is #E5D7DF. Grayscale: #222222. Windows color (decimal): -15063008 or 2107418. OLE color: 2107418.
HSL color Cylindrical-coordinate representation of color #1A2820: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A2820 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 40 | 32 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.84 |
| HSL | 145.71º | 0.21% | 0.13% | - |
| HSV(B) | 145.71º | 0.35% | 0.16% | - |
| XYZ | 1.45 | 1.84 | 1.65 | - |
| YUV | 34.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 32 | 0.35 | 0 | 0.20 | 0.84 | 145.71 | 0.21 | 0.13 |
| Hex | 1A | 28 | 20 | 23 | 0 | 14 | 54 | 92 | 15 | D |
| Octal | 32 | 50 | 40 | 43 | 0 | 24 | 124 | 222 | 25 | 15 |
| Binary | 11010 | 101000 | 100000 | 100011 | 0 | 10100 | 1010100 | 10010010 | 10101 | 1101 |
Color Harmonies of #1A2820
Complementary color
Monochromatic Colors of #1A2820
Black with #1A2820
Text Example
Text Example
White with #1A2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2820; }
p { color: rgb(26,40,32); }
H1.HeaderClassName
{
color: #1A2820;
}
.AnyTagClassName
{
color: #1A2820;
}
</style>
background-color css
<style>
a { background-color: #1A2820; }
a { background-color: rgb(26,40,32); }
div.DivClassName
{
background-color: #1A2820;
}
.BgClassName
{
background-color: #1A2820;
}
</style>
border-color css
<style>
span { border-color: #1A2820; }
span { border-color: rgb(26,40,32); }
td.TdClassName
{
border-color: #1A2820;
}
.TagClassName
{
border-color: #1A2820;
}
</style>