Shades of Pine Tree #111C01
Tints of Pine Tree #111C01
RGB
CMYK
RGB Variations
Color information
#111C01 (or 0x111C01) is known color: Pine Tree. HEX triplet: 11, 1C and 01. RGB value is (17,28,1). Sum of RGB (Red+Green+Blue) = 17+28+1=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #111C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C01 is #EEE3FE. Grayscale: #151515. Windows color (decimal): -15655935 or 72721. OLE color: 72721.
HSL color Cylindrical-coordinate representation of color #111C01: hue angle of 84.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #111C01 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 1 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.89 |
| HSL | 84.44º | 0.93% | 0.06% | - |
| HSV(B) | 84.44º | 0.96% | 0.11% | - |
| XYZ | 0.65 | 0.95 | 0.18 | - |
| YUV | 21.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 1 | 0.39 | 0 | 0.96 | 0.89 | 84.44 | 0.93 | 0.06 |
| Hex | 11 | 1C | 1 | 27 | 0 | 60 | 59 | 54 | 5D | 6 |
| Octal | 21 | 34 | 1 | 47 | 0 | 140 | 131 | 124 | 135 | 6 |
| Binary | 10001 | 11100 | 1 | 100111 | 0 | 1100000 | 1011001 | 1010100 | 1011101 | 110 |
Color Harmonies of #111C01
Complementary color
Monochromatic Colors of #111C01
Black with #111C01
Text Example
Text Example
White with #111C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C01; }
p { color: rgb(17,28,1); }
H1.HeaderClassName
{
color: #111C01;
}
.AnyTagClassName
{
color: #111C01;
}
</style>
background-color css
<style>
a { background-color: #111C01; }
a { background-color: rgb(17,28,1); }
div.DivClassName
{
background-color: #111C01;
}
.BgClassName
{
background-color: #111C01;
}
</style>
border-color css
<style>
span { border-color: #111C01; }
span { border-color: rgb(17,28,1); }
td.TdClassName
{
border-color: #111C01;
}
.TagClassName
{
border-color: #111C01;
}
</style>