Shades of Midnight Moss #1D3024
Tints of Midnight Moss #1D3024
RGB
CMYK
RGB Variations
Color information
#1D3024 (or 0x1D3024) is known color: Midnight Moss. HEX triplet: 1D, 30 and 24. RGB value is (29,48,36). Sum of RGB (Red+Green+Blue) = 29+48+36=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3024 is #E2CFDB. Grayscale: #282828. Windows color (decimal): -14864348 or 2371613. OLE color: 2371613.
HSL color Cylindrical-coordinate representation of color #1D3024: hue angle of 142.11º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D3024 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 36 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.81 |
| HSL | 142.11º | 0.25% | 0.15% | - |
| HSV(B) | 142.11º | 0.4% | 0.19% | - |
| XYZ | 1.88 | 2.5 | 2.05 | - |
| YUV | 40.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 36 | 0.40 | 0 | 0.25 | 0.81 | 142.11 | 0.25 | 0.15 |
| Hex | 1D | 30 | 24 | 28 | 0 | 19 | 51 | 8E | 19 | F |
| Octal | 35 | 60 | 44 | 50 | 0 | 31 | 121 | 216 | 31 | 17 |
| Binary | 11101 | 110000 | 100100 | 101000 | 0 | 11001 | 1010001 | 10001110 | 11001 | 1111 |
Color Harmonies of #1D3024
Complementary color
Monochromatic Colors of #1D3024
Black with #1D3024
Text Example
Text Example
White with #1D3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3024; }
p { color: rgb(29,48,36); }
H1.HeaderClassName
{
color: #1D3024;
}
.AnyTagClassName
{
color: #1D3024;
}
</style>
background-color css
<style>
a { background-color: #1D3024; }
a { background-color: rgb(29,48,36); }
div.DivClassName
{
background-color: #1D3024;
}
.BgClassName
{
background-color: #1D3024;
}
</style>
border-color css
<style>
span { border-color: #1D3024; }
span { border-color: rgb(29,48,36); }
td.TdClassName
{
border-color: #1D3024;
}
.TagClassName
{
border-color: #1D3024;
}
</style>