Shades of Deep Fir #0C3A13
Tints of Deep Fir #0C3A13
RGB
CMYK
RGB Variations
Color information
#0C3A13 (or 0x0C3A13) is known color: Deep Fir. HEX triplet: 0C, 3A and 13. RGB value is (12,58,19). Sum of RGB (Red+Green+Blue) = 12+58+19=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3A13 is #F3C5EC. Grayscale: #272727. Windows color (decimal): -15975917 or 1260044. OLE color: 1260044.
HSL color Cylindrical-coordinate representation of color #0C3A13: hue angle of 129.13º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3A13 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 58 | 19 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.77 |
| HSL | 129.13º | 0.66% | 0.14% | - |
| HSV(B) | 129.13º | 0.79% | 0.23% | - |
| XYZ | 1.78 | 3.15 | 1.13 | - |
| YUV | 39.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 19 | 0.79 | 0 | 0.67 | 0.77 | 129.13 | 0.66 | 0.14 |
| Hex | C | 3A | 13 | 4F | 0 | 43 | 4D | 81 | 42 | E |
| Octal | 14 | 72 | 23 | 117 | 0 | 103 | 115 | 201 | 102 | 16 |
| Binary | 1100 | 111010 | 10011 | 1001111 | 0 | 1000011 | 1001101 | 10000001 | 1000010 | 1110 |
Color Harmonies of #0C3A13
Complementary color
Monochromatic Colors of #0C3A13
Black with #0C3A13
Text Example
Text Example
White with #0C3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A13; }
p { color: rgb(12,58,19); }
H1.HeaderClassName
{
color: #0C3A13;
}
.AnyTagClassName
{
color: #0C3A13;
}
</style>
background-color css
<style>
a { background-color: #0C3A13; }
a { background-color: rgb(12,58,19); }
div.DivClassName
{
background-color: #0C3A13;
}
.BgClassName
{
background-color: #0C3A13;
}
</style>
border-color css
<style>
span { border-color: #0C3A13; }
span { border-color: rgb(12,58,19); }
td.TdClassName
{
border-color: #0C3A13;
}
.TagClassName
{
border-color: #0C3A13;
}
</style>