Shades of Pine Tree #101D04
Tints of Pine Tree #101D04
RGB
CMYK
RGB Variations
Color information
#101D04 (or 0x101D04) is known color: Pine Tree. HEX triplet: 10, 1D and 04. RGB value is (16,29,4). Sum of RGB (Red+Green+Blue) = 16+29+4=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #101D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D04 is #EFE2FB. Grayscale: #161616. Windows color (decimal): -15721212 or 269584. OLE color: 269584.
HSL color Cylindrical-coordinate representation of color #101D04: hue angle of 91.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101D04 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 4 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.89 |
| HSL | 91.2º | 0.76% | 0.06% | - |
| HSV(B) | 91.2º | 0.86% | 0.11% | - |
| XYZ | 0.67 | 1 | 0.27 | - |
| YUV | 22.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 4 | 0.45 | 0 | 0.86 | 0.89 | 91.2 | 0.76 | 0.06 |
| Hex | 10 | 1D | 4 | 2D | 0 | 56 | 59 | 5B | 4C | 6 |
| Octal | 20 | 35 | 4 | 55 | 0 | 126 | 131 | 133 | 114 | 6 |
| Binary | 10000 | 11101 | 100 | 101101 | 0 | 1010110 | 1011001 | 1011011 | 1001100 | 110 |
Color Harmonies of #101D04
Complementary color
Monochromatic Colors of #101D04
Black with #101D04
Text Example
Text Example
White with #101D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D04; }
p { color: rgb(16,29,4); }
H1.HeaderClassName
{
color: #101D04;
}
.AnyTagClassName
{
color: #101D04;
}
</style>
background-color css
<style>
a { background-color: #101D04; }
a { background-color: rgb(16,29,4); }
div.DivClassName
{
background-color: #101D04;
}
.BgClassName
{
background-color: #101D04;
}
</style>
border-color css
<style>
span { border-color: #101D04; }
span { border-color: rgb(16,29,4); }
td.TdClassName
{
border-color: #101D04;
}
.TagClassName
{
border-color: #101D04;
}
</style>