Shades of Pine Tree #172201
Tints of Pine Tree #172201
RGB
CMYK
RGB Variations
Color information
#172201 (or 0x172201) is known color: Pine Tree. HEX triplet: 17, 22 and 01. RGB value is (23,34,1). Sum of RGB (Red+Green+Blue) = 23+34+1=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #172201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172201 is #E8DDFE. Grayscale: #1B1B1B. Windows color (decimal): -15261183 or 74263. OLE color: 74263.
HSL color Cylindrical-coordinate representation of color #172201: hue angle of 80º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #172201 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 34 | 1 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.87 |
| HSL | 80º | 0.94% | 0.07% | - |
| HSV(B) | 80º | 0.97% | 0.13% | - |
| XYZ | 0.93 | 1.33 | 0.24 | - |
| YUV | 26.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 1 | 0.32 | 0 | 0.97 | 0.87 | 80 | 0.94 | 0.07 |
| Hex | 17 | 22 | 1 | 20 | 0 | 61 | 57 | 50 | 5E | 7 |
| Octal | 27 | 42 | 1 | 40 | 0 | 141 | 127 | 120 | 136 | 7 |
| Binary | 10111 | 100010 | 1 | 100000 | 0 | 1100001 | 1010111 | 1010000 | 1011110 | 111 |
Color Harmonies of #172201
Complementary color
Monochromatic Colors of #172201
Black with #172201
Text Example
Text Example
White with #172201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172201; }
p { color: rgb(23,34,1); }
H1.HeaderClassName
{
color: #172201;
}
.AnyTagClassName
{
color: #172201;
}
</style>
background-color css
<style>
a { background-color: #172201; }
a { background-color: rgb(23,34,1); }
div.DivClassName
{
background-color: #172201;
}
.BgClassName
{
background-color: #172201;
}
</style>
border-color css
<style>
span { border-color: #172201; }
span { border-color: rgb(23,34,1); }
td.TdClassName
{
border-color: #172201;
}
.TagClassName
{
border-color: #172201;
}
</style>