Shades of Pine Tree #0D2401
Tints of Pine Tree #0D2401
RGB
CMYK
RGB Variations
Color information
#0D2401 (or 0x0D2401) is known color: Pine Tree. HEX triplet: 0D, 24 and 01. RGB value is (13,36,1). Sum of RGB (Red+Green+Blue) = 13+36+1=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 36 (14.45% from 255 or 72% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2401 is #F2DBFE. Grayscale: #191919. Windows color (decimal): -15916031 or 74765. OLE color: 74765.
HSL color Cylindrical-coordinate representation of color #0D2401: hue angle of 99.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D2401 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 1 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.86 |
| HSL | 99.43º | 0.95% | 0.07% | - |
| HSV(B) | 99.43º | 0.97% | 0.14% | - |
| XYZ | 0.8 | 1.35 | 0.25 | - |
| YUV | 25.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 1 | 0.64 | 0 | 0.97 | 0.86 | 99.43 | 0.95 | 0.07 |
| Hex | D | 24 | 1 | 40 | 0 | 61 | 56 | 63 | 5F | 7 |
| Octal | 15 | 44 | 1 | 100 | 0 | 141 | 126 | 143 | 137 | 7 |
| Binary | 1101 | 100100 | 1 | 1000000 | 0 | 1100001 | 1010110 | 1100011 | 1011111 | 111 |
Color Harmonies of #0D2401
Complementary color
Monochromatic Colors of #0D2401
Black with #0D2401
Text Example
Text Example
White with #0D2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2401; }
p { color: rgb(13,36,1); }
H1.HeaderClassName
{
color: #0D2401;
}
.AnyTagClassName
{
color: #0D2401;
}
</style>
background-color css
<style>
a { background-color: #0D2401; }
a { background-color: rgb(13,36,1); }
div.DivClassName
{
background-color: #0D2401;
}
.BgClassName
{
background-color: #0D2401;
}
</style>
border-color css
<style>
span { border-color: #0D2401; }
span { border-color: rgb(13,36,1); }
td.TdClassName
{
border-color: #0D2401;
}
.TagClassName
{
border-color: #0D2401;
}
</style>