Shades of Deep Fir #123B1F
Tints of Deep Fir #123B1F
RGB
CMYK
RGB Variations
Color information
#123B1F (or 0x123B1F) is known color: Deep Fir. HEX triplet: 12, 3B and 1F. RGB value is (18,59,31). Sum of RGB (Red+Green+Blue) = 18+59+31=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #123B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B1F is #EDC4E0. Grayscale: #2B2B2B. Windows color (decimal): -15582433 or 2046738. OLE color: 2046738.
HSL color Cylindrical-coordinate representation of color #123B1F: hue angle of 139.02º 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 #123B1F is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 31 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.77 |
| HSL | 139.02º | 0.53% | 0.15% | - |
| HSV(B) | 139.02º | 0.69% | 0.23% | - |
| XYZ | 2.06 | 3.36 | 1.84 | - |
| YUV | 43.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 31 | 0.69 | 0 | 0.47 | 0.77 | 139.02 | 0.53 | 0.15 |
| Hex | 12 | 3B | 1F | 45 | 0 | 2F | 4D | 8B | 35 | F |
| Octal | 22 | 73 | 37 | 105 | 0 | 57 | 115 | 213 | 65 | 17 |
| Binary | 10010 | 111011 | 11111 | 1000101 | 0 | 101111 | 1001101 | 10001011 | 110101 | 1111 |
Color Harmonies of #123B1F
Complementary color
Monochromatic Colors of #123B1F
Black with #123B1F
Text Example
Text Example
White with #123B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B1F; }
p { color: rgb(18,59,31); }
H1.HeaderClassName
{
color: #123B1F;
}
.AnyTagClassName
{
color: #123B1F;
}
</style>
background-color css
<style>
a { background-color: #123B1F; }
a { background-color: rgb(18,59,31); }
div.DivClassName
{
background-color: #123B1F;
}
.BgClassName
{
background-color: #123B1F;
}
</style>
border-color css
<style>
span { border-color: #123B1F; }
span { border-color: rgb(18,59,31); }
td.TdClassName
{
border-color: #123B1F;
}
.TagClassName
{
border-color: #123B1F;
}
</style>