Shades of Pine Tree #111C05
Tints of Pine Tree #111C05
RGB
CMYK
RGB Variations
Color information
#111C05 (or 0x111C05) is known color: Pine Tree. HEX triplet: 11, 1C and 05. RGB value is (17,28,5). Sum of RGB (Red+Green+Blue) = 17+28+5=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #111C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C05 is #EEE3FA. Grayscale: #161616. Windows color (decimal): -15655931 or 334865. OLE color: 334865.
HSL color Cylindrical-coordinate representation of color #111C05: hue angle of 88.7º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111C05 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 5 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.89 |
| HSL | 88.7º | 0.7% | 0.06% | - |
| HSV(B) | 88.7º | 0.82% | 0.11% | - |
| XYZ | 0.67 | 0.96 | 0.29 | - |
| YUV | 22.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 5 | 0.39 | 0 | 0.82 | 0.89 | 88.7 | 0.7 | 0.06 |
| Hex | 11 | 1C | 5 | 27 | 0 | 52 | 59 | 59 | 46 | 6 |
| Octal | 21 | 34 | 5 | 47 | 0 | 122 | 131 | 131 | 106 | 6 |
| Binary | 10001 | 11100 | 101 | 100111 | 0 | 1010010 | 1011001 | 1011001 | 1000110 | 110 |
Color Harmonies of #111C05
Complementary color
Monochromatic Colors of #111C05
Black with #111C05
Text Example
Text Example
White with #111C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C05; }
p { color: rgb(17,28,5); }
H1.HeaderClassName
{
color: #111C05;
}
.AnyTagClassName
{
color: #111C05;
}
</style>
background-color css
<style>
a { background-color: #111C05; }
a { background-color: rgb(17,28,5); }
div.DivClassName
{
background-color: #111C05;
}
.BgClassName
{
background-color: #111C05;
}
</style>
border-color css
<style>
span { border-color: #111C05; }
span { border-color: rgb(17,28,5); }
td.TdClassName
{
border-color: #111C05;
}
.TagClassName
{
border-color: #111C05;
}
</style>