Shades of Pine Tree #171F0D
Tints of Pine Tree #171F0D
RGB
CMYK
RGB Variations
Color information
#171F0D (or 0x171F0D) is known color: Pine Tree. HEX triplet: 17, 1F and 0D. RGB value is (23,31,13). Sum of RGB (Red+Green+Blue) = 23+31+13=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #171F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F0D is #E8E0F2. Grayscale: #1A1A1A. Windows color (decimal): -15261939 or 859927. OLE color: 859927.
HSL color Cylindrical-coordinate representation of color #171F0D: hue angle of 86.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #171F0D is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 31 | 13 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.88 |
| HSL | 86.67º | 0.41% | 0.09% | - |
| HSV(B) | 86.67º | 0.58% | 0.12% | - |
| XYZ | 0.92 | 1.19 | 0.56 | - |
| YUV | 26.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 13 | 0.26 | 0 | 0.58 | 0.88 | 86.67 | 0.41 | 0.09 |
| Hex | 17 | 1F | D | 1A | 0 | 3A | 58 | 57 | 29 | 9 |
| Octal | 27 | 37 | 15 | 32 | 0 | 72 | 130 | 127 | 51 | 11 |
| Binary | 10111 | 11111 | 1101 | 11010 | 0 | 111010 | 1011000 | 1010111 | 101001 | 1001 |
Color Harmonies of #171F0D
Complementary color
Monochromatic Colors of #171F0D
Black with #171F0D
Text Example
Text Example
White with #171F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F0D; }
p { color: rgb(23,31,13); }
H1.HeaderClassName
{
color: #171F0D;
}
.AnyTagClassName
{
color: #171F0D;
}
</style>
background-color css
<style>
a { background-color: #171F0D; }
a { background-color: rgb(23,31,13); }
div.DivClassName
{
background-color: #171F0D;
}
.BgClassName
{
background-color: #171F0D;
}
</style>
border-color css
<style>
span { border-color: #171F0D; }
span { border-color: rgb(23,31,13); }
td.TdClassName
{
border-color: #171F0D;
}
.TagClassName
{
border-color: #171F0D;
}
</style>