Shades of Deep Fir #0C411C
Tints of Deep Fir #0C411C
RGB
CMYK
RGB Variations
Color information
#0C411C (or 0x0C411C) is known color: Deep Fir. HEX triplet: 0C, 41 and 1C. RGB value is (12,65,28). Sum of RGB (Red+Green+Blue) = 12+65+28=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #0C411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C411C is #F3BEE3. Grayscale: #2D2D2D. Windows color (decimal): -15974116 or 1851660. OLE color: 1851660.
HSL color Cylindrical-coordinate representation of color #0C411C: hue angle of 138.11º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C411C is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 28 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.75 |
| HSL | 138.11º | 0.69% | 0.15% | - |
| HSV(B) | 138.11º | 0.82% | 0.25% | - |
| XYZ | 2.25 | 3.94 | 1.74 | - |
| YUV | 44.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 28 | 0.82 | 0 | 0.57 | 0.75 | 138.11 | 0.69 | 0.15 |
| Hex | C | 41 | 1C | 52 | 0 | 39 | 4B | 8A | 45 | F |
| Octal | 14 | 101 | 34 | 122 | 0 | 71 | 113 | 212 | 105 | 17 |
| Binary | 1100 | 1000001 | 11100 | 1010010 | 0 | 111001 | 1001011 | 10001010 | 1000101 | 1111 |
Color Harmonies of #0C411C
Complementary color
Monochromatic Colors of #0C411C
Black with #0C411C
Text Example
Text Example
White with #0C411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C411C; }
p { color: rgb(12,65,28); }
H1.HeaderClassName
{
color: #0C411C;
}
.AnyTagClassName
{
color: #0C411C;
}
</style>
background-color css
<style>
a { background-color: #0C411C; }
a { background-color: rgb(12,65,28); }
div.DivClassName
{
background-color: #0C411C;
}
.BgClassName
{
background-color: #0C411C;
}
</style>
border-color css
<style>
span { border-color: #0C411C; }
span { border-color: rgb(12,65,28); }
td.TdClassName
{
border-color: #0C411C;
}
.TagClassName
{
border-color: #0C411C;
}
</style>