Shades of Deep Fir #123C19
Tints of Deep Fir #123C19
RGB
CMYK
RGB Variations
Color information
#123C19 (or 0x123C19) is known color: Deep Fir. HEX triplet: 12, 3C and 19. RGB value is (18,60,25). Sum of RGB (Red+Green+Blue) = 18+60+25=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #123C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123C19 is #EDC3E6. Grayscale: #2B2B2B. Windows color (decimal): -15582183 or 1653778. OLE color: 1653778.
HSL color Cylindrical-coordinate representation of color #123C19: hue angle of 130º 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 #123C19 is Cyan = 0.7, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 60 | 25 | - |
| CMYK | 0.7 | 0 | 0.58 | 0.76 |
| HSL | 130º | 0.54% | 0.15% | - |
| HSV(B) | 130º | 0.7% | 0.24% | - |
| XYZ | 2.04 | 3.43 | 1.47 | - |
| YUV | 43.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 25 | 0.7 | 0 | 0.58 | 0.76 | 130 | 0.54 | 0.15 |
| Hex | 12 | 3C | 19 | 46 | 0 | 3A | 4C | 82 | 36 | F |
| Octal | 22 | 74 | 31 | 106 | 0 | 72 | 114 | 202 | 66 | 17 |
| Binary | 10010 | 111100 | 11001 | 1000110 | 0 | 111010 | 1001100 | 10000010 | 110110 | 1111 |
Color Harmonies of #123C19
Complementary color
Monochromatic Colors of #123C19
Black with #123C19
Text Example
Text Example
White with #123C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C19; }
p { color: rgb(18,60,25); }
H1.HeaderClassName
{
color: #123C19;
}
.AnyTagClassName
{
color: #123C19;
}
</style>
background-color css
<style>
a { background-color: #123C19; }
a { background-color: rgb(18,60,25); }
div.DivClassName
{
background-color: #123C19;
}
.BgClassName
{
background-color: #123C19;
}
</style>
border-color css
<style>
span { border-color: #123C19; }
span { border-color: rgb(18,60,25); }
td.TdClassName
{
border-color: #123C19;
}
.TagClassName
{
border-color: #123C19;
}
</style>