Shades of Pine Tree #0D1B06
Tints of Pine Tree #0D1B06
RGB
CMYK
RGB Variations
Color information
#0D1B06 (or 0x0D1B06) is known color: Pine Tree. HEX triplet: 0D, 1B and 06. RGB value is (13,27,6). Sum of RGB (Red+Green+Blue) = 13+27+6=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B06 is #F2E4F9. Grayscale: #141414. Windows color (decimal): -15918330 or 400141. OLE color: 400141.
HSL color Cylindrical-coordinate representation of color #0D1B06: hue angle of 100º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D1B06 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 27 | 6 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.89 |
| HSL | 100º | 0.64% | 0.06% | - |
| HSV(B) | 100º | 0.78% | 0.11% | - |
| XYZ | 0.59 | 0.88 | 0.31 | - |
| YUV | 20.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 6 | 0.52 | 0 | 0.78 | 0.89 | 100 | 0.64 | 0.06 |
| Hex | D | 1B | 6 | 34 | 0 | 4E | 59 | 64 | 40 | 6 |
| Octal | 15 | 33 | 6 | 64 | 0 | 116 | 131 | 144 | 100 | 6 |
| Binary | 1101 | 11011 | 110 | 110100 | 0 | 1001110 | 1011001 | 1100100 | 1000000 | 110 |
Color Harmonies of #0D1B06
Complementary color
Monochromatic Colors of #0D1B06
Black with #0D1B06
Text Example
Text Example
White with #0D1B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B06; }
p { color: rgb(13,27,6); }
H1.HeaderClassName
{
color: #0D1B06;
}
.AnyTagClassName
{
color: #0D1B06;
}
</style>
background-color css
<style>
a { background-color: #0D1B06; }
a { background-color: rgb(13,27,6); }
div.DivClassName
{
background-color: #0D1B06;
}
.BgClassName
{
background-color: #0D1B06;
}
</style>
border-color css
<style>
span { border-color: #0D1B06; }
span { border-color: rgb(13,27,6); }
td.TdClassName
{
border-color: #0D1B06;
}
.TagClassName
{
border-color: #0D1B06;
}
</style>