Shades of Pine Tree #111B03
Tints of Pine Tree #111B03
RGB
CMYK
RGB Variations
Color information
#111B03 (or 0x111B03) is known color: Pine Tree. HEX triplet: 11, 1B and 03. RGB value is (17,27,3). Sum of RGB (Red+Green+Blue) = 17+27+3=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #111B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B03 is #EEE4FC. Grayscale: #151515. Windows color (decimal): -15656189 or 203537. OLE color: 203537.
HSL color Cylindrical-coordinate representation of color #111B03: hue angle of 85º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111B03 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 3 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.89 |
| HSL | 85º | 0.8% | 0.06% | - |
| HSV(B) | 85º | 0.89% | 0.11% | - |
| XYZ | 0.64 | 0.91 | 0.23 | - |
| YUV | 21.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 3 | 0.37 | 0 | 0.89 | 0.89 | 85 | 0.8 | 0.06 |
| Hex | 11 | 1B | 3 | 25 | 0 | 59 | 59 | 55 | 50 | 6 |
| Octal | 21 | 33 | 3 | 45 | 0 | 131 | 131 | 125 | 120 | 6 |
| Binary | 10001 | 11011 | 11 | 100101 | 0 | 1011001 | 1011001 | 1010101 | 1010000 | 110 |
Color Harmonies of #111B03
Complementary color
Monochromatic Colors of #111B03
Black with #111B03
Text Example
Text Example
White with #111B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B03; }
p { color: rgb(17,27,3); }
H1.HeaderClassName
{
color: #111B03;
}
.AnyTagClassName
{
color: #111B03;
}
</style>
background-color css
<style>
a { background-color: #111B03; }
a { background-color: rgb(17,27,3); }
div.DivClassName
{
background-color: #111B03;
}
.BgClassName
{
background-color: #111B03;
}
</style>
border-color css
<style>
span { border-color: #111B03; }
span { border-color: rgb(17,27,3); }
td.TdClassName
{
border-color: #111B03;
}
.TagClassName
{
border-color: #111B03;
}
</style>