Shades of Pine Tree #0D130B
Tints of Pine Tree #0D130B
RGB
CMYK
RGB Variations
Color information
#0D130B (or 0x0D130B) is known color: Pine Tree. HEX triplet: 0D, 13 and 0B. RGB value is (13,19,11). Sum of RGB (Red+Green+Blue) = 13+19+11=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #0D130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D130B is #F2ECF4. Grayscale: #101010. Windows color (decimal): -15920373 or 725773. OLE color: 725773.
HSL color Cylindrical-coordinate representation of color #0D130B: hue angle of 105º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0D130B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 19 | 11 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.93 |
| HSL | 105º | 0.27% | 0.06% | - |
| HSV(B) | 105º | 0.42% | 0.07% | - |
| XYZ | 0.46 | 0.58 | 0.4 | - |
| YUV | 16.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 11 | 0.32 | 0 | 0.42 | 0.93 | 105 | 0.27 | 0.06 |
| Hex | D | 13 | B | 20 | 0 | 2A | 5D | 69 | 1B | 6 |
| Octal | 15 | 23 | 13 | 40 | 0 | 52 | 135 | 151 | 33 | 6 |
| Binary | 1101 | 10011 | 1011 | 100000 | 0 | 101010 | 1011101 | 1101001 | 11011 | 110 |
Color Harmonies of #0D130B
Complementary color
Monochromatic Colors of #0D130B
Black with #0D130B
Text Example
Text Example
White with #0D130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D130B; }
p { color: rgb(13,19,11); }
H1.HeaderClassName
{
color: #0D130B;
}
.AnyTagClassName
{
color: #0D130B;
}
</style>
background-color css
<style>
a { background-color: #0D130B; }
a { background-color: rgb(13,19,11); }
div.DivClassName
{
background-color: #0D130B;
}
.BgClassName
{
background-color: #0D130B;
}
</style>
border-color css
<style>
span { border-color: #0D130B; }
span { border-color: rgb(13,19,11); }
td.TdClassName
{
border-color: #0D130B;
}
.TagClassName
{
border-color: #0D130B;
}
</style>