Shades of Midnight Moss #1C2620
Tints of Midnight Moss #1C2620
RGB
CMYK
RGB Variations
Color information
#1C2620 (or 0x1C2620) is known color: Midnight Moss. HEX triplet: 1C, 26 and 20. RGB value is (28,38,32). Sum of RGB (Red+Green+Blue) = 28+38+32=98 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.57% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2620 is #E3D9DF. Grayscale: #222222. Windows color (decimal): -14932448 or 2106908. OLE color: 2106908.
HSL color Cylindrical-coordinate representation of color #1C2620: hue angle of 144º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1C2620 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 38 | 32 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.85 |
| HSL | 144º | 0.15% | 0.13% | - |
| HSV(B) | 144º | 0.26% | 0.15% | - |
| XYZ | 1.43 | 1.74 | 1.63 | - |
| YUV | 34.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 32 | 0.26 | 0 | 0.16 | 0.85 | 144 | 0.15 | 0.13 |
| Hex | 1C | 26 | 20 | 1A | 0 | 10 | 55 | 90 | F | D |
| Octal | 34 | 46 | 40 | 32 | 0 | 20 | 125 | 220 | 17 | 15 |
| Binary | 11100 | 100110 | 100000 | 11010 | 0 | 10000 | 1010101 | 10010000 | 1111 | 1101 |
Color Harmonies of #1C2620
Complementary color
Monochromatic Colors of #1C2620
Black with #1C2620
Text Example
Text Example
White with #1C2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2620; }
p { color: rgb(28,38,32); }
H1.HeaderClassName
{
color: #1C2620;
}
.AnyTagClassName
{
color: #1C2620;
}
</style>
background-color css
<style>
a { background-color: #1C2620; }
a { background-color: rgb(28,38,32); }
div.DivClassName
{
background-color: #1C2620;
}
.BgClassName
{
background-color: #1C2620;
}
</style>
border-color css
<style>
span { border-color: #1C2620; }
span { border-color: rgb(28,38,32); }
td.TdClassName
{
border-color: #1C2620;
}
.TagClassName
{
border-color: #1C2620;
}
</style>