Shades of Deep Fir #123B22
Tints of Deep Fir #123B22
RGB
CMYK
RGB Variations
Color information
#123B22 (or 0x123B22) is known color: Deep Fir. HEX triplet: 12, 3B and 22. RGB value is (18,59,34). Sum of RGB (Red+Green+Blue) = 18+59+34=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #123B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B22 is #EDC4DD. Grayscale: #2B2B2B. Windows color (decimal): -15582430 or 2243346. OLE color: 2243346.
HSL color Cylindrical-coordinate representation of color #123B22: hue angle of 143.41º 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 #123B22 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 34 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.77 |
| HSL | 143.41º | 0.53% | 0.15% | - |
| HSV(B) | 143.41º | 0.69% | 0.23% | - |
| XYZ | 2.1 | 3.37 | 2.05 | - |
| YUV | 43.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 34 | 0.69 | 0 | 0.42 | 0.77 | 143.41 | 0.53 | 0.15 |
| Hex | 12 | 3B | 22 | 45 | 0 | 2A | 4D | 8F | 35 | F |
| Octal | 22 | 73 | 42 | 105 | 0 | 52 | 115 | 217 | 65 | 17 |
| Binary | 10010 | 111011 | 100010 | 1000101 | 0 | 101010 | 1001101 | 10001111 | 110101 | 1111 |
Color Harmonies of #123B22
Complementary color
Monochromatic Colors of #123B22
Black with #123B22
Text Example
Text Example
White with #123B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B22; }
p { color: rgb(18,59,34); }
H1.HeaderClassName
{
color: #123B22;
}
.AnyTagClassName
{
color: #123B22;
}
</style>
background-color css
<style>
a { background-color: #123B22; }
a { background-color: rgb(18,59,34); }
div.DivClassName
{
background-color: #123B22;
}
.BgClassName
{
background-color: #123B22;
}
</style>
border-color css
<style>
span { border-color: #123B22; }
span { border-color: rgb(18,59,34); }
td.TdClassName
{
border-color: #123B22;
}
.TagClassName
{
border-color: #123B22;
}
</style>