Shades of Deep Fir #123F22
Tints of Deep Fir #123F22
RGB
CMYK
RGB Variations
Color information
#123F22 (or 0x123F22) is known color: Deep Fir. HEX triplet: 12, 3F and 22. RGB value is (18,63,34). Sum of RGB (Red+Green+Blue) = 18+63+34=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #123F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F22 is #EDC0DD. Grayscale: #2E2E2E. Windows color (decimal): -15581406 or 2244370. OLE color: 2244370.
HSL color Cylindrical-coordinate representation of color #123F22: hue angle of 141.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F22 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 34 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.75 |
| HSL | 141.33º | 0.56% | 0.16% | - |
| HSV(B) | 141.33º | 0.71% | 0.25% | - |
| XYZ | 2.32 | 3.8 | 2.12 | - |
| YUV | 46.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 34 | 0.71 | 0 | 0.46 | 0.75 | 141.33 | 0.56 | 0.16 |
| Hex | 12 | 3F | 22 | 47 | 0 | 2E | 4B | 8D | 38 | 10 |
| Octal | 22 | 77 | 42 | 107 | 0 | 56 | 113 | 215 | 70 | 20 |
| Binary | 10010 | 111111 | 100010 | 1000111 | 0 | 101110 | 1001011 | 10001101 | 111000 | 10000 |
Color Harmonies of #123F22
Complementary color
Monochromatic Colors of #123F22
Black with #123F22
Text Example
Text Example
White with #123F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F22; }
p { color: rgb(18,63,34); }
H1.HeaderClassName
{
color: #123F22;
}
.AnyTagClassName
{
color: #123F22;
}
</style>
background-color css
<style>
a { background-color: #123F22; }
a { background-color: rgb(18,63,34); }
div.DivClassName
{
background-color: #123F22;
}
.BgClassName
{
background-color: #123F22;
}
</style>
border-color css
<style>
span { border-color: #123F22; }
span { border-color: rgb(18,63,34); }
td.TdClassName
{
border-color: #123F22;
}
.TagClassName
{
border-color: #123F22;
}
</style>