Shades of Deep Fir #123B18
Tints of Deep Fir #123B18
RGB
CMYK
RGB Variations
Color information
#123B18 (or 0x123B18) is known color: Deep Fir. HEX triplet: 12, 3B and 18. RGB value is (18,59,24). Sum of RGB (Red+Green+Blue) = 18+59+24=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 59 (23.44% from 255 or 58.42% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 59 - color contains mainly: green. Hex color #123B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123B18 is #EDC4E7. Grayscale: #2A2A2A. Windows color (decimal): -15582440 or 1587986. OLE color: 1587986.
HSL color Cylindrical-coordinate representation of color #123B18: hue angle of 128.78º 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 #123B18 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 24 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.77 |
| HSL | 128.78º | 0.53% | 0.15% | - |
| HSV(B) | 128.78º | 0.69% | 0.23% | - |
| XYZ | 1.98 | 3.32 | 1.4 | - |
| YUV | 42.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 24 | 0.69 | 0 | 0.59 | 0.77 | 128.78 | 0.53 | 0.15 |
| Hex | 12 | 3B | 18 | 45 | 0 | 3B | 4D | 81 | 35 | F |
| Octal | 22 | 73 | 30 | 105 | 0 | 73 | 115 | 201 | 65 | 17 |
| Binary | 10010 | 111011 | 11000 | 1000101 | 0 | 111011 | 1001101 | 10000001 | 110101 | 1111 |
Color Harmonies of #123B18
Complementary color
Monochromatic Colors of #123B18
Black with #123B18
Text Example
Text Example
White with #123B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B18; }
p { color: rgb(18,59,24); }
H1.HeaderClassName
{
color: #123B18;
}
.AnyTagClassName
{
color: #123B18;
}
</style>
background-color css
<style>
a { background-color: #123B18; }
a { background-color: rgb(18,59,24); }
div.DivClassName
{
background-color: #123B18;
}
.BgClassName
{
background-color: #123B18;
}
</style>
border-color css
<style>
span { border-color: #123B18; }
span { border-color: rgb(18,59,24); }
td.TdClassName
{
border-color: #123B18;
}
.TagClassName
{
border-color: #123B18;
}
</style>