Shades of Pine Tree #0D1A08
Tints of Pine Tree #0D1A08
RGB
CMYK
RGB Variations
Color information
#0D1A08 (or 0x0D1A08) is known color: Pine Tree. HEX triplet: 0D, 1A and 08. RGB value is (13,26,8). Sum of RGB (Red+Green+Blue) = 13+26+8=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A08 is #F2E5F7. Grayscale: #141414. Windows color (decimal): -15918584 or 530957. OLE color: 530957.
HSL color Cylindrical-coordinate representation of color #0D1A08: hue angle of 103.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D1A08 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 26 | 8 | - |
| CMYK | 0.5 | 0 | 0.69 | 0.90 |
| HSL | 103.33º | 0.53% | 0.07% | - |
| HSV(B) | 103.33º | 0.69% | 0.1% | - |
| XYZ | 0.58 | 0.84 | 0.36 | - |
| YUV | 20.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 8 | 0.5 | 0 | 0.69 | 0.90 | 103.33 | 0.53 | 0.07 |
| Hex | D | 1A | 8 | 32 | 0 | 45 | 5A | 67 | 35 | 7 |
| Octal | 15 | 32 | 10 | 62 | 0 | 105 | 132 | 147 | 65 | 7 |
| Binary | 1101 | 11010 | 1000 | 110010 | 0 | 1000101 | 1011010 | 1100111 | 110101 | 111 |
Color Harmonies of #0D1A08
Complementary color
Monochromatic Colors of #0D1A08
Black with #0D1A08
Text Example
Text Example
White with #0D1A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A08; }
p { color: rgb(13,26,8); }
H1.HeaderClassName
{
color: #0D1A08;
}
.AnyTagClassName
{
color: #0D1A08;
}
</style>
background-color css
<style>
a { background-color: #0D1A08; }
a { background-color: rgb(13,26,8); }
div.DivClassName
{
background-color: #0D1A08;
}
.BgClassName
{
background-color: #0D1A08;
}
</style>
border-color css
<style>
span { border-color: #0D1A08; }
span { border-color: rgb(13,26,8); }
td.TdClassName
{
border-color: #0D1A08;
}
.TagClassName
{
border-color: #0D1A08;
}
</style>