Shades of Pine Tree #0D1B07
Tints of Pine Tree #0D1B07
RGB
CMYK
RGB Variations
Color information
#0D1B07 (or 0x0D1B07) is known color: Pine Tree. HEX triplet: 0D, 1B and 07. RGB value is (13,27,7). Sum of RGB (Red+Green+Blue) = 13+27+7=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B07 is #F2E4F8. Grayscale: #141414. Windows color (decimal): -15918329 or 465677. OLE color: 465677.
HSL color Cylindrical-coordinate representation of color #0D1B07: hue angle of 102º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D1B07 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 27 | 7 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.89 |
| HSL | 102º | 0.59% | 0.07% | - |
| HSV(B) | 102º | 0.74% | 0.11% | - |
| XYZ | 0.6 | 0.88 | 0.34 | - |
| YUV | 20.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 7 | 0.52 | 0 | 0.74 | 0.89 | 102 | 0.59 | 0.07 |
| Hex | D | 1B | 7 | 34 | 0 | 4A | 59 | 66 | 3B | 7 |
| Octal | 15 | 33 | 7 | 64 | 0 | 112 | 131 | 146 | 73 | 7 |
| Binary | 1101 | 11011 | 111 | 110100 | 0 | 1001010 | 1011001 | 1100110 | 111011 | 111 |
Color Harmonies of #0D1B07
Complementary color
Monochromatic Colors of #0D1B07
Black with #0D1B07
Text Example
Text Example
White with #0D1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B07; }
p { color: rgb(13,27,7); }
H1.HeaderClassName
{
color: #0D1B07;
}
.AnyTagClassName
{
color: #0D1B07;
}
</style>
background-color css
<style>
a { background-color: #0D1B07; }
a { background-color: rgb(13,27,7); }
div.DivClassName
{
background-color: #0D1B07;
}
.BgClassName
{
background-color: #0D1B07;
}
</style>
border-color css
<style>
span { border-color: #0D1B07; }
span { border-color: rgb(13,27,7); }
td.TdClassName
{
border-color: #0D1B07;
}
.TagClassName
{
border-color: #0D1B07;
}
</style>