Shades of Pine Tree #101E00
Tints of Pine Tree #101E00
RGB
CMYK
RGB Variations
Color information
#101E00 (or 0x101E00) is known color: Pine Tree. HEX triplet: 10, 1E and 00. RGB value is (16,30,0). Sum of RGB (Red+Green+Blue) = 16+30+0=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #101E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E00 is #EFE1FF. Grayscale: #161616. Windows color (decimal): -15720960 or 7696. OLE color: 7696.
HSL color Cylindrical-coordinate representation of color #101E00: hue angle of 88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #101E00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.88 |
| HSL | 88º | 1% | 0.06% | - |
| HSV(B) | 88º | 1% | 0.12% | - |
| XYZ | 0.68 | 1.04 | 0.16 | - |
| YUV | 22.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 0 | 0.47 | 0 | 1 | 0.88 | 88 | 1 | 0.06 |
| Hex | 10 | 1E | 0 | 2F | 0 | 64 | 58 | 58 | 64 | 6 |
| Octal | 20 | 36 | 0 | 57 | 0 | 144 | 130 | 130 | 144 | 6 |
| Binary | 10000 | 11110 | 0 | 101111 | 0 | 1100100 | 1011000 | 1011000 | 1100100 | 110 |
Color Harmonies of #101E00
Complementary color
Monochromatic Colors of #101E00
Black with #101E00
Text Example
Text Example
White with #101E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E00; }
p { color: rgb(16,30,0); }
H1.HeaderClassName
{
color: #101E00;
}
.AnyTagClassName
{
color: #101E00;
}
</style>
background-color css
<style>
a { background-color: #101E00; }
a { background-color: rgb(16,30,0); }
div.DivClassName
{
background-color: #101E00;
}
.BgClassName
{
background-color: #101E00;
}
</style>
border-color css
<style>
span { border-color: #101E00; }
span { border-color: rgb(16,30,0); }
td.TdClassName
{
border-color: #101E00;
}
.TagClassName
{
border-color: #101E00;
}
</style>