Shades of Deep Fir #18401E
Tints of Deep Fir #18401E
RGB
CMYK
RGB Variations
Color information
#18401E (or 0x18401E) is known color: Deep Fir. HEX triplet: 18, 40 and 1E. RGB value is (24,64,30). Sum of RGB (Red+Green+Blue) = 24+64+30=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #18401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18401E is #E7BFE1. Grayscale: #303030. Windows color (decimal): -15187938 or 1982488. OLE color: 1982488.
HSL color Cylindrical-coordinate representation of color #18401E: hue angle of 129º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18401E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 30 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.75 |
| HSL | 129º | 0.45% | 0.17% | - |
| HSV(B) | 129º | 0.63% | 0.25% | - |
| XYZ | 2.44 | 3.95 | 1.86 | - |
| YUV | 48.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 30 | 0.62 | 0 | 0.53 | 0.75 | 129 | 0.45 | 0.17 |
| Hex | 18 | 40 | 1E | 3E | 0 | 35 | 4B | 81 | 2D | 11 |
| Octal | 30 | 100 | 36 | 76 | 0 | 65 | 113 | 201 | 55 | 21 |
| Binary | 11000 | 1000000 | 11110 | 111110 | 0 | 110101 | 1001011 | 10000001 | 101101 | 10001 |
Color Harmonies of #18401E
Complementary color
Monochromatic Colors of #18401E
Black with #18401E
Text Example
Text Example
White with #18401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18401E; }
p { color: rgb(24,64,30); }
H1.HeaderClassName
{
color: #18401E;
}
.AnyTagClassName
{
color: #18401E;
}
</style>
background-color css
<style>
a { background-color: #18401E; }
a { background-color: rgb(24,64,30); }
div.DivClassName
{
background-color: #18401E;
}
.BgClassName
{
background-color: #18401E;
}
</style>
border-color css
<style>
span { border-color: #18401E; }
span { border-color: rgb(24,64,30); }
td.TdClassName
{
border-color: #18401E;
}
.TagClassName
{
border-color: #18401E;
}
</style>