Shades of Deep Fir #123B24
Tints of Deep Fir #123B24
RGB
CMYK
RGB Variations
Color information
#123B24 (or 0x123B24) is known color: Deep Fir. HEX triplet: 12, 3B and 24. RGB value is (18,59,36). Sum of RGB (Red+Green+Blue) = 18+59+36=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #123B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B24 is #EDC4DB. Grayscale: #2C2C2C. Windows color (decimal): -15582428 or 2374418. OLE color: 2374418.
HSL color Cylindrical-coordinate representation of color #123B24: hue angle of 146.34º 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 #123B24 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 36 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.77 |
| HSL | 146.34º | 0.53% | 0.15% | - |
| HSV(B) | 146.34º | 0.69% | 0.23% | - |
| XYZ | 2.13 | 3.38 | 2.21 | - |
| YUV | 44.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 36 | 0.69 | 0 | 0.39 | 0.77 | 146.34 | 0.53 | 0.15 |
| Hex | 12 | 3B | 24 | 45 | 0 | 27 | 4D | 92 | 35 | F |
| Octal | 22 | 73 | 44 | 105 | 0 | 47 | 115 | 222 | 65 | 17 |
| Binary | 10010 | 111011 | 100100 | 1000101 | 0 | 100111 | 1001101 | 10010010 | 110101 | 1111 |
Color Harmonies of #123B24
Complementary color
Monochromatic Colors of #123B24
Black with #123B24
Text Example
Text Example
White with #123B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B24; }
p { color: rgb(18,59,36); }
H1.HeaderClassName
{
color: #123B24;
}
.AnyTagClassName
{
color: #123B24;
}
</style>
background-color css
<style>
a { background-color: #123B24; }
a { background-color: rgb(18,59,36); }
div.DivClassName
{
background-color: #123B24;
}
.BgClassName
{
background-color: #123B24;
}
</style>
border-color css
<style>
span { border-color: #123B24; }
span { border-color: rgb(18,59,36); }
td.TdClassName
{
border-color: #123B24;
}
.TagClassName
{
border-color: #123B24;
}
</style>