Shades of Deep Fir #0C2C15
Tints of Deep Fir #0C2C15
RGB
CMYK
RGB Variations
Color information
#0C2C15 (or 0x0C2C15) is known color: Deep Fir. HEX triplet: 0C, 2C and 15. RGB value is (12,44,21). Sum of RGB (Red+Green+Blue) = 12+44+21=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C15 is #F3D3EA. Grayscale: #1F1F1F. Windows color (decimal): -15979499 or 1387532. OLE color: 1387532.
HSL color Cylindrical-coordinate representation of color #0C2C15: hue angle of 136.88º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2C15 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 44 | 21 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.83 |
| HSL | 136.88º | 0.57% | 0.11% | - |
| HSV(B) | 136.88º | 0.73% | 0.17% | - |
| XYZ | 1.19 | 1.93 | 1.02 | - |
| YUV | 31.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 21 | 0.73 | 0 | 0.52 | 0.83 | 136.88 | 0.57 | 0.11 |
| Hex | C | 2C | 15 | 49 | 0 | 34 | 53 | 89 | 39 | B |
| Octal | 14 | 54 | 25 | 111 | 0 | 64 | 123 | 211 | 71 | 13 |
| Binary | 1100 | 101100 | 10101 | 1001001 | 0 | 110100 | 1010011 | 10001001 | 111001 | 1011 |
Color Harmonies of #0C2C15
Complementary color
Monochromatic Colors of #0C2C15
Black with #0C2C15
Text Example
Text Example
White with #0C2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2C15; }
p { color: rgb(12,44,21); }
H1.HeaderClassName
{
color: #0C2C15;
}
.AnyTagClassName
{
color: #0C2C15;
}
</style>
background-color css
<style>
a { background-color: #0C2C15; }
a { background-color: rgb(12,44,21); }
div.DivClassName
{
background-color: #0C2C15;
}
.BgClassName
{
background-color: #0C2C15;
}
</style>
border-color css
<style>
span { border-color: #0C2C15; }
span { border-color: rgb(12,44,21); }
td.TdClassName
{
border-color: #0C2C15;
}
.TagClassName
{
border-color: #0C2C15;
}
</style>