Shades of Pine Tree #0D2001
Tints of Pine Tree #0D2001
RGB
CMYK
RGB Variations
Color information
#0D2001 (or 0x0D2001) is known color: Pine Tree. HEX triplet: 0D, 20 and 01. RGB value is (13,32,1). Sum of RGB (Red+Green+Blue) = 13+32+1=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #0D2001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2001 is #F2DFFE. Grayscale: #161616. Windows color (decimal): -15917055 or 73741. OLE color: 73741.
HSL color Cylindrical-coordinate representation of color #0D2001: hue angle of 96.77º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D2001 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 32 | 1 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.87 |
| HSL | 96.77º | 0.94% | 0.06% | - |
| HSV(B) | 96.77º | 0.97% | 0.13% | - |
| XYZ | 0.69 | 1.12 | 0.21 | - |
| YUV | 22.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 1 | 0.59 | 0 | 0.97 | 0.87 | 96.77 | 0.94 | 0.06 |
| Hex | D | 20 | 1 | 3B | 0 | 61 | 57 | 61 | 5E | 6 |
| Octal | 15 | 40 | 1 | 73 | 0 | 141 | 127 | 141 | 136 | 6 |
| Binary | 1101 | 100000 | 1 | 111011 | 0 | 1100001 | 1010111 | 1100001 | 1011110 | 110 |
Color Harmonies of #0D2001
Complementary color
Monochromatic Colors of #0D2001
Black with #0D2001
Text Example
Text Example
White with #0D2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2001; }
p { color: rgb(13,32,1); }
H1.HeaderClassName
{
color: #0D2001;
}
.AnyTagClassName
{
color: #0D2001;
}
</style>
background-color css
<style>
a { background-color: #0D2001; }
a { background-color: rgb(13,32,1); }
div.DivClassName
{
background-color: #0D2001;
}
.BgClassName
{
background-color: #0D2001;
}
</style>
border-color css
<style>
span { border-color: #0D2001; }
span { border-color: rgb(13,32,1); }
td.TdClassName
{
border-color: #0D2001;
}
.TagClassName
{
border-color: #0D2001;
}
</style>