Shades of Pine Tree #0D1702
Tints of Pine Tree #0D1702
RGB
CMYK
RGB Variations
Color information
#0D1702 (or 0x0D1702) is known color: Pine Tree. HEX triplet: 0D, 17 and 02. RGB value is (13,23,2). Sum of RGB (Red+Green+Blue) = 13+23+2=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 23 (9.38% from 255 or 60.53% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1702 is #F2E8FD. Grayscale: #111111. Windows color (decimal): -15919358 or 136973. OLE color: 136973.
HSL color Cylindrical-coordinate representation of color #0D1702: hue angle of 88.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1702 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 23 | 2 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.91 |
| HSL | 88.57º | 0.84% | 0.05% | - |
| HSV(B) | 88.57º | 0.91% | 0.09% | - |
| XYZ | 0.48 | 0.7 | 0.17 | - |
| YUV | 17.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 2 | 0.43 | 0 | 0.91 | 0.91 | 88.57 | 0.84 | 0.05 |
| Hex | D | 17 | 2 | 2B | 0 | 5B | 5B | 59 | 54 | 5 |
| Octal | 15 | 27 | 2 | 53 | 0 | 133 | 133 | 131 | 124 | 5 |
| Binary | 1101 | 10111 | 10 | 101011 | 0 | 1011011 | 1011011 | 1011001 | 1010100 | 101 |
Color Harmonies of #0D1702
Complementary color
Monochromatic Colors of #0D1702
Black with #0D1702
Text Example
Text Example
White with #0D1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1702; }
p { color: rgb(13,23,2); }
H1.HeaderClassName
{
color: #0D1702;
}
.AnyTagClassName
{
color: #0D1702;
}
</style>
background-color css
<style>
a { background-color: #0D1702; }
a { background-color: rgb(13,23,2); }
div.DivClassName
{
background-color: #0D1702;
}
.BgClassName
{
background-color: #0D1702;
}
</style>
border-color css
<style>
span { border-color: #0D1702; }
span { border-color: rgb(13,23,2); }
td.TdClassName
{
border-color: #0D1702;
}
.TagClassName
{
border-color: #0D1702;
}
</style>