Shades of Deep Fir #123D1E
Tints of Deep Fir #123D1E
RGB
CMYK
RGB Variations
Color information
#123D1E (or 0x123D1E) is known color: Deep Fir. HEX triplet: 12, 3D and 1E. RGB value is (18,61,30). Sum of RGB (Red+Green+Blue) = 18+61+30=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #123D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D1E is #EDC2E1. Grayscale: #2C2C2C. Windows color (decimal): -15581922 or 1981714. OLE color: 1981714.
HSL color Cylindrical-coordinate representation of color #123D1E: hue angle of 136.74º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D1E is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 30 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.76 |
| HSL | 136.74º | 0.54% | 0.15% | - |
| HSV(B) | 136.74º | 0.7% | 0.24% | - |
| XYZ | 2.15 | 3.56 | 1.8 | - |
| YUV | 44.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 30 | 0.70 | 0 | 0.51 | 0.76 | 136.74 | 0.54 | 0.15 |
| Hex | 12 | 3D | 1E | 46 | 0 | 33 | 4C | 89 | 36 | F |
| Octal | 22 | 75 | 36 | 106 | 0 | 63 | 114 | 211 | 66 | 17 |
| Binary | 10010 | 111101 | 11110 | 1000110 | 0 | 110011 | 1001100 | 10001001 | 110110 | 1111 |
Color Harmonies of #123D1E
Complementary color
Monochromatic Colors of #123D1E
Black with #123D1E
Text Example
Text Example
White with #123D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D1E; }
p { color: rgb(18,61,30); }
H1.HeaderClassName
{
color: #123D1E;
}
.AnyTagClassName
{
color: #123D1E;
}
</style>
background-color css
<style>
a { background-color: #123D1E; }
a { background-color: rgb(18,61,30); }
div.DivClassName
{
background-color: #123D1E;
}
.BgClassName
{
background-color: #123D1E;
}
</style>
border-color css
<style>
span { border-color: #123D1E; }
span { border-color: rgb(18,61,30); }
td.TdClassName
{
border-color: #123D1E;
}
.TagClassName
{
border-color: #123D1E;
}
</style>