Shades of Pine Tree #111F00
Tints of Pine Tree #111F00
RGB
CMYK
RGB Variations
Color information
#111F00 (or 0x111F00) is known color: Pine Tree. HEX triplet: 11, 1F and 00. RGB value is (17,31,0). Sum of RGB (Red+Green+Blue) = 17+31+0=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 31 (12.5% from 255 or 64.58% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 31 - color contains mainly: green. Hex color #111F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F00 is #EEE0FF. Grayscale: #171717. Windows color (decimal): -15655168 or 7953. OLE color: 7953.
HSL color Cylindrical-coordinate representation of color #111F00: hue angle of 87.1º 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 #111F00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 31 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.88 |
| HSL | 87.1º | 1% | 0.06% | - |
| HSV(B) | 87.1º | 1% | 0.12% | - |
| XYZ | 0.72 | 1.1 | 0.17 | - |
| YUV | 23.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 0 | 0.45 | 0 | 1 | 0.88 | 87.1 | 1 | 0.06 |
| Hex | 11 | 1F | 0 | 2D | 0 | 64 | 58 | 57 | 64 | 6 |
| Octal | 21 | 37 | 0 | 55 | 0 | 144 | 130 | 127 | 144 | 6 |
| Binary | 10001 | 11111 | 0 | 101101 | 0 | 1100100 | 1011000 | 1010111 | 1100100 | 110 |
Color Harmonies of #111F00
Complementary color
Monochromatic Colors of #111F00
Black with #111F00
Text Example
Text Example
White with #111F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F00; }
p { color: rgb(17,31,0); }
H1.HeaderClassName
{
color: #111F00;
}
.AnyTagClassName
{
color: #111F00;
}
</style>
background-color css
<style>
a { background-color: #111F00; }
a { background-color: rgb(17,31,0); }
div.DivClassName
{
background-color: #111F00;
}
.BgClassName
{
background-color: #111F00;
}
</style>
border-color css
<style>
span { border-color: #111F00; }
span { border-color: rgb(17,31,0); }
td.TdClassName
{
border-color: #111F00;
}
.TagClassName
{
border-color: #111F00;
}
</style>