Shades of Pine Tree #101B0A
Tints of Pine Tree #101B0A
RGB
CMYK
RGB Variations
Color information
#101B0A (or 0x101B0A) is known color: Pine Tree. HEX triplet: 10, 1B and 0A. RGB value is (16,27,10). Sum of RGB (Red+Green+Blue) = 16+27+10=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #101B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B0A is #EFE4F5. Grayscale: #151515. Windows color (decimal): -15721718 or 662288. OLE color: 662288.
HSL color Cylindrical-coordinate representation of color #101B0A: hue angle of 98.82º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #101B0A is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 27 | 10 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.89 |
| HSL | 98.82º | 0.46% | 0.07% | - |
| HSV(B) | 98.82º | 0.63% | 0.11% | - |
| XYZ | 0.66 | 0.92 | 0.43 | - |
| YUV | 21.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 10 | 0.41 | 0 | 0.63 | 0.89 | 98.82 | 0.46 | 0.07 |
| Hex | 10 | 1B | A | 29 | 0 | 3F | 59 | 63 | 2E | 7 |
| Octal | 20 | 33 | 12 | 51 | 0 | 77 | 131 | 143 | 56 | 7 |
| Binary | 10000 | 11011 | 1010 | 101001 | 0 | 111111 | 1011001 | 1100011 | 101110 | 111 |
Color Harmonies of #101B0A
Complementary color
Monochromatic Colors of #101B0A
Black with #101B0A
Text Example
Text Example
White with #101B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B0A; }
p { color: rgb(16,27,10); }
H1.HeaderClassName
{
color: #101B0A;
}
.AnyTagClassName
{
color: #101B0A;
}
</style>
background-color css
<style>
a { background-color: #101B0A; }
a { background-color: rgb(16,27,10); }
div.DivClassName
{
background-color: #101B0A;
}
.BgClassName
{
background-color: #101B0A;
}
</style>
border-color css
<style>
span { border-color: #101B0A; }
span { border-color: rgb(16,27,10); }
td.TdClassName
{
border-color: #101B0A;
}
.TagClassName
{
border-color: #101B0A;
}
</style>