Shades of Pine Tree #0D1A00
Tints of Pine Tree #0D1A00
RGB
CMYK
RGB Variations
Color information
#0D1A00 (or 0x0D1A00) is known color: Pine Tree. HEX triplet: 0D, 1A and 00. RGB value is (13,26,0). Sum of RGB (Red+Green+Blue) = 13+26+0=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 26 (10.55% from 255 or 66.67% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A00 is #F2E5FF. Grayscale: #131313. Windows color (decimal): -15918592 or 6669. OLE color: 6669.
HSL color Cylindrical-coordinate representation of color #0D1A00: hue angle of 90º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D1A00 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
RGB | 13 | 26 | 0 | - |
CMYK | 0.5 | 0 | 1 | 0.90 |
HSL | 90º | 1% | 0.05% | - |
HSV(B) | 90º | 1% | 0.1% | - |
XYZ | 0.54 | 0.82 | 0.13 | - |
YUV | 19.15 | 117.19 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 13 | 26 | 0 | 0.5 | 0 | 1 | 0.90 | 90 | 1 | 0.05 |
Hex | D | 1A | 0 | 32 | 0 | 64 | 5A | 5A | 64 | 5 |
Octal | 15 | 32 | 0 | 62 | 0 | 144 | 132 | 132 | 144 | 5 |
Binary | 1101 | 11010 | 0 | 110010 | 0 | 1100100 | 1011010 | 1011010 | 1100100 | 101 |
Color Harmonies of #0D1A00
Complementary color
Monochromatic Colors of #0D1A00
Black with #0D1A00
Text Example
Text Example
White with #0D1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A00; }
p { color: rgb(13,26,0); }
H1.HeaderClassName
{
color: #0D1A00;
}
.AnyTagClassName
{
color: #0D1A00;
}
</style>
background-color css
<style>
a { background-color: #0D1A00; }
a { background-color: rgb(13,26,0); }
div.DivClassName
{
background-color: #0D1A00;
}
.BgClassName
{
background-color: #0D1A00;
}
</style>
border-color css
<style>
span { border-color: #0D1A00; }
span { border-color: rgb(13,26,0); }
td.TdClassName
{
border-color: #0D1A00;
}
.TagClassName
{
border-color: #0D1A00;
}
</style>