Shades of Pine Tree #172104
Tints of Pine Tree #172104
RGB
CMYK
RGB Variations
Color information
#172104 (or 0x172104) is known color: Pine Tree. HEX triplet: 17, 21 and 04. RGB value is (23,33,4). Sum of RGB (Red+Green+Blue) = 23+33+4=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #172104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172104 is #E8DEFB. Grayscale: #1A1A1A. Windows color (decimal): -15261436 or 270615. OLE color: 270615.
HSL color Cylindrical-coordinate representation of color #172104: hue angle of 80.69º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172104 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 33 | 4 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.87 |
| HSL | 80.69º | 0.78% | 0.07% | - |
| HSV(B) | 80.69º | 0.88% | 0.13% | - |
| XYZ | 0.92 | 1.28 | 0.31 | - |
| YUV | 26.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 4 | 0.30 | 0 | 0.88 | 0.87 | 80.69 | 0.78 | 0.07 |
| Hex | 17 | 21 | 4 | 1E | 0 | 58 | 57 | 51 | 4E | 7 |
| Octal | 27 | 41 | 4 | 36 | 0 | 130 | 127 | 121 | 116 | 7 |
| Binary | 10111 | 100001 | 100 | 11110 | 0 | 1011000 | 1010111 | 1010001 | 1001110 | 111 |
Color Harmonies of #172104
Complementary color
Monochromatic Colors of #172104
Black with #172104
Text Example
Text Example
White with #172104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172104; }
p { color: rgb(23,33,4); }
H1.HeaderClassName
{
color: #172104;
}
.AnyTagClassName
{
color: #172104;
}
</style>
background-color css
<style>
a { background-color: #172104; }
a { background-color: rgb(23,33,4); }
div.DivClassName
{
background-color: #172104;
}
.BgClassName
{
background-color: #172104;
}
</style>
border-color css
<style>
span { border-color: #172104; }
span { border-color: rgb(23,33,4); }
td.TdClassName
{
border-color: #172104;
}
.TagClassName
{
border-color: #172104;
}
</style>