Shades of Pine Tree #0D1F02
Tints of Pine Tree #0D1F02
RGB
CMYK
RGB Variations
Color information
#0D1F02 (or 0x0D1F02) is known color: Pine Tree. HEX triplet: 0D, 1F and 02. RGB value is (13,31,2). Sum of RGB (Red+Green+Blue) = 13+31+2=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F02 is #F2E0FD. Grayscale: #161616. Windows color (decimal): -15917310 or 139021. OLE color: 139021.
HSL color Cylindrical-coordinate representation of color #0D1F02: hue angle of 97.24º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1F02 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 31 | 2 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.88 |
| HSL | 97.24º | 0.88% | 0.06% | - |
| HSV(B) | 97.24º | 0.94% | 0.12% | - |
| XYZ | 0.67 | 1.07 | 0.23 | - |
| YUV | 22.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 2 | 0.58 | 0 | 0.94 | 0.88 | 97.24 | 0.88 | 0.06 |
| Hex | D | 1F | 2 | 3A | 0 | 5E | 58 | 61 | 58 | 6 |
| Octal | 15 | 37 | 2 | 72 | 0 | 136 | 130 | 141 | 130 | 6 |
| Binary | 1101 | 11111 | 10 | 111010 | 0 | 1011110 | 1011000 | 1100001 | 1011000 | 110 |
Color Harmonies of #0D1F02
Complementary color
Monochromatic Colors of #0D1F02
Black with #0D1F02
Text Example
Text Example
White with #0D1F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F02; }
p { color: rgb(13,31,2); }
H1.HeaderClassName
{
color: #0D1F02;
}
.AnyTagClassName
{
color: #0D1F02;
}
</style>
background-color css
<style>
a { background-color: #0D1F02; }
a { background-color: rgb(13,31,2); }
div.DivClassName
{
background-color: #0D1F02;
}
.BgClassName
{
background-color: #0D1F02;
}
</style>
border-color css
<style>
span { border-color: #0D1F02; }
span { border-color: rgb(13,31,2); }
td.TdClassName
{
border-color: #0D1F02;
}
.TagClassName
{
border-color: #0D1F02;
}
</style>