Shades of Deep Fir #12421B
Tints of Deep Fir #12421B
RGB
CMYK
RGB Variations
Color information
#12421B (or 0x12421B) is known color: Deep Fir. HEX triplet: 12, 42 and 1B. RGB value is (18,66,27). Sum of RGB (Red+Green+Blue) = 18+66+27=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #12421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12421B is #EDBDE4. Grayscale: #2F2F2F. Windows color (decimal): -15580645 or 1786386. OLE color: 1786386.
HSL color Cylindrical-coordinate representation of color #12421B: hue angle of 131.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12421B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 27 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.74 |
| HSL | 131.25º | 0.57% | 0.16% | - |
| HSV(B) | 131.25º | 0.73% | 0.26% | - |
| XYZ | 2.4 | 4.1 | 1.7 | - |
| YUV | 47.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 27 | 0.73 | 0 | 0.59 | 0.74 | 131.25 | 0.57 | 0.16 |
| Hex | 12 | 42 | 1B | 49 | 0 | 3B | 4A | 83 | 39 | 10 |
| Octal | 22 | 102 | 33 | 111 | 0 | 73 | 112 | 203 | 71 | 20 |
| Binary | 10010 | 1000010 | 11011 | 1001001 | 0 | 111011 | 1001010 | 10000011 | 111001 | 10000 |
Color Harmonies of #12421B
Complementary color
Monochromatic Colors of #12421B
Black with #12421B
Text Example
Text Example
White with #12421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12421B; }
p { color: rgb(18,66,27); }
H1.HeaderClassName
{
color: #12421B;
}
.AnyTagClassName
{
color: #12421B;
}
</style>
background-color css
<style>
a { background-color: #12421B; }
a { background-color: rgb(18,66,27); }
div.DivClassName
{
background-color: #12421B;
}
.BgClassName
{
background-color: #12421B;
}
</style>
border-color css
<style>
span { border-color: #12421B; }
span { border-color: rgb(18,66,27); }
td.TdClassName
{
border-color: #12421B;
}
.TagClassName
{
border-color: #12421B;
}
</style>