Shades of Pine Tree #0C1401
Tints of Pine Tree #0C1401
RGB
CMYK
RGB Variations
Color information
#0C1401 (or 0x0C1401) is known color: Pine Tree. HEX triplet: 0C, 14 and 01. RGB value is (12,20,1). Sum of RGB (Red+Green+Blue) = 12+20+1=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1401 is #F3EBFE. Grayscale: #0F0F0F. Windows color (decimal): -15985663 or 70668. OLE color: 70668.
HSL color Cylindrical-coordinate representation of color #0C1401: hue angle of 85.26º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1401 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 20 | 1 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.92 |
| HSL | 85.26º | 0.9% | 0.04% | - |
| HSV(B) | 85.26º | 0.95% | 0.08% | - |
| XYZ | 0.41 | 0.58 | 0.12 | - |
| YUV | 15.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 1 | 0.40 | 0 | 0.95 | 0.92 | 85.26 | 0.9 | 0.04 |
| Hex | C | 14 | 1 | 28 | 0 | 5F | 5C | 55 | 5A | 4 |
| Octal | 14 | 24 | 1 | 50 | 0 | 137 | 134 | 125 | 132 | 4 |
| Binary | 1100 | 10100 | 1 | 101000 | 0 | 1011111 | 1011100 | 1010101 | 1011010 | 100 |
Color Harmonies of #0C1401
Complementary color
Monochromatic Colors of #0C1401
Black with #0C1401
Text Example
Text Example
White with #0C1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1401; }
p { color: rgb(12,20,1); }
H1.HeaderClassName
{
color: #0C1401;
}
.AnyTagClassName
{
color: #0C1401;
}
</style>
background-color css
<style>
a { background-color: #0C1401; }
a { background-color: rgb(12,20,1); }
div.DivClassName
{
background-color: #0C1401;
}
.BgClassName
{
background-color: #0C1401;
}
</style>
border-color css
<style>
span { border-color: #0C1401; }
span { border-color: rgb(12,20,1); }
td.TdClassName
{
border-color: #0C1401;
}
.TagClassName
{
border-color: #0C1401;
}
</style>