Shades of Pine Tree #101D07
Tints of Pine Tree #101D07
RGB
CMYK
RGB Variations
Color information
#101D07 (or 0x101D07) is known color: Pine Tree. HEX triplet: 10, 1D and 07. RGB value is (16,29,7). Sum of RGB (Red+Green+Blue) = 16+29+7=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #101D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D07 is #EFE2F8. Grayscale: #161616. Windows color (decimal): -15721209 or 466192. OLE color: 466192.
HSL color Cylindrical-coordinate representation of color #101D07: hue angle of 95.45º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #101D07 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 29 | 7 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.89 |
| HSL | 95.45º | 0.61% | 0.07% | - |
| HSV(B) | 95.45º | 0.76% | 0.11% | - |
| XYZ | 0.69 | 1 | 0.36 | - |
| YUV | 22.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 7 | 0.45 | 0 | 0.76 | 0.89 | 95.45 | 0.61 | 0.07 |
| Hex | 10 | 1D | 7 | 2D | 0 | 4C | 59 | 5F | 3D | 7 |
| Octal | 20 | 35 | 7 | 55 | 0 | 114 | 131 | 137 | 75 | 7 |
| Binary | 10000 | 11101 | 111 | 101101 | 0 | 1001100 | 1011001 | 1011111 | 111101 | 111 |
Color Harmonies of #101D07
Complementary color
Monochromatic Colors of #101D07
Black with #101D07
Text Example
Text Example
White with #101D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D07; }
p { color: rgb(16,29,7); }
H1.HeaderClassName
{
color: #101D07;
}
.AnyTagClassName
{
color: #101D07;
}
</style>
background-color css
<style>
a { background-color: #101D07; }
a { background-color: rgb(16,29,7); }
div.DivClassName
{
background-color: #101D07;
}
.BgClassName
{
background-color: #101D07;
}
</style>
border-color css
<style>
span { border-color: #101D07; }
span { border-color: rgb(16,29,7); }
td.TdClassName
{
border-color: #101D07;
}
.TagClassName
{
border-color: #101D07;
}
</style>