Shades of Pine Tree #0D1B03
Tints of Pine Tree #0D1B03
RGB
CMYK
RGB Variations
Color information
#0D1B03 (or 0x0D1B03) is known color: Pine Tree. HEX triplet: 0D, 1B and 03. RGB value is (13,27,3). Sum of RGB (Red+Green+Blue) = 13+27+3=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B03 is #F2E4FC. Grayscale: #141414. Windows color (decimal): -15918333 or 203533. OLE color: 203533.
HSL color Cylindrical-coordinate representation of color #0D1B03: hue angle of 95º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1B03 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 27 | 3 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.89 |
| HSL | 95º | 0.8% | 0.06% | - |
| HSV(B) | 95º | 0.89% | 0.11% | - |
| XYZ | 0.57 | 0.88 | 0.22 | - |
| YUV | 20.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 3 | 0.52 | 0 | 0.89 | 0.89 | 95 | 0.8 | 0.06 |
| Hex | D | 1B | 3 | 34 | 0 | 59 | 59 | 5F | 50 | 6 |
| Octal | 15 | 33 | 3 | 64 | 0 | 131 | 131 | 137 | 120 | 6 |
| Binary | 1101 | 11011 | 11 | 110100 | 0 | 1011001 | 1011001 | 1011111 | 1010000 | 110 |
Color Harmonies of #0D1B03
Complementary color
Monochromatic Colors of #0D1B03
Black with #0D1B03
Text Example
Text Example
White with #0D1B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B03; }
p { color: rgb(13,27,3); }
H1.HeaderClassName
{
color: #0D1B03;
}
.AnyTagClassName
{
color: #0D1B03;
}
</style>
background-color css
<style>
a { background-color: #0D1B03; }
a { background-color: rgb(13,27,3); }
div.DivClassName
{
background-color: #0D1B03;
}
.BgClassName
{
background-color: #0D1B03;
}
</style>
border-color css
<style>
span { border-color: #0D1B03; }
span { border-color: rgb(13,27,3); }
td.TdClassName
{
border-color: #0D1B03;
}
.TagClassName
{
border-color: #0D1B03;
}
</style>