Shades of Pine Tree #0D1A05
Tints of Pine Tree #0D1A05
RGB
CMYK
RGB Variations
Color information
#0D1A05 (or 0x0D1A05) is known color: Pine Tree. HEX triplet: 0D, 1A and 05. RGB value is (13,26,5). Sum of RGB (Red+Green+Blue) = 13+26+5=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 26 (10.55% from 255 or 59.09% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A05 is #F2E5FA. Grayscale: #131313. Windows color (decimal): -15918587 or 334349. OLE color: 334349.
HSL color Cylindrical-coordinate representation of color #0D1A05: hue angle of 97.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D1A05 is Cyan = 0.5, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 26 | 5 | - |
| CMYK | 0.5 | 0 | 0.81 | 0.90 |
| HSL | 97.14º | 0.68% | 0.06% | - |
| HSV(B) | 97.14º | 0.81% | 0.1% | - |
| XYZ | 0.56 | 0.84 | 0.28 | - |
| YUV | 19.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 5 | 0.5 | 0 | 0.81 | 0.90 | 97.14 | 0.68 | 0.06 |
| Hex | D | 1A | 5 | 32 | 0 | 51 | 5A | 61 | 44 | 6 |
| Octal | 15 | 32 | 5 | 62 | 0 | 121 | 132 | 141 | 104 | 6 |
| Binary | 1101 | 11010 | 101 | 110010 | 0 | 1010001 | 1011010 | 1100001 | 1000100 | 110 |
Color Harmonies of #0D1A05
Complementary color
Monochromatic Colors of #0D1A05
Black with #0D1A05
Text Example
Text Example
White with #0D1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A05; }
p { color: rgb(13,26,5); }
H1.HeaderClassName
{
color: #0D1A05;
}
.AnyTagClassName
{
color: #0D1A05;
}
</style>
background-color css
<style>
a { background-color: #0D1A05; }
a { background-color: rgb(13,26,5); }
div.DivClassName
{
background-color: #0D1A05;
}
.BgClassName
{
background-color: #0D1A05;
}
</style>
border-color css
<style>
span { border-color: #0D1A05; }
span { border-color: rgb(13,26,5); }
td.TdClassName
{
border-color: #0D1A05;
}
.TagClassName
{
border-color: #0D1A05;
}
</style>