Shades of Deep Fir #123C18
Tints of Deep Fir #123C18
RGB
CMYK
RGB Variations
Color information
#123C18 (or 0x123C18) is known color: Deep Fir. HEX triplet: 12, 3C and 18. RGB value is (18,60,24). Sum of RGB (Red+Green+Blue) = 18+60+24=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #123C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123C18 is #EDC3E7. Grayscale: #2B2B2B. Windows color (decimal): -15582184 or 1588242. OLE color: 1588242.
HSL color Cylindrical-coordinate representation of color #123C18: hue angle of 128.57º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123C18 is Cyan = 0.7, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 60 | 24 | - |
| CMYK | 0.7 | 0 | 0.60 | 0.76 |
| HSL | 128.57º | 0.54% | 0.15% | - |
| HSV(B) | 128.57º | 0.7% | 0.24% | - |
| XYZ | 2.03 | 3.43 | 1.42 | - |
| YUV | 43.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 24 | 0.7 | 0 | 0.60 | 0.76 | 128.57 | 0.54 | 0.15 |
| Hex | 12 | 3C | 18 | 46 | 0 | 3C | 4C | 81 | 36 | F |
| Octal | 22 | 74 | 30 | 106 | 0 | 74 | 114 | 201 | 66 | 17 |
| Binary | 10010 | 111100 | 11000 | 1000110 | 0 | 111100 | 1001100 | 10000001 | 110110 | 1111 |
Color Harmonies of #123C18
Complementary color
Monochromatic Colors of #123C18
Black with #123C18
Text Example
Text Example
White with #123C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C18; }
p { color: rgb(18,60,24); }
H1.HeaderClassName
{
color: #123C18;
}
.AnyTagClassName
{
color: #123C18;
}
</style>
background-color css
<style>
a { background-color: #123C18; }
a { background-color: rgb(18,60,24); }
div.DivClassName
{
background-color: #123C18;
}
.BgClassName
{
background-color: #123C18;
}
</style>
border-color css
<style>
span { border-color: #123C18; }
span { border-color: rgb(18,60,24); }
td.TdClassName
{
border-color: #123C18;
}
.TagClassName
{
border-color: #123C18;
}
</style>