Shades of Deep Fir #123A1D
Tints of Deep Fir #123A1D
RGB
CMYK
RGB Variations
Color information
#123A1D (or 0x123A1D) is known color: Deep Fir. HEX triplet: 12, 3A and 1D. RGB value is (18,58,29). Sum of RGB (Red+Green+Blue) = 18+58+29=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #123A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A1D is #EDC5E2. Grayscale: #2A2A2A. Windows color (decimal): -15582691 or 1915410. OLE color: 1915410.
HSL color Cylindrical-coordinate representation of color #123A1D: hue angle of 136.5º 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 #123A1D is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 29 | - |
| CMYK | 0.69 | 0 | 0.5 | 0.77 |
| HSL | 136.5º | 0.53% | 0.15% | - |
| HSV(B) | 136.5º | 0.69% | 0.23% | - |
| XYZ | 1.98 | 3.24 | 1.68 | - |
| YUV | 42.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 29 | 0.69 | 0 | 0.5 | 0.77 | 136.5 | 0.53 | 0.15 |
| Hex | 12 | 3A | 1D | 45 | 0 | 32 | 4D | 88 | 35 | F |
| Octal | 22 | 72 | 35 | 105 | 0 | 62 | 115 | 210 | 65 | 17 |
| Binary | 10010 | 111010 | 11101 | 1000101 | 0 | 110010 | 1001101 | 10001000 | 110101 | 1111 |
Color Harmonies of #123A1D
Complementary color
Monochromatic Colors of #123A1D
Black with #123A1D
Text Example
Text Example
White with #123A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A1D; }
p { color: rgb(18,58,29); }
H1.HeaderClassName
{
color: #123A1D;
}
.AnyTagClassName
{
color: #123A1D;
}
</style>
background-color css
<style>
a { background-color: #123A1D; }
a { background-color: rgb(18,58,29); }
div.DivClassName
{
background-color: #123A1D;
}
.BgClassName
{
background-color: #123A1D;
}
</style>
border-color css
<style>
span { border-color: #123A1D; }
span { border-color: rgb(18,58,29); }
td.TdClassName
{
border-color: #123A1D;
}
.TagClassName
{
border-color: #123A1D;
}
</style>