Shades of Deep Fir #18441F
Tints of Deep Fir #18441F
RGB
CMYK
RGB Variations
Color information
#18441F (or 0x18441F) is known color: Deep Fir. HEX triplet: 18, 44 and 1F. RGB value is (24,68,31). Sum of RGB (Red+Green+Blue) = 24+68+31=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #18441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18441F is #E7BBE0. Grayscale: #323232. Windows color (decimal): -15186913 or 2049048. OLE color: 2049048.
HSL color Cylindrical-coordinate representation of color #18441F: hue angle of 129.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18441F is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 68 | 31 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.73 |
| HSL | 129.55º | 0.48% | 0.18% | - |
| HSV(B) | 129.55º | 0.65% | 0.27% | - |
| XYZ | 2.69 | 4.43 | 2.01 | - |
| YUV | 50.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 31 | 0.65 | 0 | 0.54 | 0.73 | 129.55 | 0.48 | 0.18 |
| Hex | 18 | 44 | 1F | 41 | 0 | 36 | 49 | 82 | 30 | 12 |
| Octal | 30 | 104 | 37 | 101 | 0 | 66 | 111 | 202 | 60 | 22 |
| Binary | 11000 | 1000100 | 11111 | 1000001 | 0 | 110110 | 1001001 | 10000010 | 110000 | 10010 |
Color Harmonies of #18441F
Complementary color
Monochromatic Colors of #18441F
Black with #18441F
Text Example
Text Example
White with #18441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18441F; }
p { color: rgb(24,68,31); }
H1.HeaderClassName
{
color: #18441F;
}
.AnyTagClassName
{
color: #18441F;
}
</style>
background-color css
<style>
a { background-color: #18441F; }
a { background-color: rgb(24,68,31); }
div.DivClassName
{
background-color: #18441F;
}
.BgClassName
{
background-color: #18441F;
}
</style>
border-color css
<style>
span { border-color: #18441F; }
span { border-color: rgb(24,68,31); }
td.TdClassName
{
border-color: #18441F;
}
.TagClassName
{
border-color: #18441F;
}
</style>