Shades of Pine Tree #0D1401
Tints of Pine Tree #0D1401
RGB
CMYK
RGB Variations
Color information
#0D1401 (or 0x0D1401) is known color: Pine Tree. HEX triplet: 0D, 14 and 01. RGB value is (13,20,1). Sum of RGB (Red+Green+Blue) = 13+20+1=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1401 is #F2EBFE. Grayscale: #0F0F0F. Windows color (decimal): -15920127 or 70669. OLE color: 70669.
HSL color Cylindrical-coordinate representation of color #0D1401: hue angle of 82.11º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D1401 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 20 | 1 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.92 |
| HSL | 82.11º | 0.9% | 0.04% | - |
| HSV(B) | 82.11º | 0.95% | 0.08% | - |
| XYZ | 0.42 | 0.59 | 0.12 | - |
| YUV | 15.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 1 | 0.35 | 0 | 0.95 | 0.92 | 82.11 | 0.9 | 0.04 |
| Hex | D | 14 | 1 | 23 | 0 | 5F | 5C | 52 | 5A | 4 |
| Octal | 15 | 24 | 1 | 43 | 0 | 137 | 134 | 122 | 132 | 4 |
| Binary | 1101 | 10100 | 1 | 100011 | 0 | 1011111 | 1011100 | 1010010 | 1011010 | 100 |
Color Harmonies of #0D1401
Complementary color
Monochromatic Colors of #0D1401
Black with #0D1401
Text Example
Text Example
White with #0D1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1401; }
p { color: rgb(13,20,1); }
H1.HeaderClassName
{
color: #0D1401;
}
.AnyTagClassName
{
color: #0D1401;
}
</style>
background-color css
<style>
a { background-color: #0D1401; }
a { background-color: rgb(13,20,1); }
div.DivClassName
{
background-color: #0D1401;
}
.BgClassName
{
background-color: #0D1401;
}
</style>
border-color css
<style>
span { border-color: #0D1401; }
span { border-color: rgb(13,20,1); }
td.TdClassName
{
border-color: #0D1401;
}
.TagClassName
{
border-color: #0D1401;
}
</style>