Shades of Pine Tree #0C1705
Tints of Pine Tree #0C1705
RGB
CMYK
RGB Variations
Color information
#0C1705 (or 0x0C1705) is known color: Pine Tree. HEX triplet: 0C, 17 and 05. RGB value is (12,23,5). Sum of RGB (Red+Green+Blue) = 12+23+5=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1705 is #F3E8FA. Grayscale: #111111. Windows color (decimal): -15984891 or 333580. OLE color: 333580.
HSL color Cylindrical-coordinate representation of color #0C1705: hue angle of 96.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C1705 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 23 | 5 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.91 |
| HSL | 96.67º | 0.64% | 0.05% | - |
| HSV(B) | 96.67º | 0.78% | 0.09% | - |
| XYZ | 0.49 | 0.7 | 0.25 | - |
| YUV | 17.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 5 | 0.48 | 0 | 0.78 | 0.91 | 96.67 | 0.64 | 0.05 |
| Hex | C | 17 | 5 | 30 | 0 | 4E | 5B | 61 | 40 | 5 |
| Octal | 14 | 27 | 5 | 60 | 0 | 116 | 133 | 141 | 100 | 5 |
| Binary | 1100 | 10111 | 101 | 110000 | 0 | 1001110 | 1011011 | 1100001 | 1000000 | 101 |
Color Harmonies of #0C1705
Complementary color
Monochromatic Colors of #0C1705
Black with #0C1705
Text Example
Text Example
White with #0C1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1705; }
p { color: rgb(12,23,5); }
H1.HeaderClassName
{
color: #0C1705;
}
.AnyTagClassName
{
color: #0C1705;
}
</style>
background-color css
<style>
a { background-color: #0C1705; }
a { background-color: rgb(12,23,5); }
div.DivClassName
{
background-color: #0C1705;
}
.BgClassName
{
background-color: #0C1705;
}
</style>
border-color css
<style>
span { border-color: #0C1705; }
span { border-color: rgb(12,23,5); }
td.TdClassName
{
border-color: #0C1705;
}
.TagClassName
{
border-color: #0C1705;
}
</style>