Shades of Deep Fir #0C2314
Tints of Deep Fir #0C2314
RGB
CMYK
RGB Variations
Color information
#0C2314 (or 0x0C2314) is known color: Deep Fir. HEX triplet: 0C, 23 and 14. RGB value is (12,35,20). Sum of RGB (Red+Green+Blue) = 12+35+20=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2314 is #F3DCEB. Grayscale: #1A1A1A. Windows color (decimal): -15981804 or 1319692. OLE color: 1319692.
HSL color Cylindrical-coordinate representation of color #0C2314: hue angle of 140.87º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2314 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 20 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.86 |
| HSL | 140.87º | 0.49% | 0.09% | - |
| HSV(B) | 140.87º | 0.66% | 0.14% | - |
| XYZ | 0.88 | 1.33 | 0.87 | - |
| YUV | 26.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 20 | 0.66 | 0 | 0.43 | 0.86 | 140.87 | 0.49 | 0.09 |
| Hex | C | 23 | 14 | 42 | 0 | 2B | 56 | 8D | 31 | 9 |
| Octal | 14 | 43 | 24 | 102 | 0 | 53 | 126 | 215 | 61 | 11 |
| Binary | 1100 | 100011 | 10100 | 1000010 | 0 | 101011 | 1010110 | 10001101 | 110001 | 1001 |
Color Harmonies of #0C2314
Complementary color
Monochromatic Colors of #0C2314
Black with #0C2314
Text Example
Text Example
White with #0C2314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2314; }
p { color: rgb(12,35,20); }
H1.HeaderClassName
{
color: #0C2314;
}
.AnyTagClassName
{
color: #0C2314;
}
</style>
background-color css
<style>
a { background-color: #0C2314; }
a { background-color: rgb(12,35,20); }
div.DivClassName
{
background-color: #0C2314;
}
.BgClassName
{
background-color: #0C2314;
}
</style>
border-color css
<style>
span { border-color: #0C2314; }
span { border-color: rgb(12,35,20); }
td.TdClassName
{
border-color: #0C2314;
}
.TagClassName
{
border-color: #0C2314;
}
</style>