Shades of Pine Tree #111C0C
Tints of Pine Tree #111C0C
RGB
CMYK
RGB Variations
Color information
#111C0C (or 0x111C0C) is known color: Pine Tree. HEX triplet: 11, 1C and 0C. RGB value is (17,28,12). Sum of RGB (Red+Green+Blue) = 17+28+12=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #111C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C0C is #EEE3F3. Grayscale: #161616. Windows color (decimal): -15655924 or 793617. OLE color: 793617.
HSL color Cylindrical-coordinate representation of color #111C0C: hue angle of 101.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111C0C is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 12 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.89 |
| HSL | 101.25º | 0.4% | 0.08% | - |
| HSV(B) | 101.25º | 0.57% | 0.11% | - |
| XYZ | 0.71 | 0.98 | 0.5 | - |
| YUV | 22.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 12 | 0.39 | 0 | 0.57 | 0.89 | 101.25 | 0.4 | 0.08 |
| Hex | 11 | 1C | C | 27 | 0 | 39 | 59 | 65 | 28 | 8 |
| Octal | 21 | 34 | 14 | 47 | 0 | 71 | 131 | 145 | 50 | 10 |
| Binary | 10001 | 11100 | 1100 | 100111 | 0 | 111001 | 1011001 | 1100101 | 101000 | 1000 |
Color Harmonies of #111C0C
Complementary color
Monochromatic Colors of #111C0C
Black with #111C0C
Text Example
Text Example
White with #111C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C0C; }
p { color: rgb(17,28,12); }
H1.HeaderClassName
{
color: #111C0C;
}
.AnyTagClassName
{
color: #111C0C;
}
</style>
background-color css
<style>
a { background-color: #111C0C; }
a { background-color: rgb(17,28,12); }
div.DivClassName
{
background-color: #111C0C;
}
.BgClassName
{
background-color: #111C0C;
}
</style>
border-color css
<style>
span { border-color: #111C0C; }
span { border-color: rgb(17,28,12); }
td.TdClassName
{
border-color: #111C0C;
}
.TagClassName
{
border-color: #111C0C;
}
</style>