Shades of Pine Tree #102102
Tints of Pine Tree #102102
RGB
CMYK
RGB Variations
Color information
#102102 (or 0x102102) is known color: Pine Tree. HEX triplet: 10, 21 and 02. RGB value is (16,33,2). Sum of RGB (Red+Green+Blue) = 16+33+2=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #102102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102102 is #EFDEFD. Grayscale: #181818. Windows color (decimal): -15720190 or 139536. OLE color: 139536.
HSL color Cylindrical-coordinate representation of color #102102: hue angle of 92.9º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #102102 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 33 | 2 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.87 |
| HSL | 92.9º | 0.89% | 0.07% | - |
| HSV(B) | 92.9º | 0.94% | 0.13% | - |
| XYZ | 0.77 | 1.2 | 0.25 | - |
| YUV | 24.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 2 | 0.52 | 0 | 0.94 | 0.87 | 92.9 | 0.89 | 0.07 |
| Hex | 10 | 21 | 2 | 34 | 0 | 5E | 57 | 5D | 59 | 7 |
| Octal | 20 | 41 | 2 | 64 | 0 | 136 | 127 | 135 | 131 | 7 |
| Binary | 10000 | 100001 | 10 | 110100 | 0 | 1011110 | 1010111 | 1011101 | 1011001 | 111 |
Color Harmonies of #102102
Complementary color
Monochromatic Colors of #102102
Black with #102102
Text Example
Text Example
White with #102102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102102; }
p { color: rgb(16,33,2); }
H1.HeaderClassName
{
color: #102102;
}
.AnyTagClassName
{
color: #102102;
}
</style>
background-color css
<style>
a { background-color: #102102; }
a { background-color: rgb(16,33,2); }
div.DivClassName
{
background-color: #102102;
}
.BgClassName
{
background-color: #102102;
}
</style>
border-color css
<style>
span { border-color: #102102; }
span { border-color: rgb(16,33,2); }
td.TdClassName
{
border-color: #102102;
}
.TagClassName
{
border-color: #102102;
}
</style>