Shades of Pine Tree #171F12
Tints of Pine Tree #171F12
RGB
CMYK
RGB Variations
Color information
#171F12 (or 0x171F12) is known color: Pine Tree. HEX triplet: 17, 1F and 12. RGB value is (23,31,18). Sum of RGB (Red+Green+Blue) = 23+31+18=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #171F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F12 is #E8E0ED. Grayscale: #1B1B1B. Windows color (decimal): -15261934 or 1187607. OLE color: 1187607.
HSL color Cylindrical-coordinate representation of color #171F12: hue angle of 96.92º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #171F12 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 31 | 18 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.88 |
| HSL | 96.92º | 0.27% | 0.1% | - |
| HSV(B) | 96.92º | 0.42% | 0.12% | - |
| XYZ | 0.95 | 1.21 | 0.75 | - |
| YUV | 27.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 18 | 0.26 | 0 | 0.42 | 0.88 | 96.92 | 0.27 | 0.1 |
| Hex | 17 | 1F | 12 | 1A | 0 | 2A | 58 | 61 | 1B | A |
| Octal | 27 | 37 | 22 | 32 | 0 | 52 | 130 | 141 | 33 | 12 |
| Binary | 10111 | 11111 | 10010 | 11010 | 0 | 101010 | 1011000 | 1100001 | 11011 | 1010 |
Color Harmonies of #171F12
Complementary color
Monochromatic Colors of #171F12
Black with #171F12
Text Example
Text Example
White with #171F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F12; }
p { color: rgb(23,31,18); }
H1.HeaderClassName
{
color: #171F12;
}
.AnyTagClassName
{
color: #171F12;
}
</style>
background-color css
<style>
a { background-color: #171F12; }
a { background-color: rgb(23,31,18); }
div.DivClassName
{
background-color: #171F12;
}
.BgClassName
{
background-color: #171F12;
}
</style>
border-color css
<style>
span { border-color: #171F12; }
span { border-color: rgb(23,31,18); }
td.TdClassName
{
border-color: #171F12;
}
.TagClassName
{
border-color: #171F12;
}
</style>