Shades of Deep Fir #12401E
Tints of Deep Fir #12401E
RGB
CMYK
RGB Variations
Color information
#12401E (or 0x12401E) is known color: Deep Fir. HEX triplet: 12, 40 and 1E. RGB value is (18,64,30). Sum of RGB (Red+Green+Blue) = 18+64+30=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #12401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12401E is #EDBFE1. Grayscale: #2E2E2E. Windows color (decimal): -15581154 or 1982482. OLE color: 1982482.
HSL color Cylindrical-coordinate representation of color #12401E: hue angle of 135.65º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12401E is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 30 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.75 |
| HSL | 135.65º | 0.56% | 0.16% | - |
| HSV(B) | 135.65º | 0.72% | 0.25% | - |
| XYZ | 2.32 | 3.89 | 1.86 | - |
| YUV | 46.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 30 | 0.72 | 0 | 0.53 | 0.75 | 135.65 | 0.56 | 0.16 |
| Hex | 12 | 40 | 1E | 48 | 0 | 35 | 4B | 88 | 38 | 10 |
| Octal | 22 | 100 | 36 | 110 | 0 | 65 | 113 | 210 | 70 | 20 |
| Binary | 10010 | 1000000 | 11110 | 1001000 | 0 | 110101 | 1001011 | 10001000 | 111000 | 10000 |
Color Harmonies of #12401E
Complementary color
Monochromatic Colors of #12401E
Black with #12401E
Text Example
Text Example
White with #12401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12401E; }
p { color: rgb(18,64,30); }
H1.HeaderClassName
{
color: #12401E;
}
.AnyTagClassName
{
color: #12401E;
}
</style>
background-color css
<style>
a { background-color: #12401E; }
a { background-color: rgb(18,64,30); }
div.DivClassName
{
background-color: #12401E;
}
.BgClassName
{
background-color: #12401E;
}
</style>
border-color css
<style>
span { border-color: #12401E; }
span { border-color: rgb(18,64,30); }
td.TdClassName
{
border-color: #12401E;
}
.TagClassName
{
border-color: #12401E;
}
</style>