Shades of Pine Tree #111B02
Tints of Pine Tree #111B02
RGB
CMYK
RGB Variations
Color information
#111B02 (or 0x111B02) is known color: Pine Tree. HEX triplet: 11, 1B and 02. RGB value is (17,27,2). Sum of RGB (Red+Green+Blue) = 17+27+2=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #111B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B02 is #EEE4FD. Grayscale: #151515. Windows color (decimal): -15656190 or 138001. OLE color: 138001.
HSL color Cylindrical-coordinate representation of color #111B02: hue angle of 84º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111B02 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 2 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.89 |
| HSL | 84º | 0.86% | 0.06% | - |
| HSV(B) | 84º | 0.93% | 0.11% | - |
| XYZ | 0.63 | 0.91 | 0.2 | - |
| YUV | 21.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 2 | 0.37 | 0 | 0.93 | 0.89 | 84 | 0.86 | 0.06 |
| Hex | 11 | 1B | 2 | 25 | 0 | 5D | 59 | 54 | 56 | 6 |
| Octal | 21 | 33 | 2 | 45 | 0 | 135 | 131 | 124 | 126 | 6 |
| Binary | 10001 | 11011 | 10 | 100101 | 0 | 1011101 | 1011001 | 1010100 | 1010110 | 110 |
Color Harmonies of #111B02
Complementary color
Monochromatic Colors of #111B02
Black with #111B02
Text Example
Text Example
White with #111B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B02; }
p { color: rgb(17,27,2); }
H1.HeaderClassName
{
color: #111B02;
}
.AnyTagClassName
{
color: #111B02;
}
</style>
background-color css
<style>
a { background-color: #111B02; }
a { background-color: rgb(17,27,2); }
div.DivClassName
{
background-color: #111B02;
}
.BgClassName
{
background-color: #111B02;
}
</style>
border-color css
<style>
span { border-color: #111B02; }
span { border-color: rgb(17,27,2); }
td.TdClassName
{
border-color: #111B02;
}
.TagClassName
{
border-color: #111B02;
}
</style>