Shades of Pine Tree #111F05
Tints of Pine Tree #111F05
RGB
CMYK
RGB Variations
Color information
#111F05 (or 0x111F05) is known color: Pine Tree. HEX triplet: 11, 1F and 05. RGB value is (17,31,5). Sum of RGB (Red+Green+Blue) = 17+31+5=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #111F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F05 is #EEE0FA. Grayscale: #171717. Windows color (decimal): -15655163 or 335633. OLE color: 335633.
HSL color Cylindrical-coordinate representation of color #111F05: hue angle of 92.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111F05 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 31 | 5 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.88 |
| HSL | 92.31º | 0.72% | 0.07% | - |
| HSV(B) | 92.31º | 0.84% | 0.12% | - |
| XYZ | 0.75 | 1.11 | 0.32 | - |
| YUV | 23.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 5 | 0.45 | 0 | 0.84 | 0.88 | 92.31 | 0.72 | 0.07 |
| Hex | 11 | 1F | 5 | 2D | 0 | 54 | 58 | 5C | 48 | 7 |
| Octal | 21 | 37 | 5 | 55 | 0 | 124 | 130 | 134 | 110 | 7 |
| Binary | 10001 | 11111 | 101 | 101101 | 0 | 1010100 | 1011000 | 1011100 | 1001000 | 111 |
Color Harmonies of #111F05
Complementary color
Monochromatic Colors of #111F05
Black with #111F05
Text Example
Text Example
White with #111F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F05; }
p { color: rgb(17,31,5); }
H1.HeaderClassName
{
color: #111F05;
}
.AnyTagClassName
{
color: #111F05;
}
</style>
background-color css
<style>
a { background-color: #111F05; }
a { background-color: rgb(17,31,5); }
div.DivClassName
{
background-color: #111F05;
}
.BgClassName
{
background-color: #111F05;
}
</style>
border-color css
<style>
span { border-color: #111F05; }
span { border-color: rgb(17,31,5); }
td.TdClassName
{
border-color: #111F05;
}
.TagClassName
{
border-color: #111F05;
}
</style>