Shades of Pine Tree #172606
Tints of Pine Tree #172606
RGB
CMYK
RGB Variations
Color information
#172606 (or 0x172606) is known color: Pine Tree. HEX triplet: 17, 26 and 06. RGB value is (23,38,6). Sum of RGB (Red+Green+Blue) = 23+38+6=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #172606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172606 is #E8D9F9. Grayscale: #1D1D1D. Windows color (decimal): -15260154 or 402967. OLE color: 402967.
HSL color Cylindrical-coordinate representation of color #172606: hue angle of 88.12º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172606 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 38 | 6 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.85 |
| HSL | 88.13º | 0.73% | 0.09% | - |
| HSV(B) | 88.13º | 0.84% | 0.15% | - |
| XYZ | 1.08 | 1.58 | 0.42 | - |
| YUV | 29.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 6 | 0.39 | 0 | 0.84 | 0.85 | 88.13 | 0.73 | 0.09 |
| Hex | 17 | 26 | 6 | 27 | 0 | 54 | 55 | 58 | 49 | 9 |
| Octal | 27 | 46 | 6 | 47 | 0 | 124 | 125 | 130 | 111 | 11 |
| Binary | 10111 | 100110 | 110 | 100111 | 0 | 1010100 | 1010101 | 1011000 | 1001001 | 1001 |
Color Harmonies of #172606
Complementary color
Monochromatic Colors of #172606
Black with #172606
Text Example
Text Example
White with #172606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172606; }
p { color: rgb(23,38,6); }
H1.HeaderClassName
{
color: #172606;
}
.AnyTagClassName
{
color: #172606;
}
</style>
background-color css
<style>
a { background-color: #172606; }
a { background-color: rgb(23,38,6); }
div.DivClassName
{
background-color: #172606;
}
.BgClassName
{
background-color: #172606;
}
</style>
border-color css
<style>
span { border-color: #172606; }
span { border-color: rgb(23,38,6); }
td.TdClassName
{
border-color: #172606;
}
.TagClassName
{
border-color: #172606;
}
</style>