Shades of Deep Fir #0C3D21
Tints of Deep Fir #0C3D21
RGB
CMYK
RGB Variations
Color information
#0C3D21 (or 0x0C3D21) is known color: Deep Fir. HEX triplet: 0C, 3D and 21. RGB value is (12,61,33). Sum of RGB (Red+Green+Blue) = 12+61+33=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 61 (24.22% from 255 or 57.55% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 61 - color contains mainly: green. Hex color #0C3D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3D21 is #F3C2DE. Grayscale: #2B2B2B. Windows color (decimal): -15975135 or 2178316. OLE color: 2178316.
HSL color Cylindrical-coordinate representation of color #0C3D21: hue angle of 145.71º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3D21 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 61 | 33 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.76 |
| HSL | 145.71º | 0.67% | 0.14% | - |
| HSV(B) | 145.71º | 0.8% | 0.24% | - |
| XYZ | 2.09 | 3.53 | 2.01 | - |
| YUV | 43.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 33 | 0.80 | 0 | 0.46 | 0.76 | 145.71 | 0.67 | 0.14 |
| Hex | C | 3D | 21 | 50 | 0 | 2E | 4C | 92 | 43 | E |
| Octal | 14 | 75 | 41 | 120 | 0 | 56 | 114 | 222 | 103 | 16 |
| Binary | 1100 | 111101 | 100001 | 1010000 | 0 | 101110 | 1001100 | 10010010 | 1000011 | 1110 |
Color Harmonies of #0C3D21
Complementary color
Monochromatic Colors of #0C3D21
Black with #0C3D21
Text Example
Text Example
White with #0C3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3D21; }
p { color: rgb(12,61,33); }
H1.HeaderClassName
{
color: #0C3D21;
}
.AnyTagClassName
{
color: #0C3D21;
}
</style>
background-color css
<style>
a { background-color: #0C3D21; }
a { background-color: rgb(12,61,33); }
div.DivClassName
{
background-color: #0C3D21;
}
.BgClassName
{
background-color: #0C3D21;
}
</style>
border-color css
<style>
span { border-color: #0C3D21; }
span { border-color: rgb(12,61,33); }
td.TdClassName
{
border-color: #0C3D21;
}
.TagClassName
{
border-color: #0C3D21;
}
</style>