Shades of Deep Fir #123D1A
Tints of Deep Fir #123D1A
RGB
CMYK
RGB Variations
Color information
#123D1A (or 0x123D1A) is known color: Deep Fir. HEX triplet: 12, 3D and 1A. RGB value is (18,61,26). Sum of RGB (Red+Green+Blue) = 18+61+26=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #123D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D1A is #EDC2E5. Grayscale: #2C2C2C. Windows color (decimal): -15581926 or 1719570. OLE color: 1719570.
HSL color Cylindrical-coordinate representation of color #123D1A: hue angle of 131.16º 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 #123D1A is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 26 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.76 |
| HSL | 131.16º | 0.54% | 0.15% | - |
| HSV(B) | 131.16º | 0.7% | 0.24% | - |
| XYZ | 2.1 | 3.54 | 1.55 | - |
| YUV | 44.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 26 | 0.70 | 0 | 0.57 | 0.76 | 131.16 | 0.54 | 0.15 |
| Hex | 12 | 3D | 1A | 46 | 0 | 39 | 4C | 83 | 36 | F |
| Octal | 22 | 75 | 32 | 106 | 0 | 71 | 114 | 203 | 66 | 17 |
| Binary | 10010 | 111101 | 11010 | 1000110 | 0 | 111001 | 1001100 | 10000011 | 110110 | 1111 |
Color Harmonies of #123D1A
Complementary color
Monochromatic Colors of #123D1A
Black with #123D1A
Text Example
Text Example
White with #123D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D1A; }
p { color: rgb(18,61,26); }
H1.HeaderClassName
{
color: #123D1A;
}
.AnyTagClassName
{
color: #123D1A;
}
</style>
background-color css
<style>
a { background-color: #123D1A; }
a { background-color: rgb(18,61,26); }
div.DivClassName
{
background-color: #123D1A;
}
.BgClassName
{
background-color: #123D1A;
}
</style>
border-color css
<style>
span { border-color: #123D1A; }
span { border-color: rgb(18,61,26); }
td.TdClassName
{
border-color: #123D1A;
}
.TagClassName
{
border-color: #123D1A;
}
</style>