Shades of Pine Tree #0D2101
Tints of Pine Tree #0D2101
RGB
CMYK
RGB Variations
Color information
#0D2101 (or 0x0D2101) is known color: Pine Tree. HEX triplet: 0D, 21 and 01. RGB value is (13,33,1). Sum of RGB (Red+Green+Blue) = 13+33+1=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2101 is #F2DEFE. Grayscale: #171717. Windows color (decimal): -15916799 or 73997. OLE color: 73997.
HSL color Cylindrical-coordinate representation of color #0D2101: hue angle of 97.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D2101 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 1 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.87 |
| HSL | 97.5º | 0.94% | 0.07% | - |
| HSV(B) | 97.5º | 0.97% | 0.13% | - |
| XYZ | 0.72 | 1.18 | 0.22 | - |
| YUV | 23.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 1 | 0.61 | 0 | 0.97 | 0.87 | 97.5 | 0.94 | 0.07 |
| Hex | D | 21 | 1 | 3D | 0 | 61 | 57 | 62 | 5E | 7 |
| Octal | 15 | 41 | 1 | 75 | 0 | 141 | 127 | 142 | 136 | 7 |
| Binary | 1101 | 100001 | 1 | 111101 | 0 | 1100001 | 1010111 | 1100010 | 1011110 | 111 |
Color Harmonies of #0D2101
Complementary color
Monochromatic Colors of #0D2101
Black with #0D2101
Text Example
Text Example
White with #0D2101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2101; }
p { color: rgb(13,33,1); }
H1.HeaderClassName
{
color: #0D2101;
}
.AnyTagClassName
{
color: #0D2101;
}
</style>
background-color css
<style>
a { background-color: #0D2101; }
a { background-color: rgb(13,33,1); }
div.DivClassName
{
background-color: #0D2101;
}
.BgClassName
{
background-color: #0D2101;
}
</style>
border-color css
<style>
span { border-color: #0D2101; }
span { border-color: rgb(13,33,1); }
td.TdClassName
{
border-color: #0D2101;
}
.TagClassName
{
border-color: #0D2101;
}
</style>