Shades of Pine Tree #171D0D
Tints of Pine Tree #171D0D
RGB
CMYK
RGB Variations
Color information
#171D0D (or 0x171D0D) is known color: Pine Tree. HEX triplet: 17, 1D and 0D. RGB value is (23,29,13). Sum of RGB (Red+Green+Blue) = 23+29+13=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #171D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171D0D is #E8E2F2. Grayscale: #191919. Windows color (decimal): -15262451 or 859415. OLE color: 859415.
HSL color Cylindrical-coordinate representation of color #171D0D: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #171D0D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 29 | 13 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.89 |
| HSL | 82.5º | 0.38% | 0.08% | - |
| HSV(B) | 82.5º | 0.55% | 0.11% | - |
| XYZ | 0.87 | 1.09 | 0.55 | - |
| YUV | 25.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 13 | 0.21 | 0 | 0.55 | 0.89 | 82.5 | 0.38 | 0.08 |
| Hex | 17 | 1D | D | 15 | 0 | 37 | 59 | 52 | 26 | 8 |
| Octal | 27 | 35 | 15 | 25 | 0 | 67 | 131 | 122 | 46 | 10 |
| Binary | 10111 | 11101 | 1101 | 10101 | 0 | 110111 | 1011001 | 1010010 | 100110 | 1000 |
Color Harmonies of #171D0D
Complementary color
Monochromatic Colors of #171D0D
Black with #171D0D
Text Example
Text Example
White with #171D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D0D; }
p { color: rgb(23,29,13); }
H1.HeaderClassName
{
color: #171D0D;
}
.AnyTagClassName
{
color: #171D0D;
}
</style>
background-color css
<style>
a { background-color: #171D0D; }
a { background-color: rgb(23,29,13); }
div.DivClassName
{
background-color: #171D0D;
}
.BgClassName
{
background-color: #171D0D;
}
</style>
border-color css
<style>
span { border-color: #171D0D; }
span { border-color: rgb(23,29,13); }
td.TdClassName
{
border-color: #171D0D;
}
.TagClassName
{
border-color: #171D0D;
}
</style>