Shades of Pine Tree #0D1E05
Tints of Pine Tree #0D1E05
RGB
CMYK
RGB Variations
Color information
#0D1E05 (or 0x0D1E05) is known color: Pine Tree. HEX triplet: 0D, 1E and 05. RGB value is (13,30,5). Sum of RGB (Red+Green+Blue) = 13+30+5=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E05 is #F2E1FA. Grayscale: #161616. Windows color (decimal): -15917563 or 335373. OLE color: 335373.
HSL color Cylindrical-coordinate representation of color #0D1E05: hue angle of 100.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1E05 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 30 | 5 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.88 |
| HSL | 100.8º | 0.71% | 0.07% | - |
| HSV(B) | 100.8º | 0.83% | 0.12% | - |
| XYZ | 0.66 | 1.03 | 0.31 | - |
| YUV | 22.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 5 | 0.57 | 0 | 0.83 | 0.88 | 100.8 | 0.71 | 0.07 |
| Hex | D | 1E | 5 | 39 | 0 | 53 | 58 | 65 | 47 | 7 |
| Octal | 15 | 36 | 5 | 71 | 0 | 123 | 130 | 145 | 107 | 7 |
| Binary | 1101 | 11110 | 101 | 111001 | 0 | 1010011 | 1011000 | 1100101 | 1000111 | 111 |
Color Harmonies of #0D1E05
Complementary color
Monochromatic Colors of #0D1E05
Black with #0D1E05
Text Example
Text Example
White with #0D1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1E05; }
p { color: rgb(13,30,5); }
H1.HeaderClassName
{
color: #0D1E05;
}
.AnyTagClassName
{
color: #0D1E05;
}
</style>
background-color css
<style>
a { background-color: #0D1E05; }
a { background-color: rgb(13,30,5); }
div.DivClassName
{
background-color: #0D1E05;
}
.BgClassName
{
background-color: #0D1E05;
}
</style>
border-color css
<style>
span { border-color: #0D1E05; }
span { border-color: rgb(13,30,5); }
td.TdClassName
{
border-color: #0D1E05;
}
.TagClassName
{
border-color: #0D1E05;
}
</style>