Shades of Pine Tree #111908
Tints of Pine Tree #111908
RGB
CMYK
RGB Variations
Color information
#111908 (or 0x111908) is known color: Pine Tree. HEX triplet: 11, 19 and 08. RGB value is (17,25,8). Sum of RGB (Red+Green+Blue) = 17+25+8=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #111908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111908 is #EEE6F7. Grayscale: #141414. Windows color (decimal): -15656696 or 530705. OLE color: 530705.
HSL color Cylindrical-coordinate representation of color #111908: hue angle of 88.24º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111908 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 8 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.90 |
| HSL | 88.24º | 0.52% | 0.06% | - |
| HSV(B) | 88.24º | 0.68% | 0.1% | - |
| XYZ | 0.62 | 0.83 | 0.36 | - |
| YUV | 20.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 8 | 0.32 | 0 | 0.68 | 0.90 | 88.24 | 0.52 | 0.06 |
| Hex | 11 | 19 | 8 | 20 | 0 | 44 | 5A | 58 | 34 | 6 |
| Octal | 21 | 31 | 10 | 40 | 0 | 104 | 132 | 130 | 64 | 6 |
| Binary | 10001 | 11001 | 1000 | 100000 | 0 | 1000100 | 1011010 | 1011000 | 110100 | 110 |
Color Harmonies of #111908
Complementary color
Monochromatic Colors of #111908
Black with #111908
Text Example
Text Example
White with #111908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111908; }
p { color: rgb(17,25,8); }
H1.HeaderClassName
{
color: #111908;
}
.AnyTagClassName
{
color: #111908;
}
</style>
background-color css
<style>
a { background-color: #111908; }
a { background-color: rgb(17,25,8); }
div.DivClassName
{
background-color: #111908;
}
.BgClassName
{
background-color: #111908;
}
</style>
border-color css
<style>
span { border-color: #111908; }
span { border-color: rgb(17,25,8); }
td.TdClassName
{
border-color: #111908;
}
.TagClassName
{
border-color: #111908;
}
</style>