Shades of Pine Tree #111C06
Tints of Pine Tree #111C06
RGB
CMYK
RGB Variations
Color information
#111C06 (or 0x111C06) is known color: Pine Tree. HEX triplet: 11, 1C and 06. RGB value is (17,28,6). Sum of RGB (Red+Green+Blue) = 17+28+6=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #111C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C06 is #EEE3F9. Grayscale: #161616. Windows color (decimal): -15655930 or 400401. OLE color: 400401.
HSL color Cylindrical-coordinate representation of color #111C06: hue angle of 90º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111C06 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 6 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.89 |
| HSL | 90º | 0.65% | 0.07% | - |
| HSV(B) | 90º | 0.79% | 0.11% | - |
| XYZ | 0.68 | 0.96 | 0.32 | - |
| YUV | 22.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 6 | 0.39 | 0 | 0.79 | 0.89 | 90 | 0.65 | 0.07 |
| Hex | 11 | 1C | 6 | 27 | 0 | 4F | 59 | 5A | 41 | 7 |
| Octal | 21 | 34 | 6 | 47 | 0 | 117 | 131 | 132 | 101 | 7 |
| Binary | 10001 | 11100 | 110 | 100111 | 0 | 1001111 | 1011001 | 1011010 | 1000001 | 111 |
Color Harmonies of #111C06
Complementary color
Monochromatic Colors of #111C06
Black with #111C06
Text Example
Text Example
White with #111C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C06; }
p { color: rgb(17,28,6); }
H1.HeaderClassName
{
color: #111C06;
}
.AnyTagClassName
{
color: #111C06;
}
</style>
background-color css
<style>
a { background-color: #111C06; }
a { background-color: rgb(17,28,6); }
div.DivClassName
{
background-color: #111C06;
}
.BgClassName
{
background-color: #111C06;
}
</style>
border-color css
<style>
span { border-color: #111C06; }
span { border-color: rgb(17,28,6); }
td.TdClassName
{
border-color: #111C06;
}
.TagClassName
{
border-color: #111C06;
}
</style>