Shades of Pine Tree #0D1C01
Tints of Pine Tree #0D1C01
RGB
CMYK
RGB Variations
Color information
#0D1C01 (or 0x0D1C01) is known color: Pine Tree. HEX triplet: 0D, 1C and 01. RGB value is (13,28,1). Sum of RGB (Red+Green+Blue) = 13+28+1=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C01 is #F2E3FE. Grayscale: #141414. Windows color (decimal): -15918079 or 72717. OLE color: 72717.
HSL color Cylindrical-coordinate representation of color #0D1C01: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D1C01 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 1 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.89 |
| HSL | 93.33º | 0.93% | 0.06% | - |
| HSV(B) | 93.33º | 0.96% | 0.11% | - |
| XYZ | 0.59 | 0.92 | 0.18 | - |
| YUV | 20.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 1 | 0.54 | 0 | 0.96 | 0.89 | 93.33 | 0.93 | 0.06 |
| Hex | D | 1C | 1 | 36 | 0 | 60 | 59 | 5D | 5D | 6 |
| Octal | 15 | 34 | 1 | 66 | 0 | 140 | 131 | 135 | 135 | 6 |
| Binary | 1101 | 11100 | 1 | 110110 | 0 | 1100000 | 1011001 | 1011101 | 1011101 | 110 |
Color Harmonies of #0D1C01
Complementary color
Monochromatic Colors of #0D1C01
Black with #0D1C01
Text Example
Text Example
White with #0D1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C01; }
p { color: rgb(13,28,1); }
H1.HeaderClassName
{
color: #0D1C01;
}
.AnyTagClassName
{
color: #0D1C01;
}
</style>
background-color css
<style>
a { background-color: #0D1C01; }
a { background-color: rgb(13,28,1); }
div.DivClassName
{
background-color: #0D1C01;
}
.BgClassName
{
background-color: #0D1C01;
}
</style>
border-color css
<style>
span { border-color: #0D1C01; }
span { border-color: rgb(13,28,1); }
td.TdClassName
{
border-color: #0D1C01;
}
.TagClassName
{
border-color: #0D1C01;
}
</style>