Shades of Pine Tree #101D01
Tints of Pine Tree #101D01
RGB
CMYK
RGB Variations
Color information
#101D01 (or 0x101D01) is known color: Pine Tree. HEX triplet: 10, 1D and 01. RGB value is (16,29,1). Sum of RGB (Red+Green+Blue) = 16+29+1=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #101D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D01 is #EFE2FE. Grayscale: #161616. Windows color (decimal): -15721215 or 72976. OLE color: 72976.
HSL color Cylindrical-coordinate representation of color #101D01: hue angle of 87.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #101D01 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 1 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.89 |
| HSL | 87.86º | 0.93% | 0.06% | - |
| HSV(B) | 87.86º | 0.97% | 0.11% | - |
| XYZ | 0.66 | 0.99 | 0.19 | - |
| YUV | 21.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 1 | 0.45 | 0 | 0.97 | 0.89 | 87.86 | 0.93 | 0.06 |
| Hex | 10 | 1D | 1 | 2D | 0 | 61 | 59 | 58 | 5D | 6 |
| Octal | 20 | 35 | 1 | 55 | 0 | 141 | 131 | 130 | 135 | 6 |
| Binary | 10000 | 11101 | 1 | 101101 | 0 | 1100001 | 1011001 | 1011000 | 1011101 | 110 |
Color Harmonies of #101D01
Complementary color
Monochromatic Colors of #101D01
Black with #101D01
Text Example
Text Example
White with #101D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D01; }
p { color: rgb(16,29,1); }
H1.HeaderClassName
{
color: #101D01;
}
.AnyTagClassName
{
color: #101D01;
}
</style>
background-color css
<style>
a { background-color: #101D01; }
a { background-color: rgb(16,29,1); }
div.DivClassName
{
background-color: #101D01;
}
.BgClassName
{
background-color: #101D01;
}
</style>
border-color css
<style>
span { border-color: #101D01; }
span { border-color: rgb(16,29,1); }
td.TdClassName
{
border-color: #101D01;
}
.TagClassName
{
border-color: #101D01;
}
</style>