Shades of Pine Tree #111F01
Tints of Pine Tree #111F01
RGB
CMYK
RGB Variations
Color information
#111F01 (or 0x111F01) is known color: Pine Tree. HEX triplet: 11, 1F and 01. RGB value is (17,31,1). Sum of RGB (Red+Green+Blue) = 17+31+1=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #111F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F01 is #EEE0FE. Grayscale: #171717. Windows color (decimal): -15655167 or 73489. OLE color: 73489.
HSL color Cylindrical-coordinate representation of color #111F01: hue angle of 88º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #111F01 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 31 | 1 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.88 |
| HSL | 88º | 0.94% | 0.06% | - |
| HSV(B) | 88º | 0.97% | 0.12% | - |
| XYZ | 0.73 | 1.1 | 0.2 | - |
| YUV | 23.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 1 | 0.45 | 0 | 0.97 | 0.88 | 88 | 0.94 | 0.06 |
| Hex | 11 | 1F | 1 | 2D | 0 | 61 | 58 | 58 | 5E | 6 |
| Octal | 21 | 37 | 1 | 55 | 0 | 141 | 130 | 130 | 136 | 6 |
| Binary | 10001 | 11111 | 1 | 101101 | 0 | 1100001 | 1011000 | 1011000 | 1011110 | 110 |
Color Harmonies of #111F01
Complementary color
Monochromatic Colors of #111F01
Black with #111F01
Text Example
Text Example
White with #111F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F01; }
p { color: rgb(17,31,1); }
H1.HeaderClassName
{
color: #111F01;
}
.AnyTagClassName
{
color: #111F01;
}
</style>
background-color css
<style>
a { background-color: #111F01; }
a { background-color: rgb(17,31,1); }
div.DivClassName
{
background-color: #111F01;
}
.BgClassName
{
background-color: #111F01;
}
</style>
border-color css
<style>
span { border-color: #111F01; }
span { border-color: rgb(17,31,1); }
td.TdClassName
{
border-color: #111F01;
}
.TagClassName
{
border-color: #111F01;
}
</style>