Shades of Pine Tree #0D2103
Tints of Pine Tree #0D2103
RGB
CMYK
RGB Variations
Color information
#0D2103 (or 0x0D2103) is known color: Pine Tree. HEX triplet: 0D, 21 and 03. RGB value is (13,33,3). Sum of RGB (Red+Green+Blue) = 13+33+3=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2103 is #F2DEFC. Grayscale: #171717. Windows color (decimal): -15916797 or 205069. OLE color: 205069.
HSL color Cylindrical-coordinate representation of color #0D2103: hue angle of 100º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2103 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 3 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.87 |
| HSL | 100º | 0.83% | 0.07% | - |
| HSV(B) | 100º | 0.91% | 0.13% | - |
| XYZ | 0.73 | 1.18 | 0.28 | - |
| YUV | 23.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 3 | 0.61 | 0 | 0.91 | 0.87 | 100 | 0.83 | 0.07 |
| Hex | D | 21 | 3 | 3D | 0 | 5B | 57 | 64 | 53 | 7 |
| Octal | 15 | 41 | 3 | 75 | 0 | 133 | 127 | 144 | 123 | 7 |
| Binary | 1101 | 100001 | 11 | 111101 | 0 | 1011011 | 1010111 | 1100100 | 1010011 | 111 |
Color Harmonies of #0D2103
Complementary color
Monochromatic Colors of #0D2103
Black with #0D2103
Text Example
Text Example
White with #0D2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2103; }
p { color: rgb(13,33,3); }
H1.HeaderClassName
{
color: #0D2103;
}
.AnyTagClassName
{
color: #0D2103;
}
</style>
background-color css
<style>
a { background-color: #0D2103; }
a { background-color: rgb(13,33,3); }
div.DivClassName
{
background-color: #0D2103;
}
.BgClassName
{
background-color: #0D2103;
}
</style>
border-color css
<style>
span { border-color: #0D2103; }
span { border-color: rgb(13,33,3); }
td.TdClassName
{
border-color: #0D2103;
}
.TagClassName
{
border-color: #0D2103;
}
</style>