Shades of Pine Tree #171F05
Tints of Pine Tree #171F05
RGB
CMYK
RGB Variations
Color information
#171F05 (or 0x171F05) is known color: Pine Tree. HEX triplet: 17, 1F and 05. RGB value is (23,31,5). Sum of RGB (Red+Green+Blue) = 23+31+5=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #171F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F05 is #E8E0FA. Grayscale: #191919. Windows color (decimal): -15261947 or 335639. OLE color: 335639.
HSL color Cylindrical-coordinate representation of color #171F05: hue angle of 78.46º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #171F05 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 31 | 5 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.88 |
| HSL | 78.46º | 0.72% | 0.07% | - |
| HSV(B) | 78.46º | 0.84% | 0.12% | - |
| XYZ | 0.87 | 1.17 | 0.32 | - |
| YUV | 25.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 5 | 0.26 | 0 | 0.84 | 0.88 | 78.46 | 0.72 | 0.07 |
| Hex | 17 | 1F | 5 | 1A | 0 | 54 | 58 | 4E | 48 | 7 |
| Octal | 27 | 37 | 5 | 32 | 0 | 124 | 130 | 116 | 110 | 7 |
| Binary | 10111 | 11111 | 101 | 11010 | 0 | 1010100 | 1011000 | 1001110 | 1001000 | 111 |
Color Harmonies of #171F05
Complementary color
Monochromatic Colors of #171F05
Black with #171F05
Text Example
Text Example
White with #171F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F05; }
p { color: rgb(23,31,5); }
H1.HeaderClassName
{
color: #171F05;
}
.AnyTagClassName
{
color: #171F05;
}
</style>
background-color css
<style>
a { background-color: #171F05; }
a { background-color: rgb(23,31,5); }
div.DivClassName
{
background-color: #171F05;
}
.BgClassName
{
background-color: #171F05;
}
</style>
border-color css
<style>
span { border-color: #171F05; }
span { border-color: rgb(23,31,5); }
td.TdClassName
{
border-color: #171F05;
}
.TagClassName
{
border-color: #171F05;
}
</style>