Shades of Deep Fir #12391E
Tints of Deep Fir #12391E
RGB
CMYK
RGB Variations
Color information
#12391E (or 0x12391E) is known color: Deep Fir. HEX triplet: 12, 39 and 1E. RGB value is (18,57,30). Sum of RGB (Red+Green+Blue) = 18+57+30=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #12391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12391E is #EDC6E1. Grayscale: #2A2A2A. Windows color (decimal): -15582946 or 1980690. OLE color: 1980690.
HSL color Cylindrical-coordinate representation of color #12391E: hue angle of 138.46º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12391E is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 30 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.78 |
| HSL | 138.46º | 0.52% | 0.15% | - |
| HSV(B) | 138.46º | 0.68% | 0.22% | - |
| XYZ | 1.95 | 3.15 | 1.73 | - |
| YUV | 42.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 30 | 0.68 | 0 | 0.47 | 0.78 | 138.46 | 0.52 | 0.15 |
| Hex | 12 | 39 | 1E | 44 | 0 | 2F | 4E | 8A | 34 | F |
| Octal | 22 | 71 | 36 | 104 | 0 | 57 | 116 | 212 | 64 | 17 |
| Binary | 10010 | 111001 | 11110 | 1000100 | 0 | 101111 | 1001110 | 10001010 | 110100 | 1111 |
Color Harmonies of #12391E
Complementary color
Monochromatic Colors of #12391E
Black with #12391E
Text Example
Text Example
White with #12391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12391E; }
p { color: rgb(18,57,30); }
H1.HeaderClassName
{
color: #12391E;
}
.AnyTagClassName
{
color: #12391E;
}
</style>
background-color css
<style>
a { background-color: #12391E; }
a { background-color: rgb(18,57,30); }
div.DivClassName
{
background-color: #12391E;
}
.BgClassName
{
background-color: #12391E;
}
</style>
border-color css
<style>
span { border-color: #12391E; }
span { border-color: rgb(18,57,30); }
td.TdClassName
{
border-color: #12391E;
}
.TagClassName
{
border-color: #12391E;
}
</style>