Shades of Deep Fir #0C2D1A
Tints of Deep Fir #0C2D1A
RGB
CMYK
RGB Variations
Color information
#0C2D1A (or 0x0C2D1A) is known color: Deep Fir. HEX triplet: 0C, 2D and 1A. RGB value is (12,45,26). Sum of RGB (Red+Green+Blue) = 12+45+26=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 45 (17.97% from 255 or 54.22% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D1A is #F3D2E5. Grayscale: #212121. Windows color (decimal): -15979238 or 1715468. OLE color: 1715468.
HSL color Cylindrical-coordinate representation of color #0C2D1A: hue angle of 145.45º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D1A is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 45 | 26 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.82 |
| HSL | 145.45º | 0.58% | 0.11% | - |
| HSV(B) | 145.45º | 0.73% | 0.18% | - |
| XYZ | 1.28 | 2.03 | 1.3 | - |
| YUV | 32.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 26 | 0.73 | 0 | 0.42 | 0.82 | 145.45 | 0.58 | 0.11 |
| Hex | C | 2D | 1A | 49 | 0 | 2A | 52 | 91 | 3A | B |
| Octal | 14 | 55 | 32 | 111 | 0 | 52 | 122 | 221 | 72 | 13 |
| Binary | 1100 | 101101 | 11010 | 1001001 | 0 | 101010 | 1010010 | 10010001 | 111010 | 1011 |
Color Harmonies of #0C2D1A
Complementary color
Monochromatic Colors of #0C2D1A
Black with #0C2D1A
Text Example
Text Example
White with #0C2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D1A; }
p { color: rgb(12,45,26); }
H1.HeaderClassName
{
color: #0C2D1A;
}
.AnyTagClassName
{
color: #0C2D1A;
}
</style>
background-color css
<style>
a { background-color: #0C2D1A; }
a { background-color: rgb(12,45,26); }
div.DivClassName
{
background-color: #0C2D1A;
}
.BgClassName
{
background-color: #0C2D1A;
}
</style>
border-color css
<style>
span { border-color: #0C2D1A; }
span { border-color: rgb(12,45,26); }
td.TdClassName
{
border-color: #0C2D1A;
}
.TagClassName
{
border-color: #0C2D1A;
}
</style>