Shades of Pine Tree #0D1201
Tints of Pine Tree #0D1201
RGB
CMYK
RGB Variations
Color information
#0D1201 (or 0x0D1201) is known color: Pine Tree. HEX triplet: 0D, 12 and 01. RGB value is (13,18,1). Sum of RGB (Red+Green+Blue) = 13+18+1=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #0D1201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1201 is #F2EDFE. Grayscale: #0E0E0E. Windows color (decimal): -15920639 or 70157. OLE color: 70157.
HSL color Cylindrical-coordinate representation of color #0D1201: hue angle of 77.65º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1201 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 18 | 1 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.93 |
| HSL | 77.65º | 0.89% | 0.04% | - |
| HSV(B) | 77.65º | 0.94% | 0.07% | - |
| XYZ | 0.39 | 0.52 | 0.11 | - |
| YUV | 14.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 1 | 0.28 | 0 | 0.94 | 0.93 | 77.65 | 0.89 | 0.04 |
| Hex | D | 12 | 1 | 1C | 0 | 5E | 5D | 4E | 59 | 4 |
| Octal | 15 | 22 | 1 | 34 | 0 | 136 | 135 | 116 | 131 | 4 |
| Binary | 1101 | 10010 | 1 | 11100 | 0 | 1011110 | 1011101 | 1001110 | 1011001 | 100 |
Color Harmonies of #0D1201
Complementary color
Monochromatic Colors of #0D1201
Black with #0D1201
Text Example
Text Example
White with #0D1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1201; }
p { color: rgb(13,18,1); }
H1.HeaderClassName
{
color: #0D1201;
}
.AnyTagClassName
{
color: #0D1201;
}
</style>
background-color css
<style>
a { background-color: #0D1201; }
a { background-color: rgb(13,18,1); }
div.DivClassName
{
background-color: #0D1201;
}
.BgClassName
{
background-color: #0D1201;
}
</style>
border-color css
<style>
span { border-color: #0D1201; }
span { border-color: rgb(13,18,1); }
td.TdClassName
{
border-color: #0D1201;
}
.TagClassName
{
border-color: #0D1201;
}
</style>