Shades of Deep Fir #0C2413
Tints of Deep Fir #0C2413
RGB
CMYK
RGB Variations
Color information
#0C2413 (or 0x0C2413) is known color: Deep Fir. HEX triplet: 0C, 24 and 13. RGB value is (12,36,19). Sum of RGB (Red+Green+Blue) = 12+36+19=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #0C2413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2413 is #F3DBEC. Grayscale: #1A1A1A. Windows color (decimal): -15981549 or 1254412. OLE color: 1254412.
HSL color Cylindrical-coordinate representation of color #0C2413: hue angle of 137.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C2413 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 36 | 19 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.86 |
| HSL | 137.5º | 0.5% | 0.09% | - |
| HSV(B) | 137.5º | 0.67% | 0.14% | - |
| XYZ | 0.9 | 1.39 | 0.84 | - |
| YUV | 26.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 19 | 0.67 | 0 | 0.47 | 0.86 | 137.5 | 0.5 | 0.09 |
| Hex | C | 24 | 13 | 43 | 0 | 2F | 56 | 8A | 32 | 9 |
| Octal | 14 | 44 | 23 | 103 | 0 | 57 | 126 | 212 | 62 | 11 |
| Binary | 1100 | 100100 | 10011 | 1000011 | 0 | 101111 | 1010110 | 10001010 | 110010 | 1001 |
Color Harmonies of #0C2413
Complementary color
Monochromatic Colors of #0C2413
Black with #0C2413
Text Example
Text Example
White with #0C2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2413; }
p { color: rgb(12,36,19); }
H1.HeaderClassName
{
color: #0C2413;
}
.AnyTagClassName
{
color: #0C2413;
}
</style>
background-color css
<style>
a { background-color: #0C2413; }
a { background-color: rgb(12,36,19); }
div.DivClassName
{
background-color: #0C2413;
}
.BgClassName
{
background-color: #0C2413;
}
</style>
border-color css
<style>
span { border-color: #0C2413; }
span { border-color: rgb(12,36,19); }
td.TdClassName
{
border-color: #0C2413;
}
.TagClassName
{
border-color: #0C2413;
}
</style>