Shades of Pine Tree #0D1801
Tints of Pine Tree #0D1801
RGB
CMYK
RGB Variations
Color information
#0D1801 (or 0x0D1801) is known color: Pine Tree. HEX triplet: 0D, 18 and 01. RGB value is (13,24,1). Sum of RGB (Red+Green+Blue) = 13+24+1=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1801 is #F2E7FE. Grayscale: #121212. Windows color (decimal): -15919103 or 71693. OLE color: 71693.
HSL color Cylindrical-coordinate representation of color #0D1801: hue angle of 88.7º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D1801 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 24 | 1 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.91 |
| HSL | 88.7º | 0.92% | 0.05% | - |
| HSV(B) | 88.7º | 0.96% | 0.09% | - |
| XYZ | 0.5 | 0.74 | 0.15 | - |
| YUV | 18.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 1 | 0.46 | 0 | 0.96 | 0.91 | 88.7 | 0.92 | 0.05 |
| Hex | D | 18 | 1 | 2E | 0 | 60 | 5B | 59 | 5C | 5 |
| Octal | 15 | 30 | 1 | 56 | 0 | 140 | 133 | 131 | 134 | 5 |
| Binary | 1101 | 11000 | 1 | 101110 | 0 | 1100000 | 1011011 | 1011001 | 1011100 | 101 |
Color Harmonies of #0D1801
Complementary color
Monochromatic Colors of #0D1801
Black with #0D1801
Text Example
Text Example
White with #0D1801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1801; }
p { color: rgb(13,24,1); }
H1.HeaderClassName
{
color: #0D1801;
}
.AnyTagClassName
{
color: #0D1801;
}
</style>
background-color css
<style>
a { background-color: #0D1801; }
a { background-color: rgb(13,24,1); }
div.DivClassName
{
background-color: #0D1801;
}
.BgClassName
{
background-color: #0D1801;
}
</style>
border-color css
<style>
span { border-color: #0D1801; }
span { border-color: rgb(13,24,1); }
td.TdClassName
{
border-color: #0D1801;
}
.TagClassName
{
border-color: #0D1801;
}
</style>