Shades of Pine Tree #111D01
Tints of Pine Tree #111D01
RGB
CMYK
RGB Variations
Color information
#111D01 (or 0x111D01) is known color: Pine Tree. HEX triplet: 11, 1D and 01. RGB value is (17,29,1). Sum of RGB (Red+Green+Blue) = 17+29+1=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #111D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D01 is #EEE2FE. Grayscale: #161616. Windows color (decimal): -15655679 or 72977. OLE color: 72977.
HSL color Cylindrical-coordinate representation of color #111D01: hue angle of 85.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #111D01 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 1 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.89 |
| HSL | 85.71º | 0.93% | 0.06% | - |
| HSV(B) | 85.71º | 0.97% | 0.11% | - |
| XYZ | 0.68 | 1 | 0.19 | - |
| YUV | 22.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 1 | 0.41 | 0 | 0.97 | 0.89 | 85.71 | 0.93 | 0.06 |
| Hex | 11 | 1D | 1 | 29 | 0 | 61 | 59 | 56 | 5D | 6 |
| Octal | 21 | 35 | 1 | 51 | 0 | 141 | 131 | 126 | 135 | 6 |
| Binary | 10001 | 11101 | 1 | 101001 | 0 | 1100001 | 1011001 | 1010110 | 1011101 | 110 |
Color Harmonies of #111D01
Complementary color
Monochromatic Colors of #111D01
Black with #111D01
Text Example
Text Example
White with #111D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D01; }
p { color: rgb(17,29,1); }
H1.HeaderClassName
{
color: #111D01;
}
.AnyTagClassName
{
color: #111D01;
}
</style>
background-color css
<style>
a { background-color: #111D01; }
a { background-color: rgb(17,29,1); }
div.DivClassName
{
background-color: #111D01;
}
.BgClassName
{
background-color: #111D01;
}
</style>
border-color css
<style>
span { border-color: #111D01; }
span { border-color: rgb(17,29,1); }
td.TdClassName
{
border-color: #111D01;
}
.TagClassName
{
border-color: #111D01;
}
</style>