Shades of Pine Tree #173206
Tints of Pine Tree #173206
RGB
CMYK
RGB Variations
Color information
#173206 (or 0x173206) is known color: Pine Tree. HEX triplet: 17, 32 and 06. RGB value is (23,50,6). Sum of RGB (Red+Green+Blue) = 23+50+6=79 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.11% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #173206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173206 is #E8CDF9. Grayscale: #252525. Windows color (decimal): -15257082 or 406039. OLE color: 406039.
HSL color Cylindrical-coordinate representation of color #173206: hue angle of 96.82º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173206 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 50 | 6 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.80 |
| HSL | 96.82º | 0.79% | 0.11% | - |
| HSV(B) | 96.82º | 0.88% | 0.2% | - |
| XYZ | 1.53 | 2.48 | 0.57 | - |
| YUV | 36.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 6 | 0.54 | 0 | 0.88 | 0.80 | 96.82 | 0.79 | 0.11 |
| Hex | 17 | 32 | 6 | 36 | 0 | 58 | 50 | 61 | 4F | B |
| Octal | 27 | 62 | 6 | 66 | 0 | 130 | 120 | 141 | 117 | 13 |
| Binary | 10111 | 110010 | 110 | 110110 | 0 | 1011000 | 1010000 | 1100001 | 1001111 | 1011 |
Color Harmonies of #173206
Complementary color
Monochromatic Colors of #173206
Black with #173206
Text Example
Text Example
White with #173206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173206; }
p { color: rgb(23,50,6); }
H1.HeaderClassName
{
color: #173206;
}
.AnyTagClassName
{
color: #173206;
}
</style>
background-color css
<style>
a { background-color: #173206; }
a { background-color: rgb(23,50,6); }
div.DivClassName
{
background-color: #173206;
}
.BgClassName
{
background-color: #173206;
}
</style>
border-color css
<style>
span { border-color: #173206; }
span { border-color: rgb(23,50,6); }
td.TdClassName
{
border-color: #173206;
}
.TagClassName
{
border-color: #173206;
}
</style>