Shades of Pine Tree #0C1903
Tints of Pine Tree #0C1903
RGB
CMYK
RGB Variations
Color information
#0C1903 (or 0x0C1903) is known color: Pine Tree. HEX triplet: 0C, 19 and 03. RGB value is (12,25,3). Sum of RGB (Red+Green+Blue) = 12+25+3=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1903 is #F3E6FC. Grayscale: #121212. Windows color (decimal): -15984381 or 203020. OLE color: 203020.
HSL color Cylindrical-coordinate representation of color #0C1903: hue angle of 95.45º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C1903 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 3 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.90 |
| HSL | 95.45º | 0.79% | 0.05% | - |
| HSV(B) | 95.45º | 0.88% | 0.1% | - |
| XYZ | 0.52 | 0.78 | 0.21 | - |
| YUV | 18.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 3 | 0.52 | 0 | 0.88 | 0.90 | 95.45 | 0.79 | 0.05 |
| Hex | C | 19 | 3 | 34 | 0 | 58 | 5A | 5F | 4F | 5 |
| Octal | 14 | 31 | 3 | 64 | 0 | 130 | 132 | 137 | 117 | 5 |
| Binary | 1100 | 11001 | 11 | 110100 | 0 | 1011000 | 1011010 | 1011111 | 1001111 | 101 |
Color Harmonies of #0C1903
Complementary color
Monochromatic Colors of #0C1903
Black with #0C1903
Text Example
Text Example
White with #0C1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1903; }
p { color: rgb(12,25,3); }
H1.HeaderClassName
{
color: #0C1903;
}
.AnyTagClassName
{
color: #0C1903;
}
</style>
background-color css
<style>
a { background-color: #0C1903; }
a { background-color: rgb(12,25,3); }
div.DivClassName
{
background-color: #0C1903;
}
.BgClassName
{
background-color: #0C1903;
}
</style>
border-color css
<style>
span { border-color: #0C1903; }
span { border-color: rgb(12,25,3); }
td.TdClassName
{
border-color: #0C1903;
}
.TagClassName
{
border-color: #0C1903;
}
</style>