Shades of Pine Tree #101E07
Tints of Pine Tree #101E07
RGB
CMYK
RGB Variations
Color information
#101E07 (or 0x101E07) is known color: Pine Tree. HEX triplet: 10, 1E and 07. RGB value is (16,30,7). Sum of RGB (Red+Green+Blue) = 16+30+7=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 7 (3.12% from 255 or 13.21% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #101E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E07 is #EFE1F8. Grayscale: #171717. Windows color (decimal): -15720953 or 466448. OLE color: 466448.
HSL color Cylindrical-coordinate representation of color #101E07: hue angle of 96.52º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #101E07 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 7 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.88 |
| HSL | 96.52º | 0.62% | 0.07% | - |
| HSV(B) | 96.52º | 0.77% | 0.12% | - |
| XYZ | 0.72 | 1.05 | 0.37 | - |
| YUV | 23.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 7 | 0.47 | 0 | 0.77 | 0.88 | 96.52 | 0.62 | 0.07 |
| Hex | 10 | 1E | 7 | 2F | 0 | 4D | 58 | 61 | 3E | 7 |
| Octal | 20 | 36 | 7 | 57 | 0 | 115 | 130 | 141 | 76 | 7 |
| Binary | 10000 | 11110 | 111 | 101111 | 0 | 1001101 | 1011000 | 1100001 | 111110 | 111 |
Color Harmonies of #101E07
Complementary color
Monochromatic Colors of #101E07
Black with #101E07
Text Example
Text Example
White with #101E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E07; }
p { color: rgb(16,30,7); }
H1.HeaderClassName
{
color: #101E07;
}
.AnyTagClassName
{
color: #101E07;
}
</style>
background-color css
<style>
a { background-color: #101E07; }
a { background-color: rgb(16,30,7); }
div.DivClassName
{
background-color: #101E07;
}
.BgClassName
{
background-color: #101E07;
}
</style>
border-color css
<style>
span { border-color: #101E07; }
span { border-color: rgb(16,30,7); }
td.TdClassName
{
border-color: #101E07;
}
.TagClassName
{
border-color: #101E07;
}
</style>