Shades of Pine Tree #0D1708
Tints of Pine Tree #0D1708
RGB
CMYK
RGB Variations
Color information
#0D1708 (or 0x0D1708) is known color: Pine Tree. HEX triplet: 0D, 17 and 08. RGB value is (13,23,8). Sum of RGB (Red+Green+Blue) = 13+23+8=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1708 is #F2E8F7. Grayscale: #121212. Windows color (decimal): -15919352 or 530189. OLE color: 530189.
HSL color Cylindrical-coordinate representation of color #0D1708: hue angle of 100º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D1708 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 23 | 8 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.91 |
| HSL | 100º | 0.48% | 0.06% | - |
| HSV(B) | 100º | 0.65% | 0.09% | - |
| XYZ | 0.52 | 0.72 | 0.34 | - |
| YUV | 18.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 8 | 0.43 | 0 | 0.65 | 0.91 | 100 | 0.48 | 0.06 |
| Hex | D | 17 | 8 | 2B | 0 | 41 | 5B | 64 | 30 | 6 |
| Octal | 15 | 27 | 10 | 53 | 0 | 101 | 133 | 144 | 60 | 6 |
| Binary | 1101 | 10111 | 1000 | 101011 | 0 | 1000001 | 1011011 | 1100100 | 110000 | 110 |
Color Harmonies of #0D1708
Complementary color
Monochromatic Colors of #0D1708
Black with #0D1708
Text Example
Text Example
White with #0D1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1708; }
p { color: rgb(13,23,8); }
H1.HeaderClassName
{
color: #0D1708;
}
.AnyTagClassName
{
color: #0D1708;
}
</style>
background-color css
<style>
a { background-color: #0D1708; }
a { background-color: rgb(13,23,8); }
div.DivClassName
{
background-color: #0D1708;
}
.BgClassName
{
background-color: #0D1708;
}
</style>
border-color css
<style>
span { border-color: #0D1708; }
span { border-color: rgb(13,23,8); }
td.TdClassName
{
border-color: #0D1708;
}
.TagClassName
{
border-color: #0D1708;
}
</style>