Shades of Pine Tree #172C0B
Tints of Pine Tree #172C0B
RGB
CMYK
RGB Variations
Color information
#172C0B (or 0x172C0B) is known color: Pine Tree. HEX triplet: 17, 2C and 0B. RGB value is (23,44,11). Sum of RGB (Red+Green+Blue) = 23+44+11=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #172C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172C0B is #E8D3F4. Grayscale: #222222. Windows color (decimal): -15258613 or 732183. OLE color: 732183.
HSL color Cylindrical-coordinate representation of color #172C0B: hue angle of 98.18º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172C0B is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 44 | 11 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.83 |
| HSL | 98.18º | 0.6% | 0.11% | - |
| HSV(B) | 98.18º | 0.75% | 0.17% | - |
| XYZ | 1.31 | 2.01 | 0.63 | - |
| YUV | 33.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 11 | 0.48 | 0 | 0.75 | 0.83 | 98.18 | 0.6 | 0.11 |
| Hex | 17 | 2C | B | 30 | 0 | 4B | 53 | 62 | 3C | B |
| Octal | 27 | 54 | 13 | 60 | 0 | 113 | 123 | 142 | 74 | 13 |
| Binary | 10111 | 101100 | 1011 | 110000 | 0 | 1001011 | 1010011 | 1100010 | 111100 | 1011 |
Color Harmonies of #172C0B
Complementary color
Monochromatic Colors of #172C0B
Black with #172C0B
Text Example
Text Example
White with #172C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C0B; }
p { color: rgb(23,44,11); }
H1.HeaderClassName
{
color: #172C0B;
}
.AnyTagClassName
{
color: #172C0B;
}
</style>
background-color css
<style>
a { background-color: #172C0B; }
a { background-color: rgb(23,44,11); }
div.DivClassName
{
background-color: #172C0B;
}
.BgClassName
{
background-color: #172C0B;
}
</style>
border-color css
<style>
span { border-color: #172C0B; }
span { border-color: rgb(23,44,11); }
td.TdClassName
{
border-color: #172C0B;
}
.TagClassName
{
border-color: #172C0B;
}
</style>