Shades of Pine Tree #101E06
Tints of Pine Tree #101E06
RGB
CMYK
RGB Variations
Color information
#101E06 (or 0x101E06) is known color: Pine Tree. HEX triplet: 10, 1E and 06. RGB value is (16,30,6). Sum of RGB (Red+Green+Blue) = 16+30+6=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #101E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E06 is #EFE1F9. Grayscale: #171717. Windows color (decimal): -15720954 or 400912. OLE color: 400912.
HSL color Cylindrical-coordinate representation of color #101E06: hue angle of 95º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101E06 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 6 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.88 |
| HSL | 95º | 0.67% | 0.07% | - |
| HSV(B) | 95º | 0.8% | 0.12% | - |
| XYZ | 0.71 | 1.05 | 0.34 | - |
| YUV | 23.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 6 | 0.47 | 0 | 0.80 | 0.88 | 95 | 0.67 | 0.07 |
| Hex | 10 | 1E | 6 | 2F | 0 | 50 | 58 | 5F | 43 | 7 |
| Octal | 20 | 36 | 6 | 57 | 0 | 120 | 130 | 137 | 103 | 7 |
| Binary | 10000 | 11110 | 110 | 101111 | 0 | 1010000 | 1011000 | 1011111 | 1000011 | 111 |
Color Harmonies of #101E06
Complementary color
Monochromatic Colors of #101E06
Black with #101E06
Text Example
Text Example
White with #101E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E06; }
p { color: rgb(16,30,6); }
H1.HeaderClassName
{
color: #101E06;
}
.AnyTagClassName
{
color: #101E06;
}
</style>
background-color css
<style>
a { background-color: #101E06; }
a { background-color: rgb(16,30,6); }
div.DivClassName
{
background-color: #101E06;
}
.BgClassName
{
background-color: #101E06;
}
</style>
border-color css
<style>
span { border-color: #101E06; }
span { border-color: rgb(16,30,6); }
td.TdClassName
{
border-color: #101E06;
}
.TagClassName
{
border-color: #101E06;
}
</style>