Shades of Pine Tree #172100
Tints of Pine Tree #172100
RGB
CMYK
RGB Variations
Color information
#172100 (or 0x172100) is known color: Pine Tree. HEX triplet: 17, 21 and 00. RGB value is (23,33,0). Sum of RGB (Red+Green+Blue) = 23+33+0=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #172100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172100 is #E8DEFF. Grayscale: #1A1A1A. Windows color (decimal): -15261440 or 8471. OLE color: 8471.
HSL color Cylindrical-coordinate representation of color #172100: hue angle of 78.18º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #172100 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 33 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.87 |
| HSL | 78.18º | 1% | 0.06% | - |
| HSV(B) | 78.18º | 1% | 0.13% | - |
| XYZ | 0.9 | 1.27 | 0.2 | - |
| YUV | 26.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 0 | 0.30 | 0 | 1 | 0.87 | 78.18 | 1 | 0.06 |
| Hex | 17 | 21 | 0 | 1E | 0 | 64 | 57 | 4E | 64 | 6 |
| Octal | 27 | 41 | 0 | 36 | 0 | 144 | 127 | 116 | 144 | 6 |
| Binary | 10111 | 100001 | 0 | 11110 | 0 | 1100100 | 1010111 | 1001110 | 1100100 | 110 |
Color Harmonies of #172100
Complementary color
Monochromatic Colors of #172100
Black with #172100
Text Example
Text Example
White with #172100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172100; }
p { color: rgb(23,33,0); }
H1.HeaderClassName
{
color: #172100;
}
.AnyTagClassName
{
color: #172100;
}
</style>
background-color css
<style>
a { background-color: #172100; }
a { background-color: rgb(23,33,0); }
div.DivClassName
{
background-color: #172100;
}
.BgClassName
{
background-color: #172100;
}
</style>
border-color css
<style>
span { border-color: #172100; }
span { border-color: rgb(23,33,0); }
td.TdClassName
{
border-color: #172100;
}
.TagClassName
{
border-color: #172100;
}
</style>