Shades of Pine Tree #0C1C01
Tints of Pine Tree #0C1C01
RGB
CMYK
RGB Variations
Color information
#0C1C01 (or 0x0C1C01) is known color: Pine Tree. HEX triplet: 0C, 1C and 01. RGB value is (12,28,1). Sum of RGB (Red+Green+Blue) = 12+28+1=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C01 is #F3E3FE. Grayscale: #141414. Windows color (decimal): -15983615 or 72716. OLE color: 72716.
HSL color Cylindrical-coordinate representation of color #0C1C01: hue angle of 95.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C1C01 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 28 | 1 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.89 |
| HSL | 95.56º | 0.93% | 0.06% | - |
| HSV(B) | 95.56º | 0.96% | 0.11% | - |
| XYZ | 0.57 | 0.91 | 0.17 | - |
| YUV | 20.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 1 | 0.57 | 0 | 0.96 | 0.89 | 95.56 | 0.93 | 0.06 |
| Hex | C | 1C | 1 | 39 | 0 | 60 | 59 | 60 | 5D | 6 |
| Octal | 14 | 34 | 1 | 71 | 0 | 140 | 131 | 140 | 135 | 6 |
| Binary | 1100 | 11100 | 1 | 111001 | 0 | 1100000 | 1011001 | 1100000 | 1011101 | 110 |
Color Harmonies of #0C1C01
Complementary color
Monochromatic Colors of #0C1C01
Black with #0C1C01
Text Example
Text Example
White with #0C1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1C01; }
p { color: rgb(12,28,1); }
H1.HeaderClassName
{
color: #0C1C01;
}
.AnyTagClassName
{
color: #0C1C01;
}
</style>
background-color css
<style>
a { background-color: #0C1C01; }
a { background-color: rgb(12,28,1); }
div.DivClassName
{
background-color: #0C1C01;
}
.BgClassName
{
background-color: #0C1C01;
}
</style>
border-color css
<style>
span { border-color: #0C1C01; }
span { border-color: rgb(12,28,1); }
td.TdClassName
{
border-color: #0C1C01;
}
.TagClassName
{
border-color: #0C1C01;
}
</style>