Shades of Pine Tree #101F06
Tints of Pine Tree #101F06
RGB
CMYK
RGB Variations
Color information
#101F06 (or 0x101F06) is known color: Pine Tree. HEX triplet: 10, 1F and 06. RGB value is (16,31,6). Sum of RGB (Red+Green+Blue) = 16+31+6=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #101F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F06 is #EFE0F9. Grayscale: #171717. Windows color (decimal): -15720698 or 401168. OLE color: 401168.
HSL color Cylindrical-coordinate representation of color #101F06: hue angle of 96º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101F06 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 31 | 6 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.88 |
| HSL | 96º | 0.68% | 0.07% | - |
| HSV(B) | 96º | 0.81% | 0.12% | - |
| XYZ | 0.74 | 1.1 | 0.35 | - |
| YUV | 23.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 6 | 0.48 | 0 | 0.81 | 0.88 | 96 | 0.68 | 0.07 |
| Hex | 10 | 1F | 6 | 30 | 0 | 51 | 58 | 60 | 44 | 7 |
| Octal | 20 | 37 | 6 | 60 | 0 | 121 | 130 | 140 | 104 | 7 |
| Binary | 10000 | 11111 | 110 | 110000 | 0 | 1010001 | 1011000 | 1100000 | 1000100 | 111 |
Color Harmonies of #101F06
Complementary color
Monochromatic Colors of #101F06
Black with #101F06
Text Example
Text Example
White with #101F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F06; }
p { color: rgb(16,31,6); }
H1.HeaderClassName
{
color: #101F06;
}
.AnyTagClassName
{
color: #101F06;
}
</style>
background-color css
<style>
a { background-color: #101F06; }
a { background-color: rgb(16,31,6); }
div.DivClassName
{
background-color: #101F06;
}
.BgClassName
{
background-color: #101F06;
}
</style>
border-color css
<style>
span { border-color: #101F06; }
span { border-color: rgb(16,31,6); }
td.TdClassName
{
border-color: #101F06;
}
.TagClassName
{
border-color: #101F06;
}
</style>