Shades of Pine Tree #0D2100
Tints of Pine Tree #0D2100
RGB
CMYK
RGB Variations
Color information
#0D2100 (or 0x0D2100) is known color: Pine Tree. HEX triplet: 0D, 21 and 00. RGB value is (13,33,0). Sum of RGB (Red+Green+Blue) = 13+33+0=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 33 (13.28% from 255 or 71.74% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2100 is #F2DEFF. Grayscale: #171717. Windows color (decimal): -15916800 or 8461. OLE color: 8461.
HSL color Cylindrical-coordinate representation of color #0D2100: hue angle of 96.36º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D2100 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.87 |
| HSL | 96.36º | 1% | 0.06% | - |
| HSV(B) | 96.36º | 1% | 0.13% | - |
| XYZ | 0.71 | 1.17 | 0.19 | - |
| YUV | 23.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 0 | 0.61 | 0 | 1 | 0.87 | 96.36 | 1 | 0.06 |
| Hex | D | 21 | 0 | 3D | 0 | 64 | 57 | 60 | 64 | 6 |
| Octal | 15 | 41 | 0 | 75 | 0 | 144 | 127 | 140 | 144 | 6 |
| Binary | 1101 | 100001 | 0 | 111101 | 0 | 1100100 | 1010111 | 1100000 | 1100100 | 110 |
Color Harmonies of #0D2100
Complementary color
Monochromatic Colors of #0D2100
Black with #0D2100
Text Example
Text Example
White with #0D2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2100; }
p { color: rgb(13,33,0); }
H1.HeaderClassName
{
color: #0D2100;
}
.AnyTagClassName
{
color: #0D2100;
}
</style>
background-color css
<style>
a { background-color: #0D2100; }
a { background-color: rgb(13,33,0); }
div.DivClassName
{
background-color: #0D2100;
}
.BgClassName
{
background-color: #0D2100;
}
</style>
border-color css
<style>
span { border-color: #0D2100; }
span { border-color: rgb(13,33,0); }
td.TdClassName
{
border-color: #0D2100;
}
.TagClassName
{
border-color: #0D2100;
}
</style>