Shades of Deep Fir #0C3312
Tints of Deep Fir #0C3312
RGB
CMYK
RGB Variations
Color information
#0C3312 (or 0x0C3312) is known color: Deep Fir. HEX triplet: 0C, 33 and 12. RGB value is (12,51,18). Sum of RGB (Red+Green+Blue) = 12+51+18=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #0C3312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3312 is #F3CCED. Grayscale: #232323. Windows color (decimal): -15977710 or 1192716. OLE color: 1192716.
HSL color Cylindrical-coordinate representation of color #0C3312: hue angle of 129.23º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3312 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 18 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.8 |
| HSL | 129.23º | 0.62% | 0.12% | - |
| HSV(B) | 129.23º | 0.76% | 0.2% | - |
| XYZ | 1.44 | 2.49 | 0.98 | - |
| YUV | 35.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 18 | 0.76 | 0 | 0.65 | 0.8 | 129.23 | 0.62 | 0.12 |
| Hex | C | 33 | 12 | 4C | 0 | 41 | 50 | 81 | 3E | C |
| Octal | 14 | 63 | 22 | 114 | 0 | 101 | 120 | 201 | 76 | 14 |
| Binary | 1100 | 110011 | 10010 | 1001100 | 0 | 1000001 | 1010000 | 10000001 | 111110 | 1100 |
Color Harmonies of #0C3312
Complementary color
Monochromatic Colors of #0C3312
Black with #0C3312
Text Example
Text Example
White with #0C3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3312; }
p { color: rgb(12,51,18); }
H1.HeaderClassName
{
color: #0C3312;
}
.AnyTagClassName
{
color: #0C3312;
}
</style>
background-color css
<style>
a { background-color: #0C3312; }
a { background-color: rgb(12,51,18); }
div.DivClassName
{
background-color: #0C3312;
}
.BgClassName
{
background-color: #0C3312;
}
</style>
border-color css
<style>
span { border-color: #0C3312; }
span { border-color: rgb(12,51,18); }
td.TdClassName
{
border-color: #0C3312;
}
.TagClassName
{
border-color: #0C3312;
}
</style>