Shades of Pine Tree #101901
Tints of Pine Tree #101901
RGB
CMYK
RGB Variations
Color information
#101901 (or 0x101901) is known color: Pine Tree. HEX triplet: 10, 19 and 01. RGB value is (16,25,1). Sum of RGB (Red+Green+Blue) = 16+25+1=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #101901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101901 is #EFE6FE. Grayscale: #131313. Windows color (decimal): -15722239 or 71952. OLE color: 71952.
HSL color Cylindrical-coordinate representation of color #101901: hue angle of 82.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #101901 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 25 | 1 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.90 |
| HSL | 82.5º | 0.92% | 0.05% | - |
| HSV(B) | 82.5º | 0.96% | 0.1% | - |
| XYZ | 0.57 | 0.81 | 0.15 | - |
| YUV | 19.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 1 | 0.36 | 0 | 0.96 | 0.90 | 82.5 | 0.92 | 0.05 |
| Hex | 10 | 19 | 1 | 24 | 0 | 60 | 5A | 52 | 5C | 5 |
| Octal | 20 | 31 | 1 | 44 | 0 | 140 | 132 | 122 | 134 | 5 |
| Binary | 10000 | 11001 | 1 | 100100 | 0 | 1100000 | 1011010 | 1010010 | 1011100 | 101 |
Color Harmonies of #101901
Complementary color
Monochromatic Colors of #101901
Black with #101901
Text Example
Text Example
White with #101901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101901; }
p { color: rgb(16,25,1); }
H1.HeaderClassName
{
color: #101901;
}
.AnyTagClassName
{
color: #101901;
}
</style>
background-color css
<style>
a { background-color: #101901; }
a { background-color: rgb(16,25,1); }
div.DivClassName
{
background-color: #101901;
}
.BgClassName
{
background-color: #101901;
}
</style>
border-color css
<style>
span { border-color: #101901; }
span { border-color: rgb(16,25,1); }
td.TdClassName
{
border-color: #101901;
}
.TagClassName
{
border-color: #101901;
}
</style>