Shades of Pine Tree #102101
Tints of Pine Tree #102101
RGB
CMYK
RGB Variations
Color information
#102101 (or 0x102101) is known color: Pine Tree. HEX triplet: 10, 21 and 01. RGB value is (16,33,1). Sum of RGB (Red+Green+Blue) = 16+33+1=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #102101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102101 is #EFDEFE. Grayscale: #181818. Windows color (decimal): -15720191 or 74000. OLE color: 74000.
HSL color Cylindrical-coordinate representation of color #102101: hue angle of 91.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #102101 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 33 | 1 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.87 |
| HSL | 91.88º | 0.94% | 0.07% | - |
| HSV(B) | 91.88º | 0.97% | 0.13% | - |
| XYZ | 0.76 | 1.2 | 0.22 | - |
| YUV | 24.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 1 | 0.52 | 0 | 0.97 | 0.87 | 91.88 | 0.94 | 0.07 |
| Hex | 10 | 21 | 1 | 34 | 0 | 61 | 57 | 5C | 5E | 7 |
| Octal | 20 | 41 | 1 | 64 | 0 | 141 | 127 | 134 | 136 | 7 |
| Binary | 10000 | 100001 | 1 | 110100 | 0 | 1100001 | 1010111 | 1011100 | 1011110 | 111 |
Color Harmonies of #102101
Complementary color
Monochromatic Colors of #102101
Black with #102101
Text Example
Text Example
White with #102101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102101; }
p { color: rgb(16,33,1); }
H1.HeaderClassName
{
color: #102101;
}
.AnyTagClassName
{
color: #102101;
}
</style>
background-color css
<style>
a { background-color: #102101; }
a { background-color: rgb(16,33,1); }
div.DivClassName
{
background-color: #102101;
}
.BgClassName
{
background-color: #102101;
}
</style>
border-color css
<style>
span { border-color: #102101; }
span { border-color: rgb(16,33,1); }
td.TdClassName
{
border-color: #102101;
}
.TagClassName
{
border-color: #102101;
}
</style>