Shades of Pine Tree #0C1D00
Tints of Pine Tree #0C1D00
RGB
CMYK
RGB Variations
Color information
#0C1D00 (or 0x0C1D00) is known color: Pine Tree. HEX triplet: 0C, 1D and 00. RGB value is (12,29,0). Sum of RGB (Red+Green+Blue) = 12+29+0=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 29 (11.72% from 255 or 70.73% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1D00 is #F3E2FF. Grayscale: #141414. Windows color (decimal): -15983360 or 7436. OLE color: 7436.
HSL color Cylindrical-coordinate representation of color #0C1D00: hue angle of 95.17º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C1D00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 29 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.89 |
| HSL | 95.17º | 1% | 0.06% | - |
| HSV(B) | 95.17º | 1% | 0.11% | - |
| XYZ | 0.59 | 0.96 | 0.15 | - |
| YUV | 20.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 0 | 0.59 | 0 | 1 | 0.89 | 95.17 | 1 | 0.06 |
| Hex | C | 1D | 0 | 3B | 0 | 64 | 59 | 5F | 64 | 6 |
| Octal | 14 | 35 | 0 | 73 | 0 | 144 | 131 | 137 | 144 | 6 |
| Binary | 1100 | 11101 | 0 | 111011 | 0 | 1100100 | 1011001 | 1011111 | 1100100 | 110 |
Color Harmonies of #0C1D00
Complementary color
Monochromatic Colors of #0C1D00
Black with #0C1D00
Text Example
Text Example
White with #0C1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1D00; }
p { color: rgb(12,29,0); }
H1.HeaderClassName
{
color: #0C1D00;
}
.AnyTagClassName
{
color: #0C1D00;
}
</style>
background-color css
<style>
a { background-color: #0C1D00; }
a { background-color: rgb(12,29,0); }
div.DivClassName
{
background-color: #0C1D00;
}
.BgClassName
{
background-color: #0C1D00;
}
</style>
border-color css
<style>
span { border-color: #0C1D00; }
span { border-color: rgb(12,29,0); }
td.TdClassName
{
border-color: #0C1D00;
}
.TagClassName
{
border-color: #0C1D00;
}
</style>