Shades of Deep Fir #123A1E
Tints of Deep Fir #123A1E
RGB
CMYK
RGB Variations
Color information
#123A1E (or 0x123A1E) is known color: Deep Fir. HEX triplet: 12, 3A and 1E. RGB value is (18,58,30). Sum of RGB (Red+Green+Blue) = 18+58+30=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #123A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A1E is #EDC5E1. Grayscale: #2A2A2A. Windows color (decimal): -15582690 or 1980946. OLE color: 1980946.
HSL color Cylindrical-coordinate representation of color #123A1E: hue angle of 138º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A1E is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 30 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.77 |
| HSL | 138º | 0.53% | 0.15% | - |
| HSV(B) | 138º | 0.69% | 0.23% | - |
| XYZ | 2 | 3.25 | 1.75 | - |
| YUV | 42.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 30 | 0.69 | 0 | 0.48 | 0.77 | 138 | 0.53 | 0.15 |
| Hex | 12 | 3A | 1E | 45 | 0 | 30 | 4D | 8A | 35 | F |
| Octal | 22 | 72 | 36 | 105 | 0 | 60 | 115 | 212 | 65 | 17 |
| Binary | 10010 | 111010 | 11110 | 1000101 | 0 | 110000 | 1001101 | 10001010 | 110101 | 1111 |
Color Harmonies of #123A1E
Complementary color
Monochromatic Colors of #123A1E
Black with #123A1E
Text Example
Text Example
White with #123A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A1E; }
p { color: rgb(18,58,30); }
H1.HeaderClassName
{
color: #123A1E;
}
.AnyTagClassName
{
color: #123A1E;
}
</style>
background-color css
<style>
a { background-color: #123A1E; }
a { background-color: rgb(18,58,30); }
div.DivClassName
{
background-color: #123A1E;
}
.BgClassName
{
background-color: #123A1E;
}
</style>
border-color css
<style>
span { border-color: #123A1E; }
span { border-color: rgb(18,58,30); }
td.TdClassName
{
border-color: #123A1E;
}
.TagClassName
{
border-color: #123A1E;
}
</style>