Shades of Pine Tree #0C1402
Tints of Pine Tree #0C1402
RGB
CMYK
RGB Variations
Color information
#0C1402 (or 0x0C1402) is known color: Pine Tree. HEX triplet: 0C, 14 and 02. RGB value is (12,20,2). Sum of RGB (Red+Green+Blue) = 12+20+2=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1402 is #F3EBFD. Grayscale: #0F0F0F. Windows color (decimal): -15985662 or 136204. OLE color: 136204.
HSL color Cylindrical-coordinate representation of color #0C1402: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1402 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 20 | 2 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.92 |
| HSL | 86.67º | 0.82% | 0.04% | - |
| HSV(B) | 86.67º | 0.9% | 0.08% | - |
| XYZ | 0.41 | 0.58 | 0.15 | - |
| YUV | 15.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 2 | 0.40 | 0 | 0.90 | 0.92 | 86.67 | 0.82 | 0.04 |
| Hex | C | 14 | 2 | 28 | 0 | 5A | 5C | 57 | 52 | 4 |
| Octal | 14 | 24 | 2 | 50 | 0 | 132 | 134 | 127 | 122 | 4 |
| Binary | 1100 | 10100 | 10 | 101000 | 0 | 1011010 | 1011100 | 1010111 | 1010010 | 100 |
Color Harmonies of #0C1402
Complementary color
Monochromatic Colors of #0C1402
Black with #0C1402
Text Example
Text Example
White with #0C1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1402; }
p { color: rgb(12,20,2); }
H1.HeaderClassName
{
color: #0C1402;
}
.AnyTagClassName
{
color: #0C1402;
}
</style>
background-color css
<style>
a { background-color: #0C1402; }
a { background-color: rgb(12,20,2); }
div.DivClassName
{
background-color: #0C1402;
}
.BgClassName
{
background-color: #0C1402;
}
</style>
border-color css
<style>
span { border-color: #0C1402; }
span { border-color: rgb(12,20,2); }
td.TdClassName
{
border-color: #0C1402;
}
.TagClassName
{
border-color: #0C1402;
}
</style>