Shades of Pine Tree #0C1900
Tints of Pine Tree #0C1900
RGB
CMYK
RGB Variations
Color information
#0C1900 (or 0x0C1900) is known color: Pine Tree. HEX triplet: 0C, 19 and 00. RGB value is (12,25,0). Sum of RGB (Red+Green+Blue) = 12+25+0=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 25 (10.16% from 255 or 67.57% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1900 is #F3E6FF. Grayscale: #121212. Windows color (decimal): -15984384 or 6412. OLE color: 6412.
HSL color Cylindrical-coordinate representation of color #0C1900: hue angle of 91.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C1900 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.90 |
| HSL | 91.2º | 1% | 0.05% | - |
| HSV(B) | 91.2º | 1% | 0.1% | - |
| XYZ | 0.5 | 0.77 | 0.12 | - |
| YUV | 18.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 0 | 0.52 | 0 | 1 | 0.90 | 91.2 | 1 | 0.05 |
| Hex | C | 19 | 0 | 34 | 0 | 64 | 5A | 5B | 64 | 5 |
| Octal | 14 | 31 | 0 | 64 | 0 | 144 | 132 | 133 | 144 | 5 |
| Binary | 1100 | 11001 | 0 | 110100 | 0 | 1100100 | 1011010 | 1011011 | 1100100 | 101 |
Color Harmonies of #0C1900
Complementary color
Monochromatic Colors of #0C1900
Black with #0C1900
Text Example
Text Example
White with #0C1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1900; }
p { color: rgb(12,25,0); }
H1.HeaderClassName
{
color: #0C1900;
}
.AnyTagClassName
{
color: #0C1900;
}
</style>
background-color css
<style>
a { background-color: #0C1900; }
a { background-color: rgb(12,25,0); }
div.DivClassName
{
background-color: #0C1900;
}
.BgClassName
{
background-color: #0C1900;
}
</style>
border-color css
<style>
span { border-color: #0C1900; }
span { border-color: rgb(12,25,0); }
td.TdClassName
{
border-color: #0C1900;
}
.TagClassName
{
border-color: #0C1900;
}
</style>